Tagged Questions
71
votes
6answers
14k views
rspec vs cucumber (rspec stories)
When should I use specs for Rails application and when Cucumber (former rspec-stories)? I know how both work and actively use specs, of course. But it still feels weird to use Cucumber. My current ...
2
votes
7answers
2k views
How to get stories to work with restful_authentication and cucumber?
After cloning the latest stable versions of
rails (2.3.2),
rspec (1.2.2),
cucumber (0.2.0.4...came out 2009-03-24),
rspec-rails (1.2.2),
restful-authentication (fixed formatted_user_path and a few ...