Nicholas,

> What gems do I need to install to actually run
>
> "rake spec"
>
> Also how do I not have the gems try run sudo?

You will need the rspec and addressable gems, which you can install
with:

  sudo gem install rspec addressable

Also, edit the following command to include whichever DBs you have
installed locally:

  sudo gem install do_mysql do_postgres do_sqlite3

Even if you don't have any of these installed, DM's specs can still
run with the in-memory adapter.

Please let me know how this works out for you.

--

Dan
(dkubb)
--~--~---------~--~----~------------~-------~--~----~
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