Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRubén Dávila <rdavila84@gmail.com>2016-01-21 20:54:10 +0300
committerRubén Dávila <rdavila84@gmail.com>2016-01-21 20:54:10 +0300
commit0f79620ccb049dc8146ab3c639f993122329eb83 (patch)
tree34c3e63a5624c1aaee605be20fc410bba16422fb /features/steps/dashboard
parent4d345bc4003022ca22b5e7f42069c5a6bde41b6c (diff)
Little refactor plus some specs.
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r--features/steps/dashboard/dashboard.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb
index 63f0ec2b6e8..5062e348844 100644
--- a/features/steps/dashboard/dashboard.rb
+++ b/features/steps/dashboard/dashboard.rb
@@ -2,6 +2,7 @@ class Spinach::Features::Dashboard < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedProject
+ include SharedIssuable
step 'I should see "New Project" link' do
expect(page).to have_link "New project"