[DRE-commits] [SCM] ruby-minitest.git branch, master, updated. upstream/2.1.0-12-gafd9b1c

Lucas Nussbaum lucas at lucas-nussbaum.net
Sun Oct 9 11:29:32 UTC 2011


The following commit has been merged in the master branch:
commit 6c2f0de41726588c495f0b9573cded84e3c65d1c
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sun Oct 9 12:44:55 2011 +0200

    Switch test runner.

diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 1f97645..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,5 +0,0 @@
---- 
-- test/test_minitest_benchmark.rb
-- test/test_minitest_mock.rb
-- test/test_minitest_spec.rb
-- test/test_minitest_unit.rb
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..4572796
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1,3 @@
+$: << 'lib' << '.'
+
+Dir['{spec,test}/**/*.rb'].each { |f| require f }

-- 
ruby-minitest.git



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