Initial app

This commit is contained in:
Edward Loveall
2021-05-01 17:02:08 -04:00
commit fcf3eb14d0
84 changed files with 8470 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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 }