[DRE-commits] [ruby-dotenv] 09/10: skip rails tests

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Sep 10 23:08:12 UTC 2015


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

terceiro pushed a commit to branch master
in repository ruby-dotenv.

commit 2f923bd2f5436a813e0df63cbcf2730bb8ec2514
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Sep 10 20:01:47 2015 -0300

    skip rails tests
---
 debian/ruby-tests.rake | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cf1591e..a46fcbc 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,4 +2,5 @@ require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
   spec.pattern = './spec/**/*_spec.rb'
+  spec.exclude_pattern = './spec/dotenv/rails_spec.rb'
 end

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



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