[DRE-commits] [ruby-liquid] 01/04: fix path for tests

Cédric Boutillier boutil at moszumanska.debian.org
Thu Jul 23 19:57:58 UTC 2015


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

boutil pushed a commit to branch master
in repository ruby-liquid.

commit 33697a0a2b26b38a90bc78a296ce9ed9947b6035
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jul 23 06:18:45 2015 +0200

    fix path for tests
---
 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 f572f71..0e23422 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,3 +1,3 @@
 $: << "test"
 
-Dir['test/liquid/**/*_test.rb'].each { |f| require f }
+Dir['test/**/*_test.rb'].each { |f| require f }

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



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