module MiniTestSpecRails::DSL::ClassMethods

def test(name, &block)

def test(name, &block)
  it { self.instance_eval(&block) }
end