make sure a parent module is defined first

This commit is contained in:
John Bintz 2011-12-01 10:26:23 -05:00
parent ab1994696d
commit b6d94a5d0d

View File

@ -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'
@ -30,6 +31,7 @@ module Jasmine::Headless
end end
end end
end end
end
require 'jasmine/headless/errors' require 'jasmine/headless/errors'