Christophe Gimenez wrote: > 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")
Even with that fix (which I already did) virtually every test fails with this.. Fixture::FixtureError: Couldn't find a yaml, csv or standard file to load at ./vendor/plugins/login_engine/test/functional/../fixtures/ (roles_users). -- 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
