0
My Handler has 4 configuration variables:
  config :base_url
  config :details_path
  config :create_path
  config :token
I know them and my lita_config file, but to test my Handler, I need to set values for them in my specs too, as I can do this?