Sha256: e4058a16a0128cdbe84c3650097295a55d505af580d6bac7bafadc950f387ef0
Contents?: true
Size: 237 Bytes
Versions: 1
Compression:
Stored size: 237 Bytes
Contents
# # Before all of the scenarios.... # Before do $env = {} $env[:documents] = 'doc' @cache = {} end # # Before each scenario ... # Before do |scenario| end # # After each scenario... # After do |scenario| end at_exit do end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cucumber-in-the-yard-1.4 | features/definitions/test.setup.and.teardown.rb |