gitlab auth - needs test fix

This commit is contained in:
2016-09-12 22:15:44 -05:00
parent 708938ff45
commit 5dc60e0b41
10 changed files with 88 additions and 2 deletions

View File

@ -3,6 +3,9 @@ require 'test_helper'
class AccountsControllerTest < ActionDispatch::IntegrationTest
setup do
@account = accounts(:account1)
# get login_path
# session[:token] = 'fake-oauth-token'
# session[:name] = "Fake User"
end
test "should get index" do

View File

@ -0,0 +1,8 @@
require 'test_helper'
class AuthControllerTest < ActionDispatch::IntegrationTest
# test "should get auth" do
# get auth_url
# assert_response :redirect
# end
end