notebook/test/controllers/integration_authorizations_controller_test.rb
2021-05-21 15:28:23 -07:00

15 lines
343 B
Ruby

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