summaryrefslogtreecommitdiff
path: root/spec/cache
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-08-07 23:29:21 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-08-07 23:29:21 -0700
commitb779901301730efd1fe3a30e3e2f1a00c8120c1a (patch)
treebe0902625af812bb292243baf28526e166f5bec6 /spec/cache
parent83bdb7f7ddc95bed78c18320bd8baa2ba8f3972a (diff)
downloadbundler-b779901301730efd1fe3a30e3e2f1a00c8120c1a.tar.gz
[RuboCop] Update to 0.33.0
Diffstat (limited to 'spec/cache')
-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 5aacd5a0f2..81c10cf873 100644
--- a/spec/cache/git_spec.rb
+++ b/spec/cache/git_spec.rb
@@ -2,7 +2,7 @@ require "spec_helper"
describe "git base name" do
it "base_name should strip private repo uris" do
- source = Bundler::Source::Git.new("uri" => "git@github.com:bundler.git")
+ source = Bundler::Source::Git.new("uri" => "git@github.com:bundler.git")
expect(source.send(:base_name)).to eq("bundler")
end