diff options
| author | Alexander Randa <randa.alex@gmail.com> | 2017-06-26 14:21:31 +0000 |
|---|---|---|
| committer | Alexander Randa <randa.alex@gmail.com> | 2017-06-26 14:24:19 +0000 |
| commit | f1b5d2c788e234428edd8857783f05613f885477 (patch) | |
| tree | ad43598af184ecd1ef64cda5b274646b25ba281b /features/steps/shared/paths.rb | |
| parent | 245be4cee928ec65884177fcbe6f377cc40920da (diff) | |
| download | gitlab-ce-f1b5d2c788e234428edd8857783f05613f885477.tar.gz | |
Replaces 'dashboard/todos' spinach with rspec
Diffstat (limited to 'features/steps/shared/paths.rb')
| -rw-r--r-- | features/steps/shared/paths.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb index f0e751b820a..8a5b4112ffe 100644 --- a/features/steps/shared/paths.rb +++ b/features/steps/shared/paths.rb @@ -112,10 +112,6 @@ module SharedPaths visit dashboard_groups_path end - step 'I visit dashboard todos page' do - visit dashboard_todos_path - end - step 'I should be redirected to the dashboard groups page' do expect(current_path).to eq dashboard_groups_path end |
