public
Description: Rails plugin to reuse fixtures as mock model objects without any database overhead
Homepage:
Clone URL: git://github.com/adzap/mocked_fixtures.git
adzap (author)
Thu Jan 15 15:41:44 -0800 2009
commit  7e5548e9fb13fdbf9c8fd7799b1e6f716ba0c1c1
tree    a7af860d24a40ad81899cf77b9f112baabe325ad
parent  71451530bcf7f715e9205bcf5de849481448f532
mocked_fixtures / History.txt
100644 16 lines (11 sloc) 0.486 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
== 0.3.0 2008-09-19
* Removed sqlserver adapter stuff - use my plugin sqlserver_adapter_mods if need arises
* Added more specs
 
== 0.2.0 2008-09-04
 
* New features:
  * Added blocks to mock fixture accessors to allow neater customisation of mock objects as they are loaded
* Refactored hooks for loading mock fixtures on test setup. Much simpler and handles Rails 2.0 and 2.1
  without load order issues with rspec-rails
 
== 0.1.0 2008-09-03
 
* 1 major enhancement:
  * Initial release