# File lib/dm-core/spec/lib/collection_helpers.rb, line 5defself.extended(base)
base.class_inheritable_accessor:loadedbase.loaded = falseend
Public Instance Methods
should_not_be_a_kicker(ivar = :@articles)click to toggle source
# File lib/dm-core/spec/lib/collection_helpers.rb, line 10defshould_not_be_a_kicker(ivar = :@articles)
unlessloadedit'should not be a kicker'doinstance_variable_get(ivar).should_notbe_loadedendendend