summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:18:41 +0000
committerjlam <jlam>2008-04-04 15:18:41 +0000
commit68f0d28039592aa716027d971a937b53c05b690a (patch)
treefbb6d8c4d943ca38b1e4c39a49e94dbed39d109c
parent0c74c26ab91f9f484cc0de3afbc45f992c497b37 (diff)
downloadpkgsrc-68f0d28039592aa716027d971a937b53c05b690a.tar.gz
Initial import of ruby18-test-spec-0.4.0 as devel/ruby-test-spec.
test/spec layers an RSpec-inspired interface on top of Test::Unit, so you can mix TDD and BDD (Behavior-Driven Development).
-rw-r--r--devel/ruby-test-spec/DESCR2
-rw-r--r--devel/ruby-test-spec/Makefile14
-rw-r--r--devel/ruby-test-spec/PLIST32
-rw-r--r--devel/ruby-test-spec/distinfo5
4 files changed, 53 insertions, 0 deletions
diff --git a/devel/ruby-test-spec/DESCR b/devel/ruby-test-spec/DESCR
new file mode 100644
index 00000000000..bf677976d8b
--- /dev/null
+++ b/devel/ruby-test-spec/DESCR
@@ -0,0 +1,2 @@
+test/spec layers an RSpec-inspired interface on top of Test::Unit, so
+you can mix TDD and BDD (Behavior-Driven Development).
diff --git a/devel/ruby-test-spec/Makefile b/devel/ruby-test-spec/Makefile
new file mode 100644
index 00000000000..51eb8e7694c
--- /dev/null
+++ b/devel/ruby-test-spec/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:18:41 jlam Exp $
+
+DISTNAME= test-spec-0.4.0
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://test-spec.rubyforge.org/test-spec/
+COMMENT= BDD interface over Test::Unit
+
+GEM_BUILD= gemspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-test-spec/PLIST b/devel/ruby-test-spec/PLIST
new file mode 100644
index 00000000000..7852bccadbd
--- /dev/null
+++ b/devel/ruby-test-spec/PLIST
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/04 15:18:41 jlam Exp $
+bin/specrb
+${GEM_HOME}/cache/test-spec-${PKGVERSION}.gem
+${GEM_LIBDIR}/README
+${GEM_LIBDIR}/ROADMAP
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/TODO
+${GEM_LIBDIR}/bin/specrb
+${GEM_LIBDIR}/examples/stack.rb
+${GEM_LIBDIR}/examples/stack_spec.rb
+${GEM_LIBDIR}/lib/test/spec.rb
+${GEM_LIBDIR}/lib/test/spec/dox.rb
+${GEM_LIBDIR}/lib/test/spec/rdox.rb
+${GEM_LIBDIR}/lib/test/spec/should-output.rb
+${GEM_LIBDIR}/lib/test/spec/version.rb
+${GEM_LIBDIR}/test/spec_dox.rb
+${GEM_LIBDIR}/test/spec_flexmock.rb
+${GEM_LIBDIR}/test/spec_mocha.rb
+${GEM_LIBDIR}/test/spec_nestedcontexts.rb
+${GEM_LIBDIR}/test/spec_new_style.rb
+${GEM_LIBDIR}/test/spec_should-output.rb
+${GEM_LIBDIR}/test/spec_testspec.rb
+${GEM_LIBDIR}/test/spec_testspec_order.rb
+${GEM_LIBDIR}/test/test_testunit.rb
+${GEM_HOME}/specifications/test-spec-${PKGVERSION}.gemspec
+@dirrm ${GEM_LIBDIR}/test
+@dirrm ${GEM_LIBDIR}/lib/test/spec
+@dirrm ${GEM_LIBDIR}/lib/test
+@dirrm ${GEM_LIBDIR}/lib
+@dirrm ${GEM_LIBDIR}/examples
+@dirrm ${GEM_LIBDIR}/bin
+@dirrm ${GEM_LIBDIR}
diff --git a/devel/ruby-test-spec/distinfo b/devel/ruby-test-spec/distinfo
new file mode 100644
index 00000000000..5d2209ceb4c
--- /dev/null
+++ b/devel/ruby-test-spec/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/04/04 15:18:41 jlam Exp $
+
+SHA1 (test-spec-0.4.0.gem) = c5d30ee6fd5528aad4f47872c6477fd87bb5313a
+RMD160 (test-spec-0.4.0.gem) = b2b3385f38d2875217af44c0a2687091f4dd99fc
+Size (test-spec-0.4.0.gem) = 21504 bytes