[DRE-commits] [ruby-omniauth-oauth] 02/11: run tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon May 5 08:19:51 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-oauth.
commit 59c8aa3bde622b062b4541bee2408451f5ffba93
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon May 5 13:12:35 2014 +0530
run tests
---
debian/changelog | 3 ++-
debian/ruby-tests.rake | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 10965d1..dc0bed7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
ruby-omniauth-oauth (1.0.1-2) UNRELEASED; urgency=low
* Rebuild with gem2deb >= 0.7.5 (install gemspec for all ruby versions)
- * Bump standards version to 3.9.5 (no changes)
+ * Bump standards version to 3.9.5 (no changes)
+ * Run tests (add ruby-tests.rake)
-- Pirate Praveen <praveen at debian.org> Mon, 05 May 2014 13:00:49 +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-oauth.git
More information about the Pkg-ruby-extras-commits
mailing list