2015-04-26 09:18:37 +02:00
|
|
|
class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps
|
2014-09-02 14:37:02 +02:00
|
|
|
include SharedAuthentication
|
|
|
|
include SharedPaths
|
2016-06-16 23:09:34 +05:30
|
|
|
include SharedSidebarActiveTab
|
2014-09-02 14:37:02 +02:00
|
|
|
end
|