diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-10 16:03:37 -0700 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-10 16:03:37 -0700 |
| commit | 0414b2ae98180f1a462aae5300ba0fde94614cb4 (patch) | |
| tree | 75fb6926705d3cf6b3fefdaf03fbb4f923cf0557 /features/steps | |
| parent | 83f7e98d9a672158d5c754307ab471fd50c5b2a3 (diff) | |
| download | gitlab-ce-0414b2ae98180f1a462aae5300ba0fde94614cb4.tar.gz | |
Remove projects page from dashboard
Diffstat (limited to 'features/steps')
| -rw-r--r-- | features/steps/dashboard/projects.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/features/steps/dashboard/projects.rb b/features/steps/dashboard/projects.rb deleted file mode 100644 index 2a348163060..00000000000 --- a/features/steps/dashboard/projects.rb +++ /dev/null @@ -1,11 +0,0 @@ -class Spinach::Features::DashboardProjects < Spinach::FeatureSteps - include SharedAuthentication - include SharedPaths - include SharedProject - - step 'I should see projects list' do - @user.authorized_projects.all.each do |project| - page.should have_link project.name_with_namespace - end - end -end |
