diff --git a/db/migrate/20241217133422_first_name_last_name_not_null.rb b/db/migrate/20241217133422_first_name_last_name_not_null.rb index 0b0680a..92803cf 100644 --- a/db/migrate/20241217133422_first_name_last_name_not_null.rb +++ b/db/migrate/20241217133422_first_name_last_name_not_null.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class FirstNameLastNameNotNull < ActiveRecord::Migration[7.2] def up change_table :users, bulk: true do |t| diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml index 3c3dfe0..08cbc66 100644 --- a/test/fixtures/users.yml +++ b/test/fixtures/users.yml @@ -41,8 +41,8 @@ user3: encrypted_password: anonymized confirmation_token: remember_token: anonymized - last_name: - first_name: + last_name: Anonymized + first_name: Anonymized created_at: !ruby/object:ActiveSupport::TimeWithZone utc: &1 2019-10-31 15:40:41.545001000 Z zone: &2 !ruby/object:ActiveSupport::TimeZone