I am running BDD steps with cucumber to implement my autlogic login behavior. Scenario: log in Given a registered user: \"test@test.com\" with password: \"p@ssword\" exists
Currently I have a like/dislike voting functionality that outputs in the following format: like (#) dislike (#)开发者_开发技巧
I\'m playing with cucumber but for some reason the features and scenarios are not being outputt开发者_如何转开发ed to the console.
I just installed cucumber, and I tested it. I got the following error: teefcomp:cucumber-intro teef$ cucumber features/manage_users.feature
For a cucumber step, I know that a particular ul element should have 5 children li. How can I assert this with Webrat?
I am very new to Rails and Cucumber so this may or may not be a quick fix. I have a cucumber scenario that loads a collection of models and then checks to see if they are all rendered to a table. Cuc
rake cucumber --trace output: /usr/bin/ruby1.8 -I \"/home/vadim/.bundle/ruby/1.8/gems/cucumber-0.8.3/lib:lib\" \"/home/vadim/.bundle/ruby/1.8/gems/cucumber-0.8.3/bin/cucumber\"--profile default
I\'m using cucumber, rails3, rspec2 and autotest. I\'m trying to figure out why my features are infinitely looping. I suspect it some file being changed during the tests but I\'m not sure which one. I
I am receiving the following error, when running cucumber: undefined method `overall_rating_id=\' for #<OverallVote:0x102f1c4a0> (NoMethodError)
It was been a long time I haven\'t run cucumber in my project. It\'s running good before but now, when I try to run cucumber features, I have this error: