diff options
Diffstat (limited to 'init.rb')
-rw-r--r-- | init.rb | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1 +1,3 @@ -require "alavetelitheme.rb" +if ENV["RAILS_ENV"] != "test" # Don't let the theme interfere with Alaveteli specs + require "alavetelitheme.rb" +end |