Skip to content

Commit

Permalink
Improve assertion
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Emde <martin.emde@gmail.com>
  • Loading branch information
deivid-rodriguez and martinemde committed Jan 26, 2024
1 parent d1963bf commit 7f2f2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/bundler/definition_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

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
Expand Down

0 comments on commit 7f2f2b8

Please sign in to comment.