We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d9625 commit 229b728Copy full SHA for 229b728
spec/e2e/00_package_spec.rb
@@ -108,10 +108,7 @@
108
it { is_expected.to be_grouped_into('root') }
109
end
110
111
- it 'dumps gems with world write' do
112
- on hosts, "find #{ood_gems_path} -perm /002 ! -type l -exec ls -la {} \\;"
113
- end
114
- describe command("find #{ood_gems_path} -perm /002 ! -type l") do
+ describe command("find #{ood_gems_path} -perm /002 ! -type l -exec ls -la {} \\;") do
115
its(:stdout) { is_expected.to be_empty }
116
117
0 commit comments