[DRE-commits] [ruby-awesome-print] 01/01: Hook up rspec-based testsuite

Tim Potter tpot-guest at moszumanska.debian.org
Mon Sep 15 01:59:59 UTC 2014


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

tpot-guest pushed a commit to branch master
in repository ruby-awesome-print.

commit 8e0a78857b849290c2d496946462470f84a0d9f5
Author: Tim Potter <tpot at hp.com>
Date:   Mon Sep 15 11:59:46 2014 +1000

    Hook up rspec-based testsuite
---
 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..89a753d
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,7 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec) do |spec|
+  spec.pattern      = './spec/**/*_spec.rb'
+end
+
+task :default => :spec

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



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