1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Addeed missing RSpec namespace

This commit is contained in:
Hiroshi SHIBATA 2020-05-09 09:29:13 +09:00
parent 581763d14c
commit 7df6eaf29e
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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)}"