Sha256: 68911aee151360ca79b23436109cf725fe3e164030d16bc9e307d95fc4e0e470
Contents?: true
Size: 351 Bytes
Versions: 4
Compression:
Stored size: 351 Bytes
Contents
Given /^Assumption: (.*)$/ do |msg| announce_or_puts(msg) end Given /^Explanation: (.*)$/ do |msg| announce_or_puts(msg) end Given /^Instruction: (.*)$/ do |msg| announce_or_puts(msg) end And /^wait "([^"]*)" seconds$/ do |delay| ::Kernel.sleep(delay.to_f) end Given /^the working directory is "([^"]*)"$/ do |path| @dirs = [path] end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
cuken-0.1.11 | lib/cuken/cucumber/common.rb |
cuken-0.1.10 | lib/cuken/cucumber/common.rb |
cuken-0.1.9 | lib/cuken/cucumber/common.rb |
cuken-0.1.8 | lib/cuken/cucumber/common.rb |