[DRE-commits] [ruby-fuubar] 02/06: Enable tests
Hleb Valoshka
tsfgnu-guest at moszumanska.debian.org
Thu Jun 4 16:33:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
tsfgnu-guest pushed a commit to branch master
in repository ruby-fuubar.
commit 5615261db190c20c427573cfe17a827064339131
Author: Hleb Valoshka <375gnu at gmail.com>
Date: Thu Jun 4 16:35:42 2015 +0300
Enable tests
---
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..dcc1601
--- /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-fuubar.git
More information about the Pkg-ruby-extras-commits
mailing list