On 8/29/2007 6:19 PM, Zach Dennis wrote:
> In rspec, controller, model and view specs are just unit tests/specs.

And that's really the key; in Rails Test::Unit, model tests are unit 
tests, and controller tests are higher-level "functional" tests.  So you 
never get to unit-test your controllers.  On the other hand, in RSpec 
through 1.0.8, you never get to integration-test anything at all.  But 
that's all changing!

Jay

_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to