[DRE-commits] [ruby-molinillo] 03/05: Disable tests

zeha at debian.org zeha at debian.org
Mon May 25 23:49:40 UTC 2015


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

zeha pushed a commit to branch master
in repository ruby-molinillo.

commit 33707192e311ced3a024cf5a7fd487998f9cecc1
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Tue May 26 01:32:23 2015 +0200

    Disable tests
    
    We don't have all the required libs and I'm not going to package
    abandoned software for running tests.
---
 debian/control         | 4 +---
 debian/ruby-tests.rake | 7 -------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 3f746c7..8b4bbca 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,11 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
 Uploaders: Christian Hofstaedtler <zeha at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
                gem2deb,
-               rake,
-               ruby-rspec
+               rake
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-molinillo.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-molinillo.git
 Homepage: https://github.com/CocoaPods/Molinillo
-Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-molinillo
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
deleted file mode 100644
index dcc1601..0000000
--- a/debian/ruby-tests.rake
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'rspec/core/rake_task'
-
-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/ruby-molinillo.git



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