Module: Test
Instance Method Summary collapse
-
#Feature(label, &block) ⇒ Object
(also: #feature)
Define a general test case.
Instance Method Details
#Feature(label, &block) ⇒ Object Also known as: feature
Define a general test case.
21 22 23 |
# File 'lib/lime.rb', line 21 def Feature(label, &block) $TEST_SUITE << Lime::Feature.new(:label=>label, &block) end |