Sounds like you just need a line like this in the top of the lib file:

require 'app/models/aircraft'

If its already loaded (ie: running script/server) nothing will change,
but if its not already loaded (I don't use RSpec, but it sounds like
its not autoloading classes) this should fix it. You might need to
play with the path and do something like this:

require File.dirname(__FILE__)+'/../app/models/aircraft'


On Nov 29, 7:45 am, Christian Lescuyer <[EMAIL PROTECTED]>
wrote:
> Thanks for your answer: I tried to run the app in the browser: it
> works!
> So it doesn't work in RSpec. I didn't try the code in the browser at
> first as I'm trying to do TDD. Still stuck there, though.
>
> Christian
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to