Simple one-liner tests for common Rails functionality
Go to file
tsaleh 3a8b77d1a1 - completely refactored the test system to use a fake rails_root
- added XML tests
- renamed should_be_a_resource to should_be_restful



git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@132 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-07-14 18:35:51 +00:00
bin Moved everthing to trunk 2007-03-14 18:12:55 +00:00
lib - completely refactored the test system to use a fake rails_root 2007-07-14 18:35:51 +00:00
test - completely refactored the test system to use a fake rails_root 2007-07-14 18:35:51 +00:00
README typo 2007-04-06 18:05:55 +00:00
Rakefile - completely refactored the test system to use a fake rails_root 2007-07-14 18:35:51 +00:00
cruise_control.rb configured for cc.rb 2007-04-18 20:38:27 +00:00
init.rb missed some renames 2007-04-06 15:09:35 +00:00

README

= ThoughtBot Test Helpers

A collection of Test::Unit helper methods.

Adds helpers for 

* context and should statements
* Common ActiveRecord model tests
* A few general purpose assertions
  
== Todo

* Many more tests (of the tests).  Specifically, the ActiveRecord macros need to be tested.
* Controller test helpers
* General code cleanups
* More options for AR helpers