aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/runtime/executable_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/runtime/executable_spec.rb')
-rw-r--r--spec/bundler/runtime/executable_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/bundler/runtime/executable_spec.rb b/spec/bundler/runtime/executable_spec.rb
index e420594f52..92c16a5f44 100644
--- a/spec/bundler/runtime/executable_spec.rb
+++ b/spec/bundler/runtime/executable_spec.rb
@@ -89,10 +89,6 @@ RSpec.describe "Running bin/* commands" do
end
it "creates a bundle binstub" do
- build_gem "bundler", Bundler::VERSION, :to_system => true do |s|
- s.executables = "bundle"
- end
-
gemfile <<-G
source "#{file_uri_for(gem_repo1)}"
gem "bundler"