Model
View
Controller
Testing
Ruby Test/Unit Assertions
- assert_equal
Rails Assertions
- assert_tag :tag => ‘a’, :attributes => { ‘href’ => ‘mailto:blah@example.com’, … }
- assert_redirected_to :controller => “blog”, :action => “show”
- assert_success - no args, just checks that you got a 200