Sha256: ecb5143a60f78a6a3e015cdbec6bcacf6f88ddad43ddbbfb83c79904fd64036a
Contents?: true
Size: 258 Bytes
Versions: 6
Compression:
Stored size: 258 Bytes
Contents
Before do ENV['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_cmd do |cmd| puts "$ '#{cmd}'" end end
Version data entries
6 entries across 6 versions & 1 rubygems