Fix rubocop warning

This commit is contained in:
Tom Hughes 2024-04-21 19:07:16 +01:00
parent a32aa188c2
commit a34fa95af4

View file

@ -1,4 +1,4 @@
pass_crypt = PasswordHash.create("test").first
pass_crypt = PasswordHash.create("test").first
FactoryBot.define do
factory :user do