Related questions
Session variables with Cucumber Stories
I am working on some Cucumber stories for a 'sign up' application which has a number of steps.
Rather then writing a Huuuuuuuge story to cover all the steps at once, which would be bad, I'd rather work through each …
Setting http headers RSpec 2.4 / Rails 3
I am getting started with RSpec. I have a new rails 3 app which uses the HTTP_ACCEPT_HEADER or the request 2 letter subdomain to set the application language and redirect accordingly. I am successfully testing my redirection code using Cucumber.
…
What's the difference between RSpec and Cucumber?
I have 6 months of Rails development experience. I've built a web application that's in use now with authentication and authorization and postgresql db.
I'm moving on to my second Rails application but this time, after lessons learnt, I would like …