gitlab-org--gitlab-foss/features/steps/dashboard/shortcuts.rb

8 lines
208 B
Ruby
Raw Normal View History

class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
2014-08-21 04:14:31 -04:00
include SharedAuthentication
include SharedPaths
include SharedProject
include SharedSidebarActiveTab
include SharedShortcuts
2014-08-21 04:14:31 -04:00
end