summaryrefslogtreecommitdiff
path: root/spec/bundler
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-09 09:29:13 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-09 16:58:21 +0900
commit7df6eaf29e535be7c074e031892b8898a756fe24 (patch)
tree15300350d6381ac998b69d5d8ca68a0af813bae5 /spec/bundler
parent581763d14c63316f22c8685a624547f28d43a8af (diff)
Addeed missing RSpec namespace
Diffstat (limited to 'spec/bundler')
-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)}"