[DRE-commits] [ruby-fakeredis] 01/01: added ruby-tests.rake
Abhijith PA
abhijithpa-guest at moszumanska.debian.org
Sun Nov 15 17:14:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
abhijithpa-guest pushed a commit to branch master
in repository ruby-fakeredis.
commit 153090ae5c7a1769769d553fcd06f591e8e5b871
Author: Abhijith PA <abhijith at openmailbox.org>
Date: Sun Nov 15 22:42:30 2015 +0530
added 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..99987ae
--- /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-fakeredis.git
More information about the Pkg-ruby-extras-commits
mailing list