Commit c79ffa01 authored by Valery Sizov's avatar Valery Sizov

satisfy rubocop

parent 5605e159
...@@ -144,7 +144,7 @@ describe IssuesHelper do ...@@ -144,7 +144,7 @@ describe IssuesHelper do
describe "#awards_sort" do describe "#awards_sort" do
it "sorts a hash so thumbsup and thumbsdown are always on top" do it "sorts a hash so thumbsup and thumbsdown are always on top" do
data = {"thumbsdown" => "some value", "lifter" => "some value", "thumbsup" => "some value"} data = { "thumbsdown" => "some value", "lifter" => "some value", "thumbsup" => "some value" }
expect(awards_sort(data).keys).to eq(["thumbsup", "thumbsdown", "lifter"]) expect(awards_sort(data).keys).to eq(["thumbsup", "thumbsdown", "lifter"])
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment