Sha256: 4e488a6abe3aefdfdea4d8774c0092f9c71e167aa5df19c1893720b100493c42

Contents?: true

Size: 480 Bytes

Versions: 1

Compression:

Stored size: 480 Bytes

Contents

require 'test/unit'

%w(
  test_associations
  test_attribute_methods
  test_attributes
  test_calculations
  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
  test_delete_without_pk
).each do |test|
  require File.expand_path("../#{test}", __FILE__)
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
composite_primary_keys-5.0.14 test/test_suite.rb