Fixes Style/Tab cops

Removes exclusions for Style/Tab cops in rubocop_todo
Places Style/Tab cop in appropriate alphabetical order
All cops now fixed.
This commit is contained in:
Cody Borders 2017-04-04 11:48:52 -06:00
parent e28d681eb8
commit 535b3f86d6
8 changed files with 26 additions and 33 deletions

View file

@ -38,7 +38,7 @@ feature EventType do
# Remove event type
within('tr', text: 'Party') do
click_link 'Delete'
click_link 'Delete'
end
expect(flash).to eq('Event type successfully deleted.')