Merge pull request #1430 from codyborders/master

Adds Style/Tab cop to rubocop.yml
This commit is contained in:
Ana María Martínez Gómez 2017-04-07 18:50:22 +02:00 committed by GitHub
commit 46a6a59622
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.')