Rename deprecated empty ActiveModel::TestCase; removed in Rails master

This commit is contained in:
Benjamin Fleischer
2017-09-19 08:33:45 -05:00
parent 5f4252f11d
commit 9c226c67f1
5 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
require "test_helper"
require "test_fakes"
class SerializerTest < ActiveModel::TestCase
class SerializerTest < ActiveSupport::TestCase
def test_scope_works_correct
serializer = ActiveModel::Serializer.new :foo, :scope => :bar
assert_equal serializer.scope, :bar