[rubygems/rubygems] Reword some specs to disambiguate chmod -x
from chmod -w
https://github.com/rubygems/rubygems/commit/2954ab79a9
This commit is contained in:
parent
d29a76b90b
commit
f88bb0e67d
@ -820,7 +820,7 @@ RSpec.describe "bundle install with gem sources" do
|
||||
end
|
||||
end
|
||||
|
||||
describe "when bundle path does not have write access", :permissions do
|
||||
describe "when bundle path does not have cd permission", :permissions do
|
||||
let(:bundle_path) { bundled_app("vendor") }
|
||||
|
||||
before do
|
||||
@ -841,7 +841,7 @@ RSpec.describe "bundle install with gem sources" do
|
||||
end
|
||||
end
|
||||
|
||||
describe "when bundle gems path does not have write access", :permissions do
|
||||
describe "when bundle gems path does not have cd permission", :permissions do
|
||||
let(:gems_path) { bundled_app("vendor/#{Bundler.ruby_scope}/gems") }
|
||||
|
||||
before do
|
||||
@ -871,7 +871,7 @@ RSpec.describe "bundle install with gem sources" do
|
||||
end
|
||||
end
|
||||
|
||||
describe "when bundle bin dir does not have write access", :permissions do
|
||||
describe "when bundle bin dir does not have cd permission", :permissions do
|
||||
let(:bin_dir) { bundled_app("vendor/#{Bundler.ruby_scope}/bin") }
|
||||
|
||||
before do
|
||||
@ -931,7 +931,7 @@ RSpec.describe "bundle install with gem sources" do
|
||||
end
|
||||
end
|
||||
|
||||
describe "when the path of a specific gem is not writable", :permissions do
|
||||
describe "when the path of a specific gem does not have cd permission", :permissions do
|
||||
let(:gems_path) { bundled_app("vendor/#{Bundler.ruby_scope}/gems") }
|
||||
let(:foo_path) { gems_path.join("foo-1.0.0") }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user