diff options
| author | Robert Speicher <rspeicher@gmail.com> | 2015-06-22 16:00:54 -0400 |
|---|---|---|
| committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-22 16:00:54 -0400 |
| commit | 15a05be70d7652a98f870c5b5d02373dabf363e0 (patch) | |
| tree | 970f32c6d3fb705c5626b503dee5e683049f5c8e /spec/features/issues_spec.rb | |
| parent | 88328392918deeb459c1d991559f9b40b5fc1026 (diff) | |
| download | gitlab-ce-15a05be70d7652a98f870c5b5d02373dabf363e0.tar.gz | |
Fix Style/Blocks cop violations
Diffstat (limited to 'spec/features/issues_spec.rb')
| -rw-r--r-- | spec/features/issues_spec.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb index 142b66f168d..158a5c0c29c 100644 --- a/spec/features/issues_spec.rb +++ b/spec/features/issues_spec.rb @@ -36,9 +36,7 @@ describe 'Issues', feature: true do end it 'does not change issue count' do - expect { - click_button 'Save changes' - }.to_not change { Issue.count } + expect { click_button 'Save changes' }.to_not change { Issue.count } end it 'should update issue fields' do |
