mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 10:36:04 +10:00
8 lines
208 B
Ruby
8 lines
208 B
Ruby
class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
|
|
include SharedAuthentication
|
|
include SharedPaths
|
|
include SharedProject
|
|
include SharedSidebarActiveTab
|
|
include SharedShortcuts
|
|
end
|