gitlab-org--gitlab-foss/features/steps/dashboard/shortcuts.rb
Dmitriy Zaporozhets ff5109e19c
Fix shortcuts tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-05-16 17:36:06 -05:00

7 lines
208 B
Ruby

class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
include SharedSidebarActiveTab
include SharedShortcuts
end