Fix metadata tests

This commit is contained in:
bootstraponline
2013-01-08 17:09:21 -05:00
parent 1c7a481ed9
commit 78e4dfbece
4 changed files with 9 additions and 3 deletions
+3
View File
@@ -13,6 +13,9 @@ ENV['RACK_ENV'] = 'test'
require 'gollum'
require 'gollum/frontend/app'
# Disable the metadata feature
$METADATA = false
# Make sure we're in the test dir, the tests expect that to be the current
# directory.
TEST_DIR = File.join(File.dirname(__FILE__), *%w[.])