Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
github is spelled with 1 t
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Nov 10, 2010
1 parent 4215389 commit ae24ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit ae24ce9

Please sign in to comment.