Sha256: cc0761852da947a5a2c321816fe864777906034a038266695a9bbe1b980fbaf6

Contents?: true

Size: 292 Bytes

Versions: 18

Compression:

Stored size: 292 Bytes

Contents

Before do
  set_environment_variable 'FAKE_WEB_DURING_CUCUMBER_RUN', '1'
  @aruba_timeout_seconds = RUBY_PLATFORM == 'java' ? 60 : 15
end

# Globally @announce-cmd to track down slow cmd.
Aruba.configure do |config|
  config.before :command do |cmd|
    puts "$ #{cmd.commandline}"
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
localeapp-3.3.0 features/support/hooks.rb
localeapp-3.2.0 features/support/hooks.rb
localeapp-3.1.3 features/support/hooks.rb
localeapp-3.1.2 features/support/hooks.rb
localeapp-3.1.1 features/support/hooks.rb
localeapp-3.1.0 features/support/hooks.rb
localeapp-3.0.1 features/support/hooks.rb
localeapp-3.0.0 features/support/hooks.rb
localeapp-2.5.0 features/support/hooks.rb
localeapp-2.4.0 features/support/hooks.rb
localeapp-2.3.0 features/support/hooks.rb
localeapp-2.2.0 features/support/hooks.rb
localeapp-2.1.1 features/support/hooks.rb
localeapp-2.1.0 features/support/hooks.rb
localeapp-2.0.0 features/support/hooks.rb
localeapp-1.0.2 features/support/hooks.rb
localeapp-1.0.1 features/support/hooks.rb
localeapp-1.0.0 features/support/hooks.rb