[DRE-commits] [imagetooth] 01/01: Use rspec/autorun to run tests

zeha at debian.org zeha at debian.org
Fri Apr 10 07:59:39 UTC 2015


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

zeha pushed a commit to branch master
in repository imagetooth.

commit 458ff9f4b6c3e850e3e0086ffeafa2ee9a9f6cbe
Author: Christian Hofstaedtler <zeha at debian.org>
Date:   Fri Apr 10 09:59:21 2015 +0200

    Use rspec/autorun to run tests
    
    Otherwise, rspec will not have it's configuration loaded.
---
 debian/ruby-tests.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index ba40941..887b36c 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,3 +1,3 @@
-require 'rspec'
+require 'rspec/autorun'
 
 Dir['{spec}/**/*.rb'].each { |f| require f }

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



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