[DRE-commits] [ruby-prawn] 01/05: filter out specs marked as unresolved, as in upstream Rakefile
Cédric Boutillier
boutil at moszumanska.debian.org
Fri Mar 7 12:45:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-prawn.
commit 3317a88cd8482ff3e6a823ceb4cd68ec32474833
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Mar 7 13:04:28 2014 +0100
filter out specs marked as unresolved, as in upstream Rakefile
---
debian/ruby-tests.rb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 0f1a79d..772e6e7 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,4 +1,8 @@
require "rspec/autorun"
$LOAD_PATH.delete(File.expand_path("../../lib",__FILE__))
+RSpec.configure do |c|
+ c.filter_run_excluding :unresolved => true
+end
+
Dir['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-prawn.git
More information about the Pkg-ruby-extras-commits
mailing list