public
Description: Dirty ActiveRecord Versioning (update of acts_as_versioned)
Homepage: http://tuples.us/2008/05/03/lazily-announcing-version_fu/
Clone URL: git://github.com/jmckible/version_fu.git
Search Repo:
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