style: correct coding style with rubocop linter

This commit is contained in:
kbe
2025-09-05 12:02:44 +02:00
parent 46c8faf10c
commit 15e3c7dff5
40 changed files with 121 additions and 1663 deletions

View File

@@ -11,4 +11,4 @@ class ApplicationRecordTest < ActiveSupport::TestCase
assert_kind_of Class, ApplicationRecord
assert ApplicationRecord < ActiveRecord::Base
end
end
end

View File

@@ -254,4 +254,3 @@ class TicketTest < ActiveSupport::TestCase
assert ticket.save
end
end

View File

@@ -63,4 +63,4 @@ class UserTest < ActiveSupport::TestCase
refute user.valid?, "User with last_name longer than 12 chars should be invalid"
assert_not_nil user.errors[:last_name], "No validation error for too long last_name"
end
end
end