Sha256: a85fd613eab7a112048ca5615eb8cac4a42e1ce8e4b787402f2a57ccacf8c109
Contents?: true
Size: 275 Bytes
Versions: 14
Compression:
Stored size: 275 Bytes
Contents
Before do ## setup code end After do ## teardown code end Before('@wip, @ci') do # This will only run before scenarios tagged # with @wip OR @ci. end AfterStep('@wip', '@ci') do # This will only run after steps within scenarios tagged # with @wip AND @ci. end
Version data entries
14 entries across 14 versions & 1 rubygems