diff options
author | Rubén Dávila <rdavila84@gmail.com> | 2016-01-21 12:54:10 -0500 |
---|---|---|
committer | Rubén Dávila <rdavila84@gmail.com> | 2016-01-21 12:54:10 -0500 |
commit | 0f79620ccb049dc8146ab3c639f993122329eb83 (patch) | |
tree | 34c3e63a5624c1aaee605be20fc410bba16422fb /features/steps/dashboard | |
parent | 4d345bc4003022ca22b5e7f42069c5a6bde41b6c (diff) | |
download | gitlab-ce-0f79620ccb049dc8146ab3c639f993122329eb83.tar.gz |
Little refactor plus some specs.
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r-- | features/steps/dashboard/dashboard.rb | 1 |
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" |