jmckible / version_fu

Dirty ActiveRecord Versioning (update of acts_as_versioned)

This URL has Read+Write access

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