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( watch_for(
:css => '.switchBackToUser', css: '.switchBackToUser',
:value => 'zammad looks like', value: 'zammad looks like',
) )
watch_for( watch_for(
:css => '.switchBackToUser', css: '.switchBackToUser',
:value => 'Nicole', value: 'Nicole',
) )
login = @browser.find_elements( { css: '.user-menu .user a' } )[0].attribute('title') login = @browser.find_elements( { css: '.user-menu .user a' } )[0].attribute('title')
assert_equal(login, 'nicole.braun@zammad.org') assert_equal(login, 'nicole.braun@zammad.org')