summaryrefslogtreecommitdiff
path: root/spec/install/gems/win32_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/install/gems/win32_spec.rb')
-rw-r--r--spec/install/gems/win32_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/install/gems/win32_spec.rb b/spec/install/gems/win32_spec.rb
index 01edcca803..972a455bee 100644
--- a/spec/install/gems/win32_spec.rb
+++ b/spec/install/gems/win32_spec.rb
@@ -2,7 +2,7 @@
RSpec.describe "bundle install with win32-generated lockfile" do
it "should read lockfile" do
- File.open(bundled_app("Gemfile.lock"), "wb") do |f|
+ File.open(bundled_app_lock, "wb") do |f|
f << "GEM\r\n"
f << " remote: #{file_uri_for(gem_repo1)}/\r\n"
f << " specs:\r\n"