Sha256: 9150dbfd100d707e8ebcdff4936f1ac6ffea8d7bc6940f503ec71dc331618f96
Contents?: true
Size: 343 Bytes
Versions: 20
Compression:
Stored size: 343 Bytes
Contents
require 'aruba/cucumber' require 'busser/cucumber' Before do @aruba_timeout_seconds = 20 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
20 entries across 20 versions & 4 rubygems