public
Description: A collection of RSpec matchers to be used with the Ruby on Rails project
Clone URL: git://github.com/joshknowles/rspec-on-rails-matchers.git
joshknowles (author)
Sun Mar 02 21:14:47 -0800 2008
commit  33f44e4d7242d05fa9f1a25556e0f4d11b713feb
tree    43bfa839f7b968a0a7235f11e1510dc7c6ee9314
parent  1b2d79a6d9b34c2815430a6d9193c88a1383fe02
100644 9 lines (7 sloc) 0.224 kb
1
2
3
4
5
6
7
8
9
Change Log
==========
 
Trunk
-----
 
* 2008/03/02 - Added should observe (Luke Melia)
* 2008/03/02 - Patched validates_length_of to use within to be consistent with Rails (Matt Pelletier)
* 2007/01/03 - Initial Public Release