require 'test_helper' class VideoProsControllerTest < ActionController::TestCase test "should get widget" do get :widget assert_response :success end end