search for: users_spec

Displaying 1 result from an estimated 1 matches for "users_spec".

2013 Jul 19
0
Best practices for capybara's features spec?
Hi, I realy like to use capybara''s features spec but I have some questions about the organisation : 1. How should I group the features specs? ----------------------------------------- For the moment, I try to group by controllers. For example, I can have a file "users_spec.rb", "artists_spec.rb", etc... Maybe it''s better to group by user story... What do you think? 2. What is a "very high level"? ------------------------------- I try to keep my features specs at a very high level. I test only the interactions between the user and t...