Much base work started
This commit is contained in:
13
test/controllers/videos_controller_test.rb
Normal file
13
test/controllers/videos_controller_test.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
require "test_helper"
|
||||
|
||||
class VideosControllerTest < ActionDispatch::IntegrationTest
|
||||
test "should get index" do
|
||||
get videos_index_url
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should get show" do
|
||||
get videos_show_url
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user