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:09:39 -0800 2008
commit  4e88e05cfcf4ef79103bf270a4044bc153efbae7
tree    43bfa839f7b968a0a7235f11e1510dc7c6ee9314
parent  ce4a82a6b13bf54db07dc66a5c1cd1048d72185c
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