# File lib/dm-core/spec/lib/collection_helpers.rb, line 10
        def should_not_be_a_kicker(ivar = :@articles)
          unless loaded
            it 'should not be a kicker' do
              instance_variable_get(ivar).should_not be_loaded
            end
          end
        end