I am starting my first ruby on rails project using RSpec and BDD. When I try to run my rake spec task, I get the following error:
Access denied for user 'root'@'localhost' (using password: NO)
Clearly rspec is trying to use a default configuration from somewhere and is ignoring the database.yml file in my rails config directory. How do I fix thi?