Sha256: 7c5da6b3dc1ae4f3019873537689eedd4d594e34489a433f117feba0b37caa32
Contents?: true
Size: 377 Bytes
Versions: 8
Compression:
Stored size: 377 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/helper') class TestMongoidSessionStore < Test::Unit::TestCase def setup Mongoid.master.collections.select {|c| c.name !~ /system/ }.each(&:drop) end should "probably rename this file and start testing for real" do flunk "hey buddy, you should probably rename this file and start testing for real" end end
Version data entries
8 entries across 8 versions & 1 rubygems