aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/test_case.rb
blob: 5004855d565a505a9d406cf1f7d4fbc4354db59b (plain) (blame)
1
2
3
4
module ActiveModel #:nodoc:
  class TestCase < ActiveSupport::TestCase #:nodoc:
  end
end