> It's useful when you're doing TDD as it's the simplest thing to expect > a controller to do. If you break something it's also quite a nice > first-failure to have. Hmm, I'm not sure about that. If the view fails to render, then Rails returns the error page, i.e: response.should be_success is total crap. -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users
- [rspec-users] response.should be_success -- what does this ... doug livesey
- Re: [rspec-users] response.should be_success -- what d... Matt Wynne
- Re: [rspec-users] response.should be_success -- wh... Fernando Perez