Flesh out work items in the UI
Build and Publish Docker Container / build (push) Successful in 5m43s

This commit is contained in:
2023-10-08 16:06:07 +01:00
parent f9f4762450
commit c8b688ce57
14 changed files with 123 additions and 36 deletions
@@ -0,0 +1,13 @@
require "test_helper"
class WorkItemControllerTest < ActionDispatch::IntegrationTest
test "should get start_time_entry" do
get work_item_start_time_entry_url
assert_response :success
end
test "should get complete" do
get work_item_complete_url
assert_response :success
end
end