public
Fork of technoweenie/model_stubbing
Description: Rails 1.2.x compatible version - Replacement for ActiveRecord fixtures using an extremely flexible ruby-based approach.
Clone URL: git://github.com/jacqui/model_stubbing.git
notes for why this fork exists
Jacqui Maher (author)
Fri Apr 18 13:57:55 -0700 2008
commit  03e673046e6d4ffef61f85303d00dcbb1912f009
tree    6abccffcfd62852a9e3a2902fb6c431ebdbe226d
parent  7370f16fd7d3de626ba47538fa51999f54acfd0a
0
...
1
2
3
 
 
4
5
6
...
68
69
70
71
72
 
...
1
2
3
4
5
6
7
8
...
70
71
72
 
73
74
0
@@ -1,6 +1,8 @@
0
 model_stubbing
0
 ==============
0
 
0
+This is a Rails 1.2.x compatible version of technoweenie's model_stubbing plugin. It has very minor changes from the original version. Rails 2 refactored Fixtures a bit which is caused the incompatibility.
0
+
0
 Creates in-memory versions of models for testing. This attempts to solve a
0
 few problems with ActiveRecord Fixtures:
0
 
0
@@ -68,4 +70,4 @@ TODO
0
 * Support other mocking frameworks besides rspec and mocha?
0
 
0
 * Support Sequel, DataMapper, etc? I use AR, but I'm willing to abstract
0
- some of that out in case someone wants to support another ORM.
0
\ No newline at end of file
0
+ some of that out in case someone wants to support another ORM.

Comments

    No one has commented yet.