aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/other/bundle_ruby_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/other/bundle_ruby_spec.rb')
-rw-r--r--spec/bundler/other/bundle_ruby_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/bundler/other/bundle_ruby_spec.rb b/spec/bundler/other/bundle_ruby_spec.rb
index 0ef6f407bf..6cc33f60ac 100644
--- a/spec/bundler/other/bundle_ruby_spec.rb
+++ b/spec/bundler/other/bundle_ruby_spec.rb
@@ -1,7 +1,6 @@
# frozen_string_literal: true
-require "spec_helper"
-RSpec.describe "bundle_ruby", :ruby_repo do
+RSpec.describe "bundle_ruby", :bundler => "< 2" do
context "without patchlevel" do
it "returns the ruby version" do
gemfile <<-G