aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/ruby-tests.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cf1591e..207e28c 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -2,4 +2,5 @@ require 'gem2deb/rake/spectask'
Gem2Deb::Rake::RSpecTask.new do |spec|
spec.pattern = './spec/**/*_spec.rb'
+ spec.exclude_pattern = './spec/lib/roo/weak_instance_cache_spec.rb'
end