2015-04-26 12:48:37 +05:30
|
|
|
class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
|
|
|
|
include SharedAuthentication
|
|
|
|
include SharedPaths
|
|
|
|
include SharedProject
|
2016-06-16 23:09:34 +05:30
|
|
|
include SharedSidebarActiveTab
|
|
|
|
include SharedShortcuts
|
2015-04-26 12:48:37 +05:30
|
|
|
end
|