GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
Matthew Bass (author)
Thu May 08 14:16:05 -0700 2008
commit  e42097fc81edb13d8c45471b7151a8674498b675
tree    365941a43249f6093abf0bfb51d898d21ad66c0a
parent  aedd3ee396eb8177173bd0ce2d20b91b876aef93
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]