Sha256: 979a63bcddfe304eb8c66ca609922b0875a9fee49f46dc7f7b098b66baf5dcb0

Contents?: true

Size: 212 Bytes

Versions: 9

Compression:

Stored size: 212 Bytes

Contents

require "test_helper"

class MigratedBoopsTest < SerializedNonTransactionalTestCase
  def test_dump_includes_manually_booped_boops_plus_new_beep_column
    assert_equal 15, Boop.where(beep: true).count
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

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