You'll need to create a test database in postgres, and then modify your
database.yml file to reference it.



# PostgreSQL 8.4
development:
  adapter: postgresql
  encoding: unicode
  database: ODQ_APP
  pool: 5
test:
  adapter: postgresql
  encoding: unicode
  database: ODQ_APP_TEST
  pool: 5


Todd Sedano
Director of Software Engineering
Carnegie Mellon University
Silicon Valley Campus
Developing Software Leaders (TM)
T: 650-335-2812




On Tue, May 29, 2012 at 8:49 AM, Frédéric Champreux <li...@ruby-forum.com>wrote:

> Hi,
>
> I'm new to RoR, and following the RoR 3.2 Tutorial from Michael Hartl.
>
> When it comes to execute testing (chap. 3.2.1), RSpec returns a hundred
> of errors starting with this one (and all looking the same more or
> less):
>
> /home/fred/.rvm/gems/ruby-1.9.3-p0@ODQ
> /gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/connection_specification.rb:45:in
> `resolve_hash_connection': database configuration does not specify
> adapter (ActiveRecord::AdapterNotSpecified)
>
> My DEV database is PostgreSQL and looks to work fine.
>
> Can some help me to understand what's wrong and solve it ?
>
> Thanks.
>
> Attachments:
> http://www.ruby-forum.com/attachment/7447/Gemfile
> http://www.ruby-forum.com/attachment/7448/database.yml
>
> http://www.ruby-forum.com/attachment/7449/Ruby_on_Rails__Welcome_aboard.html
>
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to