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

shortcuts.rb « dashboard « steps « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 118d27888df4619acc448ce847cd1b2e17d8035d (plain)
1
2
3
4
5
6
7
class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
  include SharedAuthentication
  include SharedPaths
  include SharedProject
  include SharedSidebarActiveTab
  include SharedShortcuts
end