skill-assessment-app/test/jobs/application_job_test.rb
2016-09-14 17:38:21 -05:00

9 lines
170 B
Ruby

# frozen_string_literal: true
require 'test_helper'
class ApplicationJobTest < ActiveSupport::TestCase
test 'should exists' do
assert ApplicationJob.new
end
end