Sha256: 830ac04a613726472f56502480b969a2f43d6c8623e9045fe40667a34cf5c9db
Contents?: true
Size: 293 Bytes
Versions: 11
Compression:
Stored size: 293 Bytes
Contents
require 'aruba/cucumber' Before do # ensure Cucumber's Ruby process can require the plugin as though it were a gem path = File.expand_path(File.dirname(__FILE__) + '/../../lib') set_env 'RUBYLIB', path end Before do @aruba_timeout_seconds = (RUBY_PLATFORM =~ /java/) ? 20 : 10 end
Version data entries
11 entries across 11 versions & 1 rubygems