aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-11-28 14:36:36 +0000
committerMark Longair <mhl@pobox.com>2013-11-29 12:22:59 +0000
commit600c3b356d804546bfa31fef89979cc1c44f3756 (patch)
treea2e45e35346601236fb92bff70a56989d9161f62 /spec
parent20089cf7b5045d504b7240bc92e2b6068fcc2246 (diff)
Move strip_attributes out of vendor/plugins
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index d22f3c0ff..b61251246 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -13,6 +13,7 @@ SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov.start('rails') do
add_filter 'commonlib'
add_filter 'vendor/plugins'
+ add_filter 'lib/strip_attributes'
end
Spork.prefork do