make sure a parent module is defined first
This commit is contained in:
parent
ab1994696d
commit
b6d94a5d0d
@ -1,6 +1,7 @@
|
|||||||
require 'pathname'
|
require 'pathname'
|
||||||
|
|
||||||
module Jasmine::Headless
|
module Jasmine
|
||||||
|
module Headless
|
||||||
autoload :CommandLine, 'jasmine/headless/command_line'
|
autoload :CommandLine, 'jasmine/headless/command_line'
|
||||||
|
|
||||||
autoload :CoffeeScriptCache, 'jasmine/headless/coffee_script_cache'
|
autoload :CoffeeScriptCache, 'jasmine/headless/coffee_script_cache'
|
||||||
@ -29,6 +30,7 @@ module Jasmine::Headless
|
|||||||
@root ||= Pathname(File.expand_path('../../..', __FILE__))
|
@root ||= Pathname(File.expand_path('../../..', __FILE__))
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
require 'jasmine/headless/errors'
|
require 'jasmine/headless/errors'
|
||||||
|
Loading…
Reference in New Issue
Block a user