Hi all, I just converted one of our internal applications to use engines and am really impressed so far. I'm hoping you can help me clear up a bit of a problem I am having.
I set up a new application using the engine and everything works great. The client requests that the user registration page collect the user's birthday. I write a test, create a migration, overwrite the user model to validate_presence_of :birth_date and everything works perfectly. Unfortunately when I run rake:test:plugins I get a bunch of test failures because the model is looking for birth_date. Is there a way to test your engine without loading up all of the things you are overwriting in the app directory? Thanks, Alex _______________________________________________ Engine-Users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
