aboutsummaryrefslogtreecommitdiffstats
path: root/debian/ruby-tests.rake
diff options
context:
space:
mode:
Diffstat (limited to 'debian/ruby-tests.rake')
-rw-r--r--debian/ruby-tests.rake5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..cf1591e
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'gem2deb/rake/spectask'
+
+Gem2Deb::Rake::RSpecTask.new do |spec|
+ spec.pattern = './spec/**/*_spec.rb'
+end