Christophe Gimenez wrote: > Jim Morris wrote: >> 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). > > Not for me, all went fine - You must have something wrong elsewhere
Do you have user engine installed as well? it seems the login engine tests don;t run when the userengine is installed. -- 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
