1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
Simple one-liner tests for common Rails functionality
Find a file
tsaleh 9b6dac2b98 more refactorings
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@139 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-07-22 03:54:36 +00:00
bin Moved everthing to trunk 2007-03-14 18:12:55 +00:00
lib more refactorings 2007-07-22 03:54:36 +00:00
test more refactorings 2007-07-22 03:54:36 +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
Rakefile more refactorings 2007-07-22 03:54:36 +00:00
README typo 2007-04-06 18:05:55 +00:00

= 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