spec/spec_helper.rb in buildr-hx-0.0.14.pre vs spec/spec_helper.rb in buildr-hx-0.0.15.pre

- old
+ new

@@ -42,10 +42,10 @@ # thing, but will do for now. def autoload(symbol, path) require path end #require 'buildr' - require File.dirname( __FILE__) + '/../lib/buildr/hx' + require File.dirname( __FILE__) + '/../lib/buildr/as3' # load ecj #require 'buildr/java/ecj' #Make ecj appear as a compiler that doesn't apply: #class Buildr::Compiler::Ecj # class << self