scribe/spec/setup/configure_lucky_flow.cr
Edward Loveall fcf3eb14d0
Initial app
2021-05-01 17:03:38 -04:00

6 lines
202 B
Crystal

LuckyFlow.configure do |settings|
settings.stop_retrying_after = 200.milliseconds
settings.base_uri = Lucky::RouteHelper.settings.base_uri
end
Spec.before_each { LuckyFlow::Server::INSTANCE.reset }