Initial admin/jobs index

This commit is contained in:
2024-09-17 14:39:15 +02:00
parent e7af7bae2f
commit 7b6a2faeca
8 changed files with 111 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
require "test_helper"
class Admin::JobsControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get admin_jobs_index_url
assert_response :success
end
end