module Test::Unit::Assertions

Public Instance Methods

property_of(&block) click to toggle source
# File lib/rantly/testunit_extensions.rb, line 5
def property_of(&block)
  Rantly::Property.new(block)
end