Assertions

Does anyone know a site that has a list of EVERY assert or testing
method available to rails?

I have these two sites so far, but I want a site that can be my one stop
shop for all my testing needs.

http://api.rubyonrails.org/
http://manuals.rubyonrails.com/read/chapter/24#page58

thanks

Does anyone know a site that has a list of EVERY assert or testing
method available to rails?

Try this:

http://nubyonrails.com/articles/2006/08/24/ruby-rails-test-rails-
cheat-sheet

Regards,
Andy S.

Well, the Rails ones should be listed on api.rubyonrails.org. The normal
test/unit assertions can be found here,
http://www.ruby-doc.org/stdlib/libdoc/test/unit/rdoc/classes/Test/Unit/Assertions.html
.

-Jonathan.

Jeremy W. wrote:

Does anyone know a site that has a list of EVERY assert or testing
method available to rails?

Add “cheat sheet” to your search terms.


Phlip
Redirecting... ← NOT a blog!!!