[Catalyst] Modify config in a test

2012-09-25 Thread Bill Moseley
I'm using Catalyst::Test on an app. The app has a myapp.yml config which includes configuration for creating an instance of a Model component -- and part of that Model's config is a database dsn attribute. When running my test I do want to have the app load this config file -- but I want to

Re: [Catalyst] Modify config in a test

2012-09-25 Thread Vladimir Timofeev
2012/9/26 Bill Moseley mose...@hank.org: I'm using Catalyst::Test on an app. The app has a myapp.yml config which includes configuration for creating an instance of a Model component -- and part of that Model's config is a database dsn attribute. When running my test I do want to have the