public
Fork of pelargir/test_spec_on_rails
Description: Rails plugin with helpers to test your app using test/spec.
Homepage: http://agilewebdevelopment.com/plugins/test_spec_on_rails
Clone URL: git://github.com/github/test_spec_on_rails.git
test_spec_on_rails / CHANGELOG
100644 13 lines (7 sloc) 0.508 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
03/18/08 - it_should_validate_presence_of helper added [Matthew Bass]
 
03/12/08 - layout.should.be nil is now supported [Rob Sanheim]
 
03/11/08 - Added content_type attr to dummy response for Rails 2.0 [Jason Rudolph]
 
03/06/08 - Added should.differ(:method).by wrapper for assert_difference [Matthew Bass]
 
02/18/08 - Added Rakefile, began adding tests [Matthew Bass]
 
02/08/08 - Added support for route checking (i.e. assert_generates) [Jason Rudolph]
 
01/10/08 - Added CHANGELOG and LICENSE [Matthew Bass]