Skip to content

Commit

Permalink
Add failing test as a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Mar 9, 2010
1 parent 41484ac commit b748b1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/hub_test.rb
Expand Up @@ -90,6 +90,12 @@ def test_private_remote_origin
assert_command input, command
end

def test_remote_origin_as_normal
input = "remote add origin git@github.com:defunkt/resque.git"
command = "git remote add origin git@github.com:defunkt/resque.git"
assert_command input, command
end

def test_public_submodule
input = "submodule add wycats/bundler vendor/bundler"
command = "git submodule add git://github.com/wycats.bundler.git"
Expand Down

0 comments on commit b748b1e

Please sign in to comment.