We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64744d3 commit b796644Copy full SHA for b796644
test/acceptance/helper.rb
@@ -267,8 +267,8 @@ def system(command)
267
# Sporadic SSL errors keep causing test failures so there are anti-SSL workarounds here
268
def generate
269
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}')")
+ system("gem list rails --installed --version '#{version_constraint}' || " \
+ "gem install rails --clear-sources --source http://rubygems.org --version '#{version_constraint}'")
272
273
skips = %w(--skip-bundle --skip-javascript --skip-sprockets)
274
skips << "--skip-spring" if version.bundles_spring?
0 commit comments