gitlab-org--gitlab-foss/features/steps/project/public.rb

10 lines
233 B
Ruby

class PublicProjects < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedPaths
Then 'I should see the list of public projects' do
page.should have_content "Public Projects"
end
end