[DRE-commits] [ruby-rubocop-rspec] 03/14: Require spec_helper to run tests

Miguel Landaeta nomadium at moszumanska.debian.org
Sun Nov 5 13:31:38 UTC 2017


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

nomadium pushed a commit to branch master
in repository ruby-rubocop-rspec.

commit 60c0422b6d56cd89e55b07fd3f8bb18465be1460
Author: Miguel Landaeta <nomadium at debian.org>
Date:   Sat Nov 4 17:13:36 2017 +0000

    Require spec_helper to run 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..13d9afd 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,6 @@
 require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
+  spec.rspec_opts = '-rspec_helper'
   spec.pattern = './spec/**/*_spec.rb'
 end

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



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