[DRE-commits] [ruby-omniauth] 02/06: run tests

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 30 08:07:56 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.

commit 8c8bd1f8c86941fd5b45cf38a6d3ec1930bac1ce
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Apr 30 13:23:45 2014 +0530

    run tests
---
 debian/changelog       | 1 +
 debian/ruby-tests.rake | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fb54b9c..8088905 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-omniauth (1.1.4-2) UNRELEASED; urgency=low
   * Team upload.
   * Rebuild with gem2deb >= 0.7.5~ (ruby all)
   * Bump standards version to 3.9.5 (no changes)
+  * Run tests using ruby-tests.rake
 
  -- Pirate Praveen <praveen at debian.org>  Wed, 30 Apr 2014 13:19:45 +0530
 
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.git



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