Redmine-Jobs/test/unit/job_test.rb

10 lines
158 B
Ruby
Raw Permalink Normal View History

2023-11-16 20:23:09 +00:00
require_relative '../test_helper'
class JobTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end