I have the same problem, you have to change the test_helper.rb file from require File.join(Engines.config(:root), "engines", "lib", "engines") to require File.join(Engines.config(:root), "engines", "lib", "engines", "testing_extensions")
-- Posted via http://www.ruby-forum.com/. _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
