style: Lint code

This commit is contained in:
kbe
2025-09-05 14:38:14 +02:00
parent 0abf8d9aa9
commit 8544802b7f
3 changed files with 19 additions and 19 deletions

View File

@@ -2,11 +2,11 @@ require "test_helper"
class TicketPdfGeneratorTest < ActiveSupport::TestCase
def setup
# Stub QR code generation to avoid dependency issues
# Stub QR code generation to avoid dependency issues
mock_qrcode = mock("qrcode")
mock_qrcode.stubs(:modules).returns([])
RQRCode::QRCode.stubs(:new).returns(mock_qrcode)
@user = User.create!(
email: "test@example.com",
password: "password123",