public
Description: Dirty ActiveRecord Versioning (update of acts_as_versioned)
Homepage:
Clone URL: git://github.com/jmckible/version_fu.git
dpickett (author)
Mon Jun 29 21:43:18 -0700 2009
commit  6621b379f96591c3299d69ae60d720b3214a9f16
tree    693be6e9382ed099d12910106cd372c3ebc2cd8c
parent  537f2ed7d9bfb1ed9626a6022a828fea143ba472
version_fu / RUNNING_UNIT_TESTS
100644 8 lines (5 sloc) 0.347 kb
1
2
3
4
5
6
7
8
This plugin should be inside a Rails project in the vendor/plugins/version_fu folder.
 
The project should also have Rails froze in vendor/rails
 
You'll probably want to test with sqlite3, so make sure you have the sqlite3-ruby gem installed
 
Inside the vendor/plugins/version_fu directory, run the test suite with:
  $ ruby test/version_fu_test.rb