summaryrefslogtreecommitdiff
path: root/spec/runtime/executable_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/runtime/executable_spec.rb')
-rw-r--r--spec/runtime/executable_spec.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/spec/runtime/executable_spec.rb b/spec/runtime/executable_spec.rb
index ff249b1964..202e7620d7 100644
--- a/spec/runtime/executable_spec.rb
+++ b/spec/runtime/executable_spec.rb
@@ -160,11 +160,9 @@ describe "Running bin/* commands" do
file.print "OMG"
end
- # See CLI::Binstubs#run.
bundle "config bin bin/"
bundle "install"
- with_config(:disable_shared_gems => "1") do
- expect(bundled_app("bin/rackup").read).to_not eq("OMG")
- end
+
+ expect(bundled_app("bin/rackup").read).to_not eq("OMG")
end
end