public
Rubygem
Description: RSpec extension library for Ruby on Rails
Homepage:
Clone URL: git://github.com/dchelimsky/rspec-rails.git
update History
David Chelimsky (author)
Mon Aug 11 04:42:28 -0700 2008
commit  2b25c672537fa3e4ce0341263e890aaa052a8b3e
tree    60103934723fa7138f23a1534c84cdacb6eae585
parent  3c59e0c75e1eaf6660a14654a56e1a419f5c5c85
...
15
16
17
 
18
19
20
...
15
16
17
18
19
20
21
0
@@ -15,6 +15,7 @@ autotest through autotest's discovery mechanism.
0
 * Added proxy to cookies so you can set them in examples the same way you set them in controllers
0
 * Added script/autospec so you can run autospec without installing the gem
0
 * Support --skip-fixture in the rspec_model generator (patches from Alex Tomlins and Niels Ganser)
0
+* Add mock_model#as_new_record (patch from Zach Dennis)
0
 
0
 === Version 1.1.4
0
 

Comments