feature tests

This commit is contained in:
Dmitriy Zaporozhets 2013-01-27 15:41:35 +02:00
parent cd47e625f0
commit d24fd32aa5
3 changed files with 18 additions and 0 deletions

View file

@ -33,6 +33,10 @@ module SharedPaths
visit dashboard_path
end
Given 'I visit dashboard projects page' do
visit projects_dashboard_path
end
Given 'I visit dashboard issues page' do
visit issues_dashboard_path
end