2014-09-22 10:30:25 -04:00
|
|
|
class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
|
2014-08-21 04:14:31 -04:00
|
|
|
include SharedAuthentication
|
|
|
|
include SharedPaths
|
|
|
|
include SharedProject
|
2016-05-16 13:36:27 -04:00
|
|
|
include SharedSidebarActiveTab
|
2016-05-16 18:36:06 -04:00
|
|
|
include SharedShortcuts
|
2014-08-21 04:14:31 -04:00
|
|
|
end
|