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

8 lines
142 B
Ruby

require 'test_helper'
class PaperTrailTest < ActiveSupport::TestCase
test 'Sanity test' do
assert_kind_of Module, PaperTrail
end
end