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 08:09:35 -0700 2007
commit  f77e17b6e4c4d899ed19d23f0502dda2aef4916f
tree    31e97c1802cfc2c2a28ea0ff61695fe5af40e372
parent  7910643c6f48fa7d502a2a2fb50bc331f565d4a4
shoulda / README
100644 16 lines (10 sloc) 0.291 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
= 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