summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/exec_spec.rb b/spec/bundler/commands/exec_spec.rb
index 301ef6131d..10eecf19a9 100644
--- a/spec/bundler/commands/exec_spec.rb
+++ b/spec/bundler/commands/exec_spec.rb
@@ -576,7 +576,7 @@ RSpec.describe "bundle exec" do
G
end
- install_gemfile <<-G
+ gemfile <<-G
gem "foo", :path => "#{lib_path("foo-1.0")}"
G