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