Flesh out work items in the UI
Build and Publish Docker Container / build (push) Successful in 5m43s
Build and Publish Docker Container / build (push) Successful in 5m43s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user