spec/spec_helper.rb in
cancan-0.2.1
vs spec/spec_helper.rb in
cancan-1.0.0
- old
+ new
@@ -14,5 +14,9 @@
include CanCan::Ability def initialize(user) end end
+
+# this class helps out in testing nesting
+class Person
+end