Applied rubocop cop 'Style/CommentIndentation'.

This commit is contained in:
Thorsten Eckel 2015-07-03 19:37:24 +02:00
parent b92e5c7532
commit aaf19fa52b

View file

@ -4,7 +4,7 @@ require 'test_helper'
class ModelTest < ActiveSupport::TestCase class ModelTest < ActiveSupport::TestCase
test 'references test' do test 'references test' do
# create base # create base
groups = Group.where( name: 'Users' ) groups = Group.where( name: 'Users' )
roles = Role.where( name: %w(Agent Admin) ) roles = Role.where( name: %w(Agent Admin) )
agent1 = User.create_or_update( agent1 = User.create_or_update(