Skip to content

Commit b796644

Browse files
committed
Test helper fix
1 parent 64744d3 commit b796644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/acceptance/helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ def system(command)
267267
# Sporadic SSL errors keep causing test failures so there are anti-SSL workarounds here
268268
def generate
269269
Bundler.with_clean_env do
270-
system("(gem list rails --installed --version '#{version_constraint}' || " \
271-
"gem install rails --clear-sources --source http://rubygems.org --version '#{version_constraint}')")
270+
system("gem list rails --installed --version '#{version_constraint}' || " \
271+
"gem install rails --clear-sources --source http://rubygems.org --version '#{version_constraint}'")
272272

273273
skips = %w(--skip-bundle --skip-javascript --skip-sprockets)
274274
skips << "--skip-spring" if version.bundles_spring?

0 commit comments

Comments
 (0)