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 788645fe90 Major refactoring all around.
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@136 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-07-20 19:00:56 +00:00
bin Moved everthing to trunk 2007-03-14 18:12:55 +00:00
lib Major refactoring all around. 2007-07-20 19:00:56 +00:00
test More major refactoring of controller tests 2007-07-20 14:19:11 +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 - 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

= 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