VRFS-2547 - capitializing JAMTRACKS_DIR in ruby tests

This commit is contained in:
Seth Call 2015-01-02 22:06:03 -06:00
parent bb298dd6b9
commit 1ede9574cd
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def app_config
end
def jamtracks_dir
ENV['jamtracks_dir'] || File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "..", "..", "jamtracks"))
ENV['JAMTRACKS_DIR'] || File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "..", "..", "jamtracks"))
end
def rabbitmq_host