DEBSOURCES
Skip Quicknav
sources / ruby-rantly / 3.0.0-1 / lib / rantly / testunit_extensions.rb
12345678
require 'test/unit' require 'rantly/property' module Test::Unit::Assertions def property_of(&block) Rantly::Property.new(block) end end