...because I'm a slave to the coverage report
This commit is contained in:
8
test/jobs/application_job_test.rb
Normal file
8
test/jobs/application_job_test.rb
Normal file
@ -0,0 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
require 'test_helper'
|
||||
|
||||
class ApplicationJobTest < ActiveSupport::TestCase
|
||||
test 'should exists' do
|
||||
assert ApplicationJob.new
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user