aboutsummaryrefslogtreecommitdiffstats
path: root/spec/bundler/commands/open_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bundler/commands/open_spec.rb')
-rw-r--r--spec/bundler/commands/open_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/commands/open_spec.rb b/spec/bundler/commands/open_spec.rb
index 6eb6262a2b..795524b827 100644
--- a/spec/bundler/commands/open_spec.rb
+++ b/spec/bundler/commands/open_spec.rb
@@ -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"