ftp-manager/test/controllers/auth_controller_test.rb

9 lines
175 B
Ruby

require 'test_helper'
class AuthControllerTest < ActionDispatch::IntegrationTest
# test "should get auth" do
# get auth_url
# assert_response :redirect
# end
end