[rspec-users] newbie cucumber tutorial
Vin MR
lists at ruby-forum.com
Wed Nov 16 12:34:49 EST 2011
I'm new with Ruby and Cucumber. I've tried this simple test, but it
didn't work for me
Given ....
When I enter ABC on keyboard
Then ...
And here is the ruby code
When /^I enter "([^\"]*) on keyboard$/ do |input|
.....
end
I always get a complain when executing the test
"You can implement step definitions for undefined steps with there
snippets:
When /^I enter ABC on keyboard$/ do
pending # express the regexp above with the code you wish you had
end
"
And the code above was not executed.
Can anyone tell what I've done wrong here?
Thanks.
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list