I am working with Edge rails and edge engines version. I am also using
login_engine in my application. While running tests in login_engine the
following errors are being displayed:

 1) Error:
test_auth(UserTest):
NoMethodError: undefined method `users' for #<UserTest:0xb753af2c>
    
/var/www/html/duo_server/config/../vendor/rails/actionpack/lib/action_controller/test_process.rb:452:in
 `method_missing'
    test/unit/user_test.rb:13:in `test_auth'

  2) Error:
test_passwordchange(UserTest):
NoMethodError: undefined method `users' for #<UserTest:0xb753ae50>
    
/var/www/html/duo_server/config/../vendor/rails/actionpack/lib/action_controller/test_process.rb:452:in
 `method_missing'
    test/unit/user_test.rb:20:in `test_passwordchange'

I also found that the fixtures are not getting loaded to the test
database.

Is there any compatibility issue with login_engine with the edge
version ? Or do I have to change anything to suit the new version?

- Rashila. 


_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to