Welcome to mirror list, hosted at ThFree Co, Russian Federation.

projects_controller_spec.rb « dashboard « controllers « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2975205e09c3f7cf9be1532ea6f6b2b762c822bf (plain)
1
2
3
4
5
require 'spec_helper'

describe Dashboard::ProjectsController do
  it_behaves_like 'authenticates sessionless user', :index, :atom
end