mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 14:34:39 +02:00
[rubygems/rubygems] Consistently use "lockfile" over "lock file"
e891be9197
This commit is contained in:
parent
33201adf68
commit
bb1b5877a7
Notes:
git
2025-03-24 04:25:33 +00:00
17 changed files with 22 additions and 22 deletions
|
@ -67,7 +67,7 @@ RSpec.describe "real source plugins" do
|
|||
expect(the_bundle).to include_gems("a-path-gem 1.0")
|
||||
end
|
||||
|
||||
it "writes to lock file" do
|
||||
it "writes to lockfile" do
|
||||
bundle "install"
|
||||
|
||||
checksums = checksums_section_when_enabled do |c|
|
||||
|
@ -336,7 +336,7 @@ RSpec.describe "real source plugins" do
|
|||
expect(the_bundle).to include_gems("ma-gitp-gem 1.0")
|
||||
end
|
||||
|
||||
it "writes to lock file" do
|
||||
it "writes to lockfile" do
|
||||
revision = revision_for(lib_path("ma-gitp-gem-1.0"))
|
||||
bundle "install"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue