active_tab.rb 240 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps include SharedAuthentication include SharedPaths include SharedActiveTab step 'the active main tab should be Help' do ensure_active_main_tab('Help') end end