Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-shoulda-context
From: Takahiro Kambe
Date: 2017-06-12 17:44:27
Message id: 20170612154427.E8719FAB0@cvs.NetBSD.org
Log Message:
Update ruby-shoulda-context to 1.2.2.
* Added factoid about test method names needed to run a single test method
* described_type: no ancestor lookup for constants that don't exist
* Add `require "test/unit"` to README
The need to require `Test::Unit` in the standard library can be
non-obvious: #47
* Uses class eval to not lose context
* Refactor to make hound happy
Files: