File: testunit_extensions.rb

package info (click to toggle)
ruby-rantly 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: ruby: 832; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
require 'test/unit'
require 'rantly/property'

module Test::Unit::Assertions
  def property_of(&block)
    Rantly::Property.new(block)
  end
end