e7a760e56f
Behaviour Driven Development for Ruby # RSpec Mocks rspec-mocks provides a test-double framework for rspec including support for method stubs, fakes, and message expectations. ## Documentation * [Cucumber features](http://relishapp.com/rspec/rspec-mocks/v/2-0) * [RDoc](http://rubydoc.info/gems/rspec-mocks/2.0.1/frames)
12 lines
310 B
Makefile
12 lines
310 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/06/18 03:47:40 taca Exp $
|
|
|
|
DISTNAME= rspec-mocks-2.6.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://relishapp.com/rspec
|
|
COMMENT= This is test-double framework for rspec
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|