summaryrefslogtreecommitdiff
path: root/spec/bundler/install/gemfile/install_if.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/install/gemfile/install_if.rb')
-rw-r--r--spec/bundler/install/gemfile/install_if.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/gemfile/install_if.rb b/spec/bundler/install/gemfile/install_if.rb
index bfdd8fbae8..468a2e9052 100644
--- a/spec/bundler/install/gemfile/install_if.rb
+++ b/spec/bundler/install/gemfile/install_if.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-describe "bundle install with install_if conditionals" do
+RSpec.describe "bundle install with install_if conditionals" do
it "follows the install_if DSL" do
install_gemfile <<-G
source "#{file_uri_for(gem_repo1)}"