summaryrefslogtreecommitdiff
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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/other/bundle_ruby_spec.rb b/spec/bundler/other/bundle_ruby_spec.rb
index 6cc33f60ac..87e1b8b085 100644
--- a/spec/bundler/other/bundle_ruby_spec.rb
+++ b/spec/bundler/other/bundle_ruby_spec.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-RSpec.describe "bundle_ruby", :bundler => "< 2" do
+RSpec.describe "bundle_ruby", :ruby_repo, :bundler => "< 2" do
context "without patchlevel" do
it "returns the ruby version" do
gemfile <<-G