Fix global defaults file path.

This commit is contained in:
Jared Ning 2011-10-16 10:05:35 -05:00
parent 951cf80f09
commit 1244d780c1
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
require 'pathname'
module Jasmine::Headless
autoload :CoffeeScriptCache, 'jasmine/headless/coffee_script_cache'
autoload :SpecFileAnalyzer, 'jasmine/headless/spec_file_analyzer'

View File

@ -21,7 +21,7 @@ module Jasmine
}
DEFAULTS_FILE = File.join(Dir.pwd, '.jasmine-headless-webkit')
GLOBAL_DEFAULTS_FILE = File.expand_path("~/#{DEFAULTS_FILE}")
GLOBAL_DEFAULTS_FILE = File.expand_path('~/.jasmine-headless-webkit')
def self.from_command_line
options = new