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 bb4a46e commit 2988f37Copy full SHA for 2988f37
test/support/acceptance_test.rb
@@ -271,7 +271,7 @@ def exec_name
271
test "binstub when spring gem is missing" do
272
without_gem "spring-#{Spring::VERSION}" do
273
File.write(app.gemfile, app.gemfile.read.gsub(/gem 'spring.*/, ""))
274
- app.run! "bundle install", timeout: nil
+ app.run! "bundle install", timeout: 300
275
assert_success "bin/rake -T", stdout: "rake db:migrate"
276
end
277
0 commit comments