[DRE-commits] [ruby-pdf-core] 04/07: use rake method to run the specs

Cédric Boutillier boutil at moszumanska.debian.org
Fri Mar 21 13:55:26 UTC 2014


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

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

commit 1015449ee1c3212f14b219713699ab86ef94c56f
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Mar 21 14:25:50 2014 +0100

    use rake method to run the specs
---
 debian/ruby-tests.rake | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..7dabd99
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,7 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new("spec") do |c|
+  c.rspec_opts = "-t ~unresolved"
+end
+
+task :default => [:spec]

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



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