[DRE-commits] [SCM] ruby-gherkin.git branch, master, updated. a4d84bd9632f114896c01ab2b9fe6fad6f712f39

Antonio Terceiro terceiro at softwarelivre.org
Sun Aug 7 18:30:02 UTC 2011


The following commit has been merged in the master branch:
commit a4d84bd9632f114896c01ab2b9fe6fad6f712f39
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sun Aug 7 11:29:32 2011 -0700

    Run all the specs

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..d1a700a
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,4 @@
+$: << 'spec'
+Dir.glob('spec/**/*_spec.rb').each do |f|
+  require f
+end

-- 
ruby-gherkin.git



More information about the Pkg-ruby-extras-commits mailing list