[DRE-commits] [SCM] ruby-excon.git branch, master, updated. debian/0.13.4-1-8-g7e8f880

Praveen Arimbrathodiyil praveen at debian.org
Thu May 16 15:47:52 UTC 2013


The following commit has been merged in the master branch:
commit 7e8f880d9e45d615f23e9684d21ffc3f392f21e7
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu May 16 21:20:10 2013 +0530

    run tests

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..c4981c2
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,10 @@
+require 'rake/testtask'
+require 'rspec/core/rake_task'
+
+Rake::TestTask.new(:test) do |t|
+  t.libs << "test"
+  t.test_files = FileList['tests/**/*_tests.rb']
+  t.verbose = true
+end
+
+task :default => [:test]

-- 
ruby-excon.git



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