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

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