summaryrefslogtreecommitdiff
path: root/spec/bundler/commands/check_spec.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <[email protected]>2025-03-12 18:16:57 +0100
committerHiroshi SHIBATA <[email protected]>2025-03-24 13:25:07 +0900
commitbb1b5877a7b2dba79c81275f32b7cc5485323540 (patch)
tree8a84614699ceff3bfdd0b46d08f2f812720ebafb /spec/bundler/commands/check_spec.rb
parent33201adf686044163951de3068ca915fd6cea6cd (diff)
[rubygems/rubygems] Consistently use "lockfile" over "lock file"
https://github.com/rubygems/rubygems/commit/e891be9197
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12968
Diffstat (limited to 'spec/bundler/commands/check_spec.rb')
-rw-r--r--spec/bundler/commands/check_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/check_spec.rb b/spec/bundler/commands/check_spec.rb
index 71bc4e39d7..9263e72720 100644
--- a/spec/bundler/commands/check_spec.rb
+++ b/spec/bundler/commands/check_spec.rb
@@ -258,7 +258,7 @@ RSpec.describe "bundle check" do
expect(err).not_to include("Unfortunately, a fatal error has occurred. ")
end
- it "fails when there's no lock file and frozen is set" do
+ it "fails when there's no lockfile and frozen is set" do
install_gemfile <<-G
source "https://gem.repo1"
gem "foo"