summaryrefslogtreecommitdiff
path: root/spec/bundler/install/process_lock_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/install/process_lock_spec.rb')
-rw-r--r--spec/bundler/install/process_lock_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/process_lock_spec.rb b/spec/bundler/install/process_lock_spec.rb
index be8fd04fdd..df1e9c6350 100644
--- a/spec/bundler/install/process_lock_spec.rb
+++ b/spec/bundler/install/process_lock_spec.rb
@@ -21,7 +21,7 @@ RSpec.describe "process lock spec" do
expect(the_bundle).to include_gems "rack 1.0"
end
- context "when creating a lock raises Errno::ENOTSUP", :ruby => ">= 1.9" do
+ context "when creating a lock raises Errno::ENOTSUP" do
before { allow(File).to receive(:open).and_raise(Errno::ENOTSUP) }
it "skips creating the lock file and yields" do