I have checked out from trunk, am on rails 1.1 and ruby 1.8.4 The first problem I ran into was not finding the testing_extensions.
I fixed it by changing this line, and adding the "engines" after "lib" require File.join(Engines.config(:root), "engines", "lib", "engines", "testing_extensions") Then I get pretty much all errors, as it does not seem to find the fixtures for the user_engine in the login_engine (that figures but why is it looking there?) Are these known issues or am I just doing stuff wrong? I am running the tests as rake test:plugins. thanks -- 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
