spec.rb

Path: lib/test/spec.rb
Last Update: Tue Jan 25 23:26:26 +0000 2011

test/spec — a BDD interface for Test::Unit

Copyright (C) 2006, 2007, 2008, 2009 Christian Neukirchen <chneukirchen@gmail.com>

This work is licensed under the same terms as Ruby itself.

Required files

test/unit   test/spec/dox   test/spec/rdox   test/spec/version  

Methods

it   new   specify  

Constants

DisabledTestCase = Test::Spec::TestCase.dup).class_eval do alias :test_case_initialize :initialize

External Aliases

specify -> test_case_specify

Public Class methods

Public Instance methods

it(specname, &block)

Alias for specify

[Validate]