[Rails] undefined method 'fixtures' for UserTest:Class (NoMethodError)

2009-05-18 Thread wayne.sima...@gmail.com
Hi, I'm a noob trying to work through adding restful_authentication to a blog. The login page allows me to login and I can create a post after loggin in...but my rake:test units won't run because I'm getting an undefined method 'fixtures' for UserTest:Class (NoMethodError) I'm getting an error

[Rails] undefined method `fixtures' problem

2009-04-02 Thread elle
Hello, I posted a couple of days ago regarding a problem I had with restful authentication test failing. So, I tried it again. I started a new application, installed restful authentication, ran the tests and they all passed. So, the problem is not with the plugin. I do have another problem though

[Rails] undefined method `fixtures'

2009-03-18 Thread Jeff Schwab
I've just installed restful_authentication, and generated: script/generate authenticated user session Now, if I try to run unit tests, I get the following error: test/unit/user_test.rb:7:in `': undefined method `fixtures' for UserTest:Class (NoMethodError) Any help would be welcome. --~--~