You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rs...@googlegroups.com
In my rails app, I use feature specs as my integration testings to do outside-in development. I would like to see how others organize their feature spec naming, its definition, and extract steps(helper methods). Do you name it like controller name and has all CRUD scenarios inside its definition file?