Refactor TestUser in SerializationScopeNameTest

Use the same base class we use for other test models
This commit is contained in:
Mateo Murphy
2015-03-23 13:44:30 -04:00
parent 90c7005c79
commit 9480b567ef
2 changed files with 7 additions and 10 deletions

View File

@@ -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)