[DRE-commits] [ruby-minitest-hooks] 01/01: run 'rake spec' instead of Gem2Deb::Rake::RSpecTask

Dmitry Borodaenko angdraug at moszumanska.debian.org
Mon Feb 8 00:18:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

angdraug pushed a commit to branch master
in repository ruby-minitest-hooks.

commit 69ccf1f50ee8115fb2a5d5eb11cbfe4f1845ec39
Author: Dmitry Borodaenko <angdraug at gmail.com>
Date:   Sun Feb 7 16:18:51 2016 -0800

    run 'rake spec' instead of Gem2Deb::Rake::RSpecTask
---
 debian/ruby-tests.rake | 5 -----
 debian/ruby-tests.rb   | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
deleted file mode 100644
index cf1591e..0000000
--- a/debian/ruby-tests.rake
+++ /dev/null
@@ -1,5 +0,0 @@
-require 'gem2deb/rake/spectask'
-
-Gem2Deb::Rake::RSpecTask.new do |spec|
-  spec.pattern = './spec/**/*_spec.rb'
-end
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
new file mode 100644
index 0000000..ac0a213
--- /dev/null
+++ b/debian/ruby-tests.rb
@@ -0,0 +1 @@
+exec 'rake', 'spec'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-minitest-hooks.git



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