Sha256: 2ad40339a11b83d575c28c904fc4dcba692a87223229e996bfa559232deaf5f4

Contents?: true

Size: 184 Bytes

Versions: 8

Compression:

Stored size: 184 Bytes

Contents

require "test_helper"

class DontDumpTablesTest < SerializedNonTransactionalTestCase
  def test_dump_includes_zero_chatty_audit_logs
    assert_equal 0, ChattyAuditLog.count
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
test_data-0.3.2 example/test/integration/dont_dump_tables_test.rb
test_data-0.3.1 example/test/integration/dont_dump_tables_test.rb
test_data-0.3.0 example/test/integration/dont_dump_tables_test.rb
test_data-0.2.2 example/test/integration/dont_dump_tables_test.rb
test_data-0.2.1 example/test/integration/dont_dump_tables_test.rb
test_data-0.2.0 example/test/integration/dont_dump_tables_test.rb
test_data-0.1.0 example/test/integration/dont_dump_tables_test.rb
test_data-0.0.2 example/test/integration/dont_dump_tables_test.rb