mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 15:23:06 +00:00
Rename deprecated empty ActiveModel::TestCase; removed in Rails master
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user