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

permissions.rb « builds « project « steps « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e9d6504fd55847b21623b8befea89ac707d5446 (plain)
1
2
3
4
5
6
7
class Spinach::Features::ProjectBuildsPermissions < Spinach::FeatureSteps
  include SharedAuthentication
  include SharedProject
  include SharedBuilds
  include SharedPaths
  include RepoHelpers
end