diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2016-05-23 19:37:59 -0400 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2016-05-24 15:40:29 -0400 |
| commit | 75739e54be0fca389c05d3d9d3de69737c0ff3ab (patch) | |
| tree | 2d3f313a20e8cc57c6f62009f379a9e78d9ebd18 /features/steps/admin | |
| parent | 16ca3ee636a50c81674309bb95e067d3faf56bb6 (diff) | |
| download | gitlab-ce-75739e54be0fca389c05d3d9d3de69737c0ff3ab.tar.gz | |
Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonot
Also removes the note from the development/testing.md guide
Diffstat (limited to 'features/steps/admin')
| -rw-r--r-- | features/steps/admin/users.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/admin/users.rb b/features/steps/admin/users.rb index 4bc290b6bdf..8fb8a86d58b 100644 --- a/features/steps/admin/users.rb +++ b/features/steps/admin/users.rb @@ -158,7 +158,7 @@ class Spinach::Features::AdminUsers < Spinach::FeatureSteps step 'I should not see twitter details' do expect(page).to have_content 'Pete' - expect(page).to_not have_content 'twitter' + expect(page).not_to have_content 'twitter' end step 'click on ssh keys tab' do |
