TheBreeze / shadow

Provides a history of attribute and association updates for models. This coincides with a versioning system (such as acts_as_versioned). When used in tandem, you get both a history of changes and a history of what changed.

This URL has Read+Write access

shadow / test / shadow_test.rb
100644 9 lines (7 sloc) 0.143 kb
1
2
3
4
5
6
7
8
9
require 'test/unit'
 
class ShadowTest < Test::Unit::TestCase
  # Replace this with your real tests.
  def test_this_plugin
    flunk
  end
end