Applied rubocop cop 'Style/HashSyntax'.

This commit is contained in:
Thorsten Eckel 2015-07-03 17:31:27 +02:00
parent bc6a8ca169
commit deb4dfdb9c

View file

@ -26,12 +26,12 @@ class SwitchToUserTest < TestCase
)
watch_for(
:css => '.switchBackToUser',
:value => 'zammad looks like',
css: '.switchBackToUser',
value: 'zammad looks like',
)
watch_for(
:css => '.switchBackToUser',
:value => 'Nicole',
css: '.switchBackToUser',
value: 'Nicole',
)
login = @browser.find_elements( { css: '.user-menu .user a' } )[0].attribute('title')
assert_equal(login, 'nicole.braun@zammad.org')