Sha256: 44f3daf8ef8afae614695efb21d02c6dded081e736959f7896aa6147b2c19f65

Contents?: true

Size: 435 Bytes

Versions: 3

Compression:

Stored size: 435 Bytes

Contents

require 'test/unit'

%w(
  test_associations
  test_attribute_methods
  test_attributes
  test_composite_arrays
  test_create
  test_delete
  test_dup
  test_equal
  test_exists
  test_find
  test_habtm
  test_ids
  test_miscellaneous
  test_pagination
  test_polymorphic
  test_predicates
  test_santiago
  test_tutorial_example
  test_update
  test_validations
).each do |test|
  require File.expand_path("../#{test}", __FILE__)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
composite_primary_keys-5.0.0.rc1 test/test_suite.rb
composite_primary_keys-4.1.2 test/test_suite.rb
composite_primary_keys-4.1.1 test/test_suite.rb