fe5f75930e
[master] Resolve "Personal access token with only `read_user` scope can be used to authenticate any web request" See merge request gitlab/gitlabhq!2583
5 lines
135 B
Ruby
5 lines
135 B
Ruby
require 'spec_helper'
|
|
|
|
describe Dashboard::ProjectsController do
|
|
it_behaves_like 'authenticates sessionless user', :index, :atom
|
|
end
|