summaryrefslogtreecommitdiff
path: root/spec/install/gems/flex_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gems/flex_spec.rb')
-rw-r--r--spec/install/gems/flex_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/flex_spec.rb b/spec/install/gems/flex_spec.rb
index 865bc7b72a..77891acc24 100644
--- a/spec/install/gems/flex_spec.rb
+++ b/spec/install/gems/flex_spec.rb
@@ -233,7 +233,7 @@ RSpec.describe "bundle flex_install" do
it "does something" do
expect do
bundle "install"
- end.not_to change { File.read(bundled_app("Gemfile.lock")) }
+ end.not_to change { File.read(bundled_app_lock) }
expect(err).to include("rack = 0.9.1")
expect(err).to include("locked at 1.0.0")