[DRE-commits] [ruby-sidekiq] 02/03: add only test/ (and not lib/) to loadpath during tests; make tests verbose
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Aug 20 13:00:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-sidekiq.
commit db0bb983933a393aecb7c1106f9669130d9ca9b4
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Aug 20 15:00:05 2014 +0200
add only test/ (and not lib/) to loadpath during tests; make tests verbose
---
debian/ruby-tests.rake | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 0491411..65b9e86 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,9 +1,7 @@
require 'rake/testtask'
Rake::TestTask.new(:test) do |test|
- test.libs << 'test'
+ test.libs = ['test']
test.test_files = FileList["test/**/test_*.rb"]
- test.verbose = false
- test.warning = false
end
task :default => [:test]
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sidekiq.git
More information about the Pkg-ruby-extras-commits
mailing list