summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/shortcuts.rb
blob: 118d27888df4619acc448ce847cd1b2e17d8035d (plain)
1
2
3
4
5
6
7
class Spinach::Features::DashboardShortcuts < Spinach::FeatureSteps
  include SharedAuthentication
  include SharedPaths
  include SharedProject
  include SharedSidebarActiveTab
  include SharedShortcuts
end