I've created a trivial spec for a model in my Merb app.  When I
execute:

$ rake spec:model

... I get the following error:

/Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in
`gem_original_require': no such file to load -- /Library/Ruby/Gems/1.8/
gems/dm-core-0.9.5/lib/dm-core/adapters/_adapter (LoadError)

I believe I have my database connection file set up appropriately:

development: &defaults
  adapter:  mysql
  database: myapp_development
  username: me
  password: 12345
  host:     localhost

test:
  << *defaults
  database: myapp_test

Does anyone have an idea what I might be doing wrong?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" 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/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to