aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-11-29 08:28:20 +0000
committerMark Longair <mhl@pobox.com>2013-12-03 10:54:33 +0000
commitaa9c6b15d3a021709ad5f7b3b653ca914a8c40b8 (patch)
treede4c2a288b8e182adea8a574513bfb3ddf08f580 /spec/spec_helper.rb
parent6c4bf2ee10fca5030810a16c5b5b7c2a9b65dc9a (diff)
Move themes from vendor/plugins to lib/themes
These are essentially required in exactly the same way as before, but from lib/themes rather than vendor/plugins. This is the simplest possible change in order make the themes work outside vendor/plugins, I think, but it's not necessarily ideal. It would be worth considering whether these should be changed to Rails engines, as described here: http://guides.rubyonrails.org/engines.html
Diffstat (limited to 'spec/spec_helper.rb')
-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 57d58e276..1eeb8603b 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -16,6 +16,7 @@ SimpleCov.start('rails') do
add_filter 'lib/strip_attributes'
add_filter 'lib/has_tag_string'
add_filter 'lib/acts_as_xapian'
+ add_filter 'lib/themes'
end
Spork.prefork do