Files
danbooru/test/functional/jobs_controller_test.rb

9 lines
164 B
Ruby

require 'test_helper'
class JobsControllerTest < ActionController::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end