[DRE-commits] [ruby-rc4] 01/02: Update ruby-tests file

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Tue Mar 1 21:43:57 UTC 2016


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

lucasmoura-guest pushed a commit to branch master
in repository ruby-rc4.

commit 0eb25caf744536256a2b91d2661484e722f74fe9
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Tue Mar 1 18:24:19 2016 -0300

    Update ruby-tests file
---
 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..e7bb00a
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,7 @@
+require 'rspec/core/rake_task'
+
+RSpec::Core::RakeTask.new do |t|
+  t.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-rc4.git



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