[DRE-commits] [ruby-yajl] 04/05: require rspec/autorun in ruby-tests.rb to really run the tests
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Dec 19 15:26:34 UTC 2013
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to annotated tag debian/1.2.0-1
in repository ruby-yajl.
commit aa9c9c5a681f450ee348282f8fc18c0f32c658db
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Dec 19 16:01:53 2013 +0100
require rspec/autorun in ruby-tests.rb to really run the tests
---
debian/ruby-tests.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 5b96bbc..cd90f48 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1 +1,2 @@
+require "rspec/autorun"
Dir.glob('spec/**/*_spec.rb').each { |f| require f }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-yajl.git
More information about the Pkg-ruby-extras-commits
mailing list