##// 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 else
71 else
72 1
72 1
73 end
73 end
74 elsif a
74 elsif a.any?
75 a <=> b
75 b.any? ? a <=> b : -1
76 else
76 else
77 1
77 1
78 end
78 end
General Comments 0
You need to be logged in to leave comments. Login now