Add controller
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user