public
Rubygem
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/thoughtbot/shoulda.git
tsaleh (author)
Fri Apr 06 07:28:27 -0700 2007
commit  7910643c6f48fa7d502a2a2fb50bc331f565d4a4
tree    a7fe5ad098f0f79e9883678fc2b8ec88896a6c16
parent  aabc89c561ad1d46b92bfa40b3c7d0a61f98481a
name age message
file README Thu Apr 05 12:15:56 -0700 2007 - documentation [tsaleh]
file Rakefile Tue Oct 07 08:03:35 -0700 2008 Version bump to 2.0.4 to maintain consistency w... [rmm5t]
directory bin/ Wed Jul 30 05:25:25 -0700 2008 convert_to_shoulda_syntax: use Dir::tmpdir inst... [showaltb]
file init.rb Wed Oct 01 14:44:09 -0700 2008 use the rails standard way of initializing a ge... [mjankowski]
directory lib/ Fri Nov 07 12:30:07 -0800 2008 Allow symbol parameter for should_render_with_l... [bjhess]
directory test/ Fri Nov 07 12:30:07 -0800 2008 Allow symbol parameter for should_render_with_l... [bjhess]
README
= ThoughtBot Test Helpers

A collection of Test::Unit helper methods.

Adds helpers for 

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

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