Skip to content
Snippets Groups Projects
Commit c79ffa01 authored by Valery Sizov's avatar Valery Sizov
Browse files

satisfy rubocop

parent 5605e159
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -144,7 +144,7 @@ describe IssuesHelper do
 
describe "#awards_sort" 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"])
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment