Fixed Style/HashSyntax RuboCop offense

Bug: 117989
Change-Id: Iecdcc3202adf9458f11310d188ab93176b03194f
This commit is contained in:
Željko Filipin
2015-11-18 12:04:04 +01:00
parent f2b53c04f8
commit 513cfb87cf
4 changed files with 4 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
Then(/^I see "(.*?)" as the name of the content language$/) do |text|
browser.span(:text => "#{text}").should be_visible
browser.span(text: "#{text}").should be_visible
end
When(/^I open the Universal Language Selector$/) do