[DRE-commits] [ruby-source-map] 04/15: run tests using ruby-tests.rake

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat May 3 14:33:57 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-source-map.

commit f142a2410c3eae5ee2771ed1bf096cc947bb6b77
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat May 3 19:25:51 2014 +0530

    run tests using ruby-tests.rake
---
 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-source-map.git



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