So, Colin, you are correct, I'm reading the instructions exactly from the rails guide. Like I said, following their instructions exactly gives me a ridiculous error, modifying them slightly lets the test at least try to run.
Regardless of whether I run rake test or ruby -I test test/unit/blah.rb, I still receive the same error I've mentioned above - rails says: in `require': no such file to load -- app/models/users/user (LoadError) Strange to me that it manages to know where the model is (app/models/users/user) but then when trying to load says 'no such file to load'. David, thanks for the attempt but this is a really fresh project, all rails 3 from the start, and without either of those gems. Any other ideas? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

