module Kernel
Public Instance Methods
test(description, &block)
click to toggle source
# File lib/freeman.rb, line 6 def test(description, &block) KFTest.new(description, block).run end
# File lib/freeman.rb, line 6 def test(description, &block) KFTest.new(description, block).run end