lib/busted.rb in busted-0.0.1 vs lib/busted.rb in busted-0.0.2
- old
+ new
@@ -32,9 +32,9 @@
when :constant
stat[:constant_serial]
when :class
stat[:class_serial]
else
- stat[:method_serial] + stat[:constant_serial]
+ stat[:method_serial] + stat[:constant_serial] + stat[:class_serial]
end
end
end