Prefer double-quoted strings in Ruby code

Bug: 57597
Change-Id: I12b96411abe255130e156e20fa41eef558460196
This commit is contained in:
mayankmadan
2013-11-27 01:21:33 +05:30
committed by Nikerabbit
parent bbeb82f809
commit 78152b95c0
23 changed files with 138 additions and 138 deletions

View File

@@ -65,7 +65,7 @@ When(/^I use the panel to change my (?:interface|input) language to "(.*?)"$/) d
end
Then(/^the panel is in English/) do
on(PanelPage).panel_language_element.text.should == 'Language'
on(PanelPage).panel_language_element.text.should == "Language"
end
When(/^I switch to "Input" panel of language settings/) do