[DRE-commits] [ruby-ffi-rzmq-core] 04/04: use rake method to run the tests
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Mar 31 15:42:31 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-ffi-rzmq-core.
commit cd3b7018c4f0d8bcb24bd4dfedb3bd6be7739ecf
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Mar 31 17:38:53 2014 +0200
use rake method to run the tests
---
debian/ruby-test-files.yaml | 7 -------
debian/ruby-tests.rake | 5 +++++
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index 78b5e3d..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-- spec/libc_spec.rb
-- spec/libzmq4_spec.rb
-- spec/libzmq_spec.rb
-- spec/spec_helper.rb
-- spec/structures_spec.rb
-- spec/support/version_checking.rb
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..70a846d
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new(:spec)
+
+task :default => :spec
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi-rzmq-core.git
More information about the Pkg-ruby-extras-commits
mailing list