changing the db used with cucumber to the _test db instead of _development
Posted
by DerNalia
on Stack Overflow
See other posts from Stack Overflow
or by DerNalia
Published on 2010-06-14T21:28:53Z
Indexed on
2010/06/14
21:32 UTC
Read the original article
Hit count: 236
ruby-on-rails
|cucumber
For whatever reason, my cucumber is using my _development db instead of my _test db.
How do I change that?
This is what my database.yml says
test:
adapter: mysql
encoding: utf8
but i get the error database configuration does not specify adapter
© Stack Overflow or respective owner