* 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
15 lines
378 B
Makefile
15 lines
378 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/06/12 15:44:27 taca Exp $
|
|
|
|
DISTNAME= shoulda-context-1.2.2
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel ruby
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= http://thoughtbot.com/community/
|
|
COMMENT= Context framework extracted from Shoulda
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|