ftp-manager/test/controllers/auth_controller_test.rb

9 lines
175 B
Ruby
Raw Normal View History

2016-09-12 22:15:44 -05:00
require 'test_helper'
class AuthControllerTest < ActionDispatch::IntegrationTest
# test "should get auth" do
# get auth_url
# assert_response :redirect
# end
end