summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2010-11-10 01:49:32 -0600
committerTerence Lee <hone02@gmail.com>2010-11-10 01:49:32 -0600
commitae24ce91eec2c62f480fdda3b3c685ac7976bea8 (patch)
treec9ec24fabf8087d518bb77a853a607a1ba9c8b29
parent421538903bed582b6ae16a89230d6a242c7c13ec (diff)
downloadbundler-ae24ce91eec2c62f480fdda3b3c685ac7976bea8.tar.gz
github is spelled with 1 t
-rw-r--r--spec/cache/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/cache/git_spec.rb b/spec/cache/git_spec.rb
index c40fcf627a..8c9055e77a 100644
--- a/spec/cache/git_spec.rb
+++ b/spec/cache/git_spec.rb
@@ -1,7 +1,7 @@
require "spec_helper"
describe "bundle cache with git" do
it "base_name should strip private repo uris" do
- source = Bundler::Source::Git.new("uri" => "git@gitthub.com:bundler.git")
+ source = Bundler::Source::Git.new("uri" => "git@github.com:bundler.git")
source.send(:base_name).should == "bundler"
end
end