thoughtbot--shoulda-matchers/features/support/env.rb

6 lines
74 B
Ruby

require 'aruba/cucumber'
Before do
@aruba_timeout_seconds = 60 * 2
end