Sha256: c2bcc3e3763021179f8e3da6ef82aaf7dac199ea4e3622040322ead87c512bdc

Contents?: true

Size: 338 Bytes

Versions: 2

Compression:

Stored size: 338 Bytes

Contents

require 'aruba/cucumber'

timeouts = { 'java' => 60 }

Before do
  @aruba_timeout_seconds = timeouts.fetch(RUBY_PLATFORM) { 10 }
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

2 entries across 2 versions & 1 rubygems

Version Path
rspec-legacy_formatters-1.0.0 features/support/env.rb
rspec-legacy_formatters-1.0.0.rc1 features/support/env.rb