summaryrefslogtreecommitdiff
path: root/spec/commands/install_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/commands/install_spec.rb')
-rw-r--r--spec/commands/install_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/install_spec.rb b/spec/commands/install_spec.rb
index 524071d989..ea2c3c0078 100644
--- a/spec/commands/install_spec.rb
+++ b/spec/commands/install_spec.rb
@@ -462,7 +462,7 @@ describe "bundle install with gem sources" do
end
it "should display a proper message to explain the problem" do
- FileUtils.chmod(0500, bundled_app("vendor"))
+ FileUtils.chmod(0o500, bundled_app("vendor"))
bundle :install, :path => "vendor"
expect(out).to include(bundled_app("vendor").to_s)