Add ability to start lecture and redirect to recorded content.

This commit is contained in:
2023-10-04 15:00:23 +01:00
parent 0e0d26d06d
commit 7c96b2c2bc
11 changed files with 69 additions and 5 deletions
@@ -0,0 +1,8 @@
require "test_helper"
class LectureControllerTest < ActionDispatch::IntegrationTest
test "should get start" do
get lecture_start_url
assert_response :success
end
end