Sha256: 67ad3958113d49aa71cb57dbdc77dcc688726a3032209b0a51096735420a09a9

Contents?: true

Size: 142 Bytes

Versions: 7

Compression:

Stored size: 142 Bytes

Contents

require 'test_helper'

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
paper_trail-2.2.1 test/paper_trail_test.rb
paper_trail-2.2.0 test/paper_trail_test.rb
paper_trail-2.1.1 test/paper_trail_test.rb
paper_trail-2.1.0 test/paper_trail_test.rb
paper_trail-2.0.2 test/paper_trail_test.rb
paper_trail-2.0.1 test/paper_trail_test.rb
paper_trail-2.0.0 test/paper_trail_test.rb