...because I'm a slave to the coverage report
This commit is contained in:
@@ -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