Age | Commit message (Collapse) | Author |
|
In order to ensure that the git daemon is running for the proper test, the setup
and teardown calls for git daemon hav been moved into the context block for
testing the git protocol.
|
|
|
|
|
|
The git_clone_protocols_spec.rb will be used to enumerate over the
available protocols for git to use to clone to disk. The initial
skeleton includes the 'file://' protocol test as well as support
key files to be used later.
|
|
|
|
This adds support for beaker-rspec as well as basic test coverage for git
|