Fixed Style/SpaceInsideHashLiteralBraces RuboCop offense

Bug: 117989
Change-Id: I7f9704999047dd73b784aeb186a8298aba657b1c
This commit is contained in:
Željko Filipin
2015-11-18 12:03:17 +01:00
parent 022efbfa8a
commit f2b53c04f8
4 changed files with 4 additions and 10 deletions

View File

@@ -69,7 +69,7 @@ Then(/^in it there must be an element with Malayalam text$/) do
end
Given(/^I visit a random page with (.+) skin and (.+) as the interface language$/) do |skin, language|
visit(IMEPage, :using_params => {:extra => "useskin=#{skin.downcase}&uselang=#{on(IMEPage).language_to_code(language)}"})
visit(IMEPage, :using_params => { :extra => "useskin=#{skin.downcase}&uselang=#{on(IMEPage).language_to_code(language)}" })
end
Then(/^I should see the input method menu is not offscreen$/) do