fix active tabs tests

This commit is contained in:
Dmitriy Zaporozhets 2013-01-31 12:08:56 +02:00
parent 130f60d55b
commit 2af323bbd1
4 changed files with 8 additions and 4 deletions

View file

@ -4,7 +4,7 @@ class AdminActiveTab < Spinach::FeatureSteps
include SharedActiveTab
Then 'the active main tab should be Home' do
ensure_active_main_tab('Stats')
ensure_active_main_tab('Home')
end
Then 'the active main tab should be Projects' do