lib/cuken/cucumber/common.rb in cuken-0.1.2 vs lib/cuken/cucumber/common.rb in cuken-0.1.4
- old
+ new
@@ -1,4 +1,8 @@
And /^wait "([^"]*)" seconds$/ do |delay|
::Kernel.sleep(delay.to_f)
end
+
+Given /^the working directory is "([^"]*)"$/ do |path|
+ @dirs = [path]
+end
\ No newline at end of file