Sha256: f454197f8a493d4b126aae50623746c74c4b57320397a2775acbf67cf359d4b6
Contents?: true
Size: 452 Bytes
Versions: 6
Compression:
Stored size: 452 Bytes
Contents
# -*- encoding: utf-8 -*- require "aruba/cucumber" require "busser/cucumber" if ENV["COVERAGE"] require "simplecov" SimpleCov.command_name "features" end Before do @aruba_timeout_seconds = 30 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
6 entries across 6 versions & 1 rubygems