[DRE-commits] [ruby-test-after-commit] 04/11: add ruby-tests.rake
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Apr 7 10:03:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-test-after-commit.
commit d2c8717983562b65b2ee3a77c1bb9c90a6edff6d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Apr 7 13:19:13 2014 +0530
add 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-test-after-commit.git
More information about the Pkg-ruby-extras-commits
mailing list