Sha256: b318ea7df2da8c45c73a05a1b188c06338e23dd86244f679ae5e25c45bb7ec33
Contents?: true
Size: 377 Bytes
Versions: 11
Compression:
Stored size: 377 Bytes
Contents
$logger = Logger.new(ENV['cucumber_pro_log_path'] || STDOUT) $logger.debug '--- starting tests ---' # For some reason JRuby / ChildProcess won't let us delete an environment variable, # but it will let us overwrite it, so we make do with that. Before do if RUBY_PLATFORM =~ /java/ set_env 'CUCUMBER_PRO_TOKEN', '' else ENV.delete('CUCUMBER_PRO_TOKEN') end end
Version data entries
11 entries across 11 versions & 1 rubygems