[DRE-commits] [ruby-devise] 19/43: trying to correct debian/ruby-tests.rb

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Apr 21 13:11:10 UTC 2015


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

praveen pushed a commit to branch master
in repository ruby-devise.

commit 30f613d6828f2952d4b0f4910d9e1efb2a206091
Author: markus tornow <tornow at riseup.net>
Date:   Mon Nov 19 23:51:58 2012 +0100

    trying to correct debian/ruby-tests.rb
---
 debian/ruby-tests.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index e0d2d7a..94d5da0 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,2 @@
-$: << 'tests' << '.'
-Dir['{tests}/**/*.rb'].each { |f| require f }
+$: << 'test' << '.'
+Dir['{test}/**/*.rb'].each { |f| require f }

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



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