public
Fork of joshknowles/rspec-on-rails-matchers
Description: A collection of RSpec matchers to be used with the Ruby on Rails project
Homepage:
Clone URL: git://github.com/brandon/rspec-on-rails-matchers.git
brandon (author)
Sun Feb 01 18:12:15 -0800 2009
commit  a0351bdfe019a2e28f8f4d71e78e2979aa29b98a
tree    066a3bf40723aba4ff40b3e65a1008af8bb388b1
parent  5d02a5bef6a9b7cf66c9fe1a9381086d0d9b9b1c parent  534c5ce7ded9892fd05866537dd50409bd4d08d1
100644 10 lines (8 sloc) 0.32 kb
1
2
3
4
5
6
7
8
9
10
Change Log
==========
 
Trunk
-----
 
* 2008/03/02 - Added have_form_putting_to(url_or_path) - Patch by unknown google code submitter
* 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