Skip to content

Commit

Permalink
Merge pull request #15 from voxik/activemodel_testcase
Browse files Browse the repository at this point in the history
Replace ActiveModel::TestCase with ActiveSupport::TestCase
  • Loading branch information
rafaelfranca authored Jul 21, 2017
2 parents dd9c0ac + 5c727ec commit 675d3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/active_model/xml_serialization_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def serializable_hash(options={})
end
end

class AMXmlSerializationTest < ActiveModel::TestCase
class AMXmlSerializationTest < ActiveSupport::TestCase
def setup
@contact = Contact.new
@contact.name = 'aaron stack'
Expand Down

0 comments on commit 675d3e8

Please # to comment.