##// END OF EJS Templates
Fixed test failure introduced by r14366....
Jean-Philippe Lang -
r13986:0dd95cdbc53e
parent child
Show More
@@ -71,8 +71,8 class Member < ActiveRecord::Base
71 71 else
72 72 1
73 73 end
74 elsif a
75 a <=> b
74 elsif a.any?
75 b.any? ? a <=> b : -1
76 76 else
77 77 1
78 78 end
General Comments 0
You need to be logged in to leave comments. Login now