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
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