Add controller

This commit is contained in:
2023-09-29 17:50:55 +01:00
parent 0d86f26613
commit f49dd9a882
5 changed files with 17 additions and 4 deletions
@@ -0,0 +1,8 @@
require "test_helper"
class AttendanceTrackerControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get attendance_tracker_index_url
assert_response :success
end
end