diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-04 15:18:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-04 15:18:41 +0000 |
commit | 40afc81e9056f271aea97bbddb849575aa68d5cb (patch) | |
tree | fbb6d8c4d943ca38b1e4c39a49e94dbed39d109c /devel | |
parent | 9e41a87b1229b688981d7dff8d2215a602516972 (diff) | |
download | pkgsrc-40afc81e9056f271aea97bbddb849575aa68d5cb.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).
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ruby-test-spec/DESCR | 2 | ||||
-rw-r--r-- | devel/ruby-test-spec/Makefile | 14 | ||||
-rw-r--r-- | devel/ruby-test-spec/PLIST | 32 | ||||
-rw-r--r-- | devel/ruby-test-spec/distinfo | 5 |
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 |