11:03 AM Stefano
Cucumber provides a great way to apply BDD during your rails development.
Sometimes you need to populate your testing database with background data and sometimes you need to access the
1current_user
method.
Generally
1current_user
is a method defined in the
1ApplicationController
class or in a user related module.
So it’s not accessible to Cucumber’s scenarios: let’s add it and share to all step definition’s [...]

















COMMENTS