Browse Source

Applied rubocop cop 'Style/CommentIndentation'.

Thorsten Eckel 9 years ago
parent
commit
aaf19fa52b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/model_test.rb

+ 1 - 1
test/unit/model_test.rb

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