Sha256: 4b8218d76bd9e74cef46e5470ed86e34e4f5176a491ce8358e4b414f0971b772

Contents?: true

Size: 339 Bytes

Versions: 35

Compression:

Stored size: 339 Bytes

Contents

require 'aruba/cucumber'

timeouts = { 'java' => 60 }

Before do
  @aruba_timeout_seconds = timeouts.fetch(RUBY_PLATFORM) { 15 }
end

Aruba.configure do |config|
  config.before_cmd do |cmd|
    set_env('JRUBY_OPTS', "-X-C #{ENV['JRUBY_OPTS']}") # disable JIT since these processes are so short lived
  end
end if RUBY_PLATFORM == 'java'

Version data entries

35 entries across 35 versions & 8 rubygems

Version Path
tuktuk-rails-0.0.9 vendor/bundle/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/support/env.rb
tuktuk-rails-0.0.8 vendor/bundle/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/support/env.rb
tuktuk-rails-0.0.7 vendor/bundle/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/support/env.rb
dxruby_rp5-0.0.2 spec/vendor/rspec-expectations-2.14.4/features/support/env.rb
dxruby_rp5-0.0.1 spec/vendor/rspec-expectations-2.14.4/features/support/env.rb
mango-0.7.0 vendor/bundler/ruby/2.0.0/gems/rspec-expectations-2.14.4/features/support/env.rb
rspec-expectations-2.99.0.beta1 features/support/env.rb
rspec-expectations-2.14.4 features/support/env.rb
rspec-expectations-2.14.3 features/support/env.rb
clickable_link-0.0.2 vendor/bundle/ruby/1.9.1/gems/rspec-expectations-2.14.2/features/support/env.rb
syllable_counter-1.0.0 vendor/bundle/gems/rspec-expectations-2.14.2/features/support/env.rb
rspec-expectations-2.14.2 features/support/env.rb
rspec-expectations-2.14.1 features/support/env.rb
rspec-expectations-2.14.0 features/support/env.rb
rspec-expectations-2.14.0.rc1 features/support/env.rb