[DRE-commits] [ruby-timers] 03/04: Make tests run

Balasankar C balasankarc-guest at moszumanska.debian.org
Fri Jan 1 11:30:52 UTC 2016


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

balasankarc-guest pushed a commit to branch master
in repository ruby-timers.

commit 7ad3fb947a68aee4d3eb36374649aac2cba5cdcf
Author: Balasankar C <balasankarc at autistici.org>
Date:   Fri Jan 1 16:57:40 2016 +0530

    Make tests run
---
 debian/ruby-tests.rake                 | 5 +++++
 debian/ruby-tests.rake.disabled.rspec3 | 7 -------
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..cf1591e
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'gem2deb/rake/spectask'
+
+Gem2Deb::Rake::RSpecTask.new do |spec|
+  spec.pattern = './spec/**/*_spec.rb'
+end
diff --git a/debian/ruby-tests.rake.disabled.rspec3 b/debian/ruby-tests.rake.disabled.rspec3
deleted file mode 100644
index 4275ec8..0000000
--- a/debian/ruby-tests.rake.disabled.rspec3
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'rspec/core/rake_task'
-
-RSpec::Core::RakeTask.new do |spec|
-  spec.exclude_pattern = "spec/performance_spec.rb"
-end
-
-task :default => :spec

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



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