71ca873ab5
This RSpec plugin allows you to change the logger for your library for each separate example. This gives the ability to see the log output for each specific test. WWW: https://github.com/abstractive/rspec-logsplit
19 lines
332 B
Makefile
19 lines
332 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rspec-logsplit
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Log splitter for RSpec
|
|
|
|
LICENSE= MIT
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|