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

[bundler/bundler] Prefer before to before :each

https://github.com/bundler/bundler/commit/6678747fae
This commit is contained in:
David Rodríguez 2019-08-09 21:47:09 +02:00 committed by Hiroshi SHIBATA
parent cc644c7116
commit e6e8d2d8c0

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
RSpec.describe "bundle open" do
before :each do
before do
install_gemfile <<-G
source "#{file_uri_for(gem_repo1)}"
gem "rails"