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:
parent
581763d14c
commit
7df6eaf29e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# frozen_string_literal: true
|
# 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
|
it "follows the install_if DSL" do
|
||||||
install_gemfile <<-G
|
install_gemfile <<-G
|
||||||
source "#{file_uri_for(gem_repo1)}"
|
source "#{file_uri_for(gem_repo1)}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue