require 'test_helper' class IntegrationAuthorizationsControllerTest < ActionDispatch::IntegrationTest test "should get create" do get integration_authorizations_create_url assert_response :success end test "should get show" do get integration_authorizations_show_url assert_response :success end end