[DRE-commits] [ruby-minitest-shared-description] 03/03: run 'rake spec' instead of Gem2Deb::Rake::RSpecTask
Dmitry Borodaenko
angdraug at moszumanska.debian.org
Mon Feb 8 00:52:51 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-shared-description.
commit 739e1ab29e98126e3136402fa300ae3eda0100c1
Author: Dmitry Borodaenko <angdraug at gmail.com>
Date: Sun Feb 7 16:52:35 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-shared-description.git
More information about the Pkg-ruby-extras-commits
mailing list