changing the db used with cucumber to the _test db instead of _development
- by DerNalia
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