From 170340e6b15f91e79cf683c892ec887c3115b317 Mon Sep 17 00:00:00 2001 From: Ciro Santillli Date: Sun, 23 Feb 2014 10:04:56 +0100 Subject: Remove dir prefix and suffix from tests inside dir. --- features/steps/dashboard/projects.rb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 features/steps/dashboard/projects.rb (limited to 'features/steps/dashboard/projects.rb') diff --git a/features/steps/dashboard/projects.rb b/features/steps/dashboard/projects.rb new file mode 100644 index 00000000000..85251565446 --- /dev/null +++ b/features/steps/dashboard/projects.rb @@ -0,0 +1,11 @@ +class DashboardProjects < Spinach::FeatureSteps + include SharedAuthentication + include SharedPaths + include SharedProject + + Then 'I should see projects list' do + @user.authorized_projects.all.each do |project| + page.should have_link project.name_with_namespace + end + end +end -- cgit v1.2.1