summaryrefslogtreecommitdiff
path: root/spec/bundler/cache/git_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/cache/git_spec.rb')
-rw-r--r--spec/bundler/cache/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/cache/git_spec.rb b/spec/bundler/cache/git_spec.rb
index b015ed8909..1cf8359312 100644
--- a/spec/bundler/cache/git_spec.rb
+++ b/spec/bundler/cache/git_spec.rb
@@ -54,7 +54,7 @@ RSpec.describe "bundle cache with git" do
it "runs twice without exploding" do
build_git "foo"
- install_gemfile! <<-G
+ install_gemfile <<-G
gem "foo", :git => '#{lib_path("foo-1.0")}'
G