Sha256: e153576924d7f22f20a1a8afa9e0a48123b09a15c963130ff9d1579e68bff0bf

Contents?: true

Size: 777 Bytes

Versions: 4

Compression:

Stored size: 777 Bytes

Contents

require 'test_helper'

class ClassValidatorTest < MiniTest::Unit::TestCase
  def test_model_must_autosave_associations
    skip
  end

  def test_model_must_validate_associations
    skip
  end

  def test_model_must_destroy_associations
    skip
  end

  def test_model_must_be_touched_when_associations_update
    skip
  end

  def test_must_prohibit_external_references_to_associations
    skip
  end

  def test_model_must_inverse_of_to_and_from_associations
    skip
  end

  def test_associations_that_reference_external_roots_must_destroy_or_nullify_when_external_root_is_destroyed
    skip
  end

  def test_model_must_have_aggregate_association_to_every_model_in_namespace
    skip
  end

  def test_model_must_recursively_check_sub_aggregate_roots
    skip
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
activeshepherd-0.8.3 test/unit/class_validator_test.rb
activeshepherd-0.8.2 test/unit/class_validator_test.rb
activeshepherd-0.8.1 test/unit/class_validator_test.rb
activeshepherd-0.8.0 test/unit/class_validator_test.rb