mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-25 07:16:49 +00:00
Refactor TestUser in SerializationScopeNameTest
Use the same base class we use for other test models
This commit is contained in:
1
test/fixtures/poro.rb
vendored
1
test/fixtures/poro.rb
vendored
@@ -63,6 +63,7 @@ Author = Class.new(Model)
|
||||
Bio = Class.new(Model)
|
||||
Blog = Class.new(Model)
|
||||
Role = Class.new(Model)
|
||||
User = Class.new(Model)
|
||||
module Spam; end
|
||||
Spam::UnrelatedLink = Class.new(Model)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user