spec/spec_helper.rb in buildr-hx-0.0.17.pre vs spec/spec_helper.rb in buildr-hx-0.0.18.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/as3'
+ require File.dirname( __FILE__) + '/../lib/buildr/hx'
# load ecj
#require 'buildr/java/ecj'
#Make ecj appear as a compiler that doesn't apply:
#class Buildr::Compiler::Ecj
# class << self