My handler has 4 configuration variables:
config :base_url
config :details_path
config :create_path
config :token
I hedge them and my lita_config file, but to test my handler, I need to set values for them in my specs too, how can I do that?