Skip to content

Commit d4baf42

Browse files
committed
Fix rubocop warning
1 parent 9ccf2ae commit d4baf42

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/factories/admin_users.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# frozen_string_literal: true
2-
1+
# typed: false
32
# == Schema Information
43
#
54
# Table name: admin_users
@@ -27,7 +26,7 @@
2726
# index_admin_users_on_reset_password_token (reset_password_token) UNIQUE
2827
# index_admin_users_on_unlock_token (unlock_token) UNIQUE
2928
#
30-
# typed: false
29+
# frozen_string_literal: true
3130

3231
FactoryBot.define do
3332
factory :admin_user do

0 commit comments

Comments
 (0)