aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/test_case.rb
blob: 09fb6d707cb73b0a1218275211f600ebca5d4307 (plain) (blame)
1
2
3
4
5
6
7
require "active_support/test_case"

module ActiveModel #:nodoc:
  class TestCase < ActiveSupport::TestCase #:nodoc:
    include ActiveModel::ValidationsRepairHelper
  end
end