ruby-changes:61165
From: Hiroshi <ko1@a...>
Date: Sat, 9 May 2020 16:58:42 +0900 (JST)
Subject: [ruby-changes:61165] 7df6eaf29e (master): Addeed missing RSpec namespace
https://git.ruby-lang.org/ruby.git/commit/?id=7df6eaf29e From 7df6eaf29e535be7c074e031892b8898a756fe24 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Sat, 9 May 2020 09:29:13 +0900 Subject: Addeed missing RSpec namespace diff --git a/spec/bundler/install/gemfile/install_if.rb b/spec/bundler/install/gemfile/install_if.rb index bfdd8fb..468a2e9 100644 --- a/spec/bundler/install/gemfile/install_if.rb +++ b/spec/bundler/install/gemfile/install_if.rb @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/spec/bundler/install/gemfile/install_if.rb#L1 # 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)}" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/