Commit 05cbeb25 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[RuboCop] Put a comma after the last item of a multiline array.

parent c7c2440f
......@@ -187,7 +187,7 @@ module Pod
end
@resolver.stubs(:podfile).returns(@podfile)
@resolver.resolve.values.flatten.map(&:to_s).sort.should == [
'AFNetworking (1.3.4)'
'AFNetworking (1.3.4)',
]
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