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

active_tab.rb « dashboard « steps « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 04fe96cef22bc61a6ee3a2d70cc48a3ded03b43c (plain)
1
2
3
4
5
class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps
  include SharedAuthentication
  include SharedPaths
  include SharedSidebarActiveTab
end