Sha256: c35233f7c06b8efbbda63b4f8f2fdc824c0c8f1390e01b5184cb7de2eeae3236

Contents?: true

Size: 250 Bytes

Versions: 9

Compression:

Stored size: 250 Bytes

Contents

require "test_helper"

class ReplicationTest < ActiveSupport::TestCase

  test "Replication defaults when the ORM is ActiveRecord" do
    assert_includes Replication.defaults, :except
    assert_includes Replication.defaults, :strand_class
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
replication-0.4.1 test/replication_test.rb
replication-0.4.0 test/replication_test.rb
replication-0.3.2 test/replication_test.rb
replication-0.3.1 test/replication_test.rb
replication-0.3.0 test/replication_test.rb
replication-0.2.0 test/replication_test.rb
replication-0.1.2 test/replication_test.rb
replication-0.1.1 test/replication_test.rb
replication-0.1.0 test/replication_test.rb