[DRE-commits] [ruby-grape-logging] 04/07: Enable tests

Balasankar C balasankarc-guest at moszumanska.debian.org
Thu Nov 2 07:13:04 UTC 2017


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

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

commit b6c55730916ee7278998d19ee7b30a37e09392d5
Author: Balasankar C <balasankarc at autistici.org>
Date:   Thu Nov 2 12:19:40 2017 +0530

    Enable tests
---
 debian/ruby-tests.rake | 5 +++++
 debian/ruby-tests.rb   | 2 --
 2 files changed, 5 insertions(+), 2 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.rb b/debian/ruby-tests.rb
deleted file mode 100644
index 41d32b2..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-require 'grape_logging'
-puts "Loaded grape_logging version #{GrapeLogging::VERSION}: OK"

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



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