public
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/pelargir/test_spec_on_rails.git
Matthew (author)
Thu Oct 08 06:46:39 -0700 2009
commit  778ace5b664dc8b04ae3487efddacd67ddc44c68
tree    29a6972581877a4f5edaa62fcf6a7f3da05f32ae
parent  391db95212f608de53ddf49cac634ce3c7788e16
test_spec_on_rails / CHANGELOG
100644 19 lines (10 sloc) 0.74 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
07/01/08 - should.render now takes optional response code [Matthew Bass]
 
06/28/08 - Added should.render for testing template rendering [Matthew Bass]
 
05/15/08 - First pass at overriding generators to produce specs [Matthew Bass]
 
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]