Use more meaningful model names for tests

This commit is contained in:
Santiago Pastorino
2013-08-16 19:16:46 -03:00
parent 516f5bdceb
commit 4c7599cfff
7 changed files with 102 additions and 104 deletions

View File

@@ -5,7 +5,7 @@ module ActiveModel
class Serializer
class ScopeTest < ActiveModel::TestCase
def setup
@serializer = ModelSerializer.new(nil, scope: current_user)
@serializer = ProfileSerializer.new(nil, scope: current_user)
end
def test_scope