[DRE-commits] [ruby-omniauth-oauth2] 03/09: run tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed May 7 13:26:04 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-omniauth-oauth2.

commit 2982f193ac9738367c999b47e9a8875a22621cd1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed May 7 18:23:59 2014 +0530

    run tests
---
 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-omniauth-oauth2.git



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