paper-trail-gem--paper_trail/test/paper_trail_test.rb

8 lines
142 B
Ruby
Raw Normal View History

2011-02-08 17:16:35 +00:00
require 'test_helper'
class PaperTrailTest < ActiveSupport::TestCase
test 'Sanity test' do
assert_kind_of Module, PaperTrail
end
end