[DRE-commits] [ruby-http-accept-language] 03/08: added ruby-tests.rake

Nitesh A Jain niteshjain-guest at moszumanska.debian.org
Sun Apr 6 17:10:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

niteshjain-guest pushed a commit to branch master
in repository ruby-http-accept-language.

commit 6eba1f8a91ac8a75ee3da4766d43f1628e1c2fe6
Author: Nitesh A Jain <niteshjain92 at gmail.com>
Date:   Sun Apr 6 22:18:53 2014 +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..07794f2
--- /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-http-accept-language.git



More information about the Pkg-ruby-extras-commits mailing list