Re: [rspec-users] Did I write my specs as I should?

2012-11-18 Thread Guirec Corbel
You can show one of my project here : https://github.com/GCorbel/comment-my-projects. In this project, I should change the requests directory for features directory. May be I also should follow this style : https://github.com/jnicklas/capybara#using-capybara-with-rspec. It's on my todo list. I

Re: [rspec-users] Did I write my specs as I should?

2012-11-18 Thread David Chelimsky
On Sat, Nov 17, 2012 at 3:51 PM, dougui wrote: > Hello, > > I read a lot about rails and BDD and I think I've found my own path. I want > to share my method and to know what you think about that. > > This is my workflow : > > Creation of feature specs (example 1); > > Only the happy path > Test on