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

diff_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: b9d8cf2c5a55c8b60179f34875d251a3e3bc6b5b (plain)
1
2
3
4
5
6
class Spinach::Features::ProjectCommitsDiffComments < Spinach::FeatureSteps
  include SharedAuthentication
  include SharedDiffNote
  include SharedPaths
  include SharedProject
end