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

project_wall.rb « project « steps « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba9d3533b2cd68a3048bf48940eb2a4e068e815b (plain)
1
2
3
4
5
6
class ProjectWall < Spinach::FeatureSteps
  include SharedAuthentication
  include SharedProject
  include SharedNote
  include SharedPaths
end