[DRE-commits] [chake] 03/03: debian/ruby-tests.rake: backport to work against gem2deb in stable

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Jan 15 18:38:11 UTC 2016


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

terceiro pushed a commit to branch debian/jessie-backports
in repository chake.

commit 116acd174a9a9c24a391df4eaa12a3e05b0a596e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Jan 15 16:36:24 2016 -0200

    debian/ruby-tests.rake: backport to work against gem2deb in stable
---
 debian/changelog       | 1 +
 debian/ruby-tests.rake | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1696a28..75b6bea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ chake (0.12-1~bpo8+1) jessie-backports; urgency=medium
   * Rebuild for jessie-backports.
   * Drop manpage build, as it does not work with the version of asciidoctor in
     jessie.
+  * debian/ruby-tests.rake: backport to work against gem2deb in stable
 
  -- Antonio Terceiro <terceiro at debian.org>  Fri, 15 Jan 2016 16:15:10 -0200
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cf1591e..dcc1601 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,7 @@
-require 'gem2deb/rake/spectask'
+require 'rspec/core/rake_task'
 
-Gem2Deb::Rake::RSpecTask.new do |spec|
+RSpec::Core::RakeTask.new(:spec) do |spec|
   spec.pattern = './spec/**/*_spec.rb'
 end
+
+task :default => :spec

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



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