9 lines
175 B
Ruby
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
|