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

public_projects.rb « project « steps « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7063e7d56aefcc27c7312af6750dfbfaade94c04 (plain)
1
2
3
4
5
6
7
8
9
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