style(ntfy): fix bracket-spacing lint offenses
This commit is contained in:
12
test/fixtures/admin_users.yml
vendored
12
test/fixtures/admin_users.yml
vendored
@@ -1,13 +1,13 @@
|
||||
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
||||
|
||||
one:
|
||||
email: MyString
|
||||
password_digest: MyString
|
||||
name: MyString
|
||||
email: one@example.com
|
||||
password_digest: <%= BCrypt::Password.create("password123") %>
|
||||
name: Admin One
|
||||
last_login_at: 2025-10-20 10:51:35
|
||||
|
||||
two:
|
||||
email: MyString
|
||||
password_digest: MyString
|
||||
name: MyString
|
||||
email: two@example.com
|
||||
password_digest: <%= BCrypt::Password.create("password123") %>
|
||||
name: Admin Two
|
||||
last_login_at: 2025-10-20 10:51:35
|
||||
|
||||
Reference in New Issue
Block a user