Take the 2008 Git User's Survey and help out! [ hide ]

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
Search Repo:
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