rubocop: fix various style issues.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
require 'test_helper'
|
||||
|
||||
class TestJob < ApplicationJob
|
||||
def perform(record); end
|
||||
def perform(record)
|
||||
end
|
||||
end
|
||||
|
||||
class ApplicationJobTest < ActiveJob::TestCase
|
||||
|
||||
Reference in New Issue
Block a user