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 9bf2ba7ae7 documentation
git-svn-id: https://svn.thoughtbot.com/plugins/tb_test_helpers/trunk@73 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-04-05 18:26:25 +00:00
bin Moved everthing to trunk 2007-03-14 18:12:55 +00:00
lib Added scope_to to AR helper 2007-04-04 18:06:24 +00:00
test testing scope option 2007-04-04 17:39:56 +00:00
init.rb testing scope option 2007-04-04 17:39:56 +00:00
Rakefile Added rake test task 2007-03-14 18:20:37 +00:00
README documentation 2007-04-05 18:26:25 +00:00

= ThoughtBot Test Helpers

A collection of Test::Unit helper methods.

Adds helpers for 

#. Contexts and should statements
#. Common ActiveRecord model tests
#. A few general purpose assertions

== Todo

#. Controller test helpers
#. General code cleanups
#. More options for AR helpers