[DRE-commits] [ruby-em-redis] 03/07: use ruby-tests.rake
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue Apr 22 12:28:05 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-em-redis.
commit 4d6cda3a6095fd0c32b8b10ba41e6b49d3aa8caf
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Tue Apr 22 16:58:48 2014 +0530
use ruby-tests.rake
---
debian/ruby-tests.rake | 7 +++++++
1 file changed, 7 insertions(+)
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-em-redis.git
More information about the Pkg-ruby-extras-commits
mailing list