Sha256: 808d1295b513ad3f4ea5b8dc9a9dd8234458b5359c837c50688ad1274c40b910
Contents?: true
Size: 343 Bytes
Versions: 47
Compression:
Stored size: 343 Bytes
Contents
require 'aruba/cucumber' require 'busser/cucumber' Before do @aruba_timeout_seconds = 10 end After do |s| # Tell Cucumber to quit after this scenario is done - if it failed. # This is useful to inspect the 'tmp/aruba' directory before any other # steps are executed and clear it out. Cucumber.wants_to_quit = true if s.failed? end
Version data entries
47 entries across 47 versions & 12 rubygems