Applied rubocop cop 'Style/CommentIndentation'.
This commit is contained in:
parent
b92e5c7532
commit
aaf19fa52b
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue