mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
[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:
parent
c236212600
commit
a35cade791
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user