[rubygems/rubygems] Improve assertion

https://github.com/rubygems/rubygems/commit/7f2f2b898c

Co-authored-by: Martin Emde <martin.emde@gmail.com>
This commit is contained in:
David Rodriguez 2024-01-26 20:37:22 +01:00 committed by Hiroshi SHIBATA
parent c236212600
commit a35cade791
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -35,7 +35,7 @@ RSpec.describe Bundler::Definition do
it "does not create a lock file" do
subject.lock
expect(File.file?("Gemfile.lock")).to eq false
expect(bundled_app_lock).not_to be_file
end
end
end