From 1ede9574cd5d94623ba77154fdbd9defc3e2f895 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Fri, 2 Jan 2015 22:06:03 -0600 Subject: [PATCH] VRFS-2547 - capitializing JAMTRACKS_DIR in ruby tests --- ruby/spec/support/utilities.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/spec/support/utilities.rb b/ruby/spec/support/utilities.rb index 380e63d0c..4faf633b5 100644 --- a/ruby/spec/support/utilities.rb +++ b/ruby/spec/support/utilities.rb @@ -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