[DRE-commits] [ruby-messagebus-api] 03/14: use ruby-tests.rake
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Apr 15 01:16:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-messagebus-api.
commit d66c49c124abe668abec6eaa28a36698008ae171
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Jun 25 21:45:53 2013 +0530
use ruby-tests.rake
---
debian/ruby-test-files.yaml | 4 ----
debian/ruby-tests.rake | 7 +++++++
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/debian/ruby-test-files.yaml b/debian/ruby-test-files.yaml
deleted file mode 100644
index b751dec..0000000
--- a/debian/ruby-test-files.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
----
-- spec/messagebus_ruby_api/messagebus_spec.rb
-- spec/spec_core_extensions.rb
-- spec/spec_helper.rb
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-messagebus-api.git
More information about the Pkg-ruby-extras-commits
mailing list