Update to lucky 1.0.0-rc1

This commit is contained in:
Edward Loveall
2023-05-06 10:53:31 -04:00
parent e86108e18f
commit d1ecb76cdc
6 changed files with 39 additions and 24 deletions

View File

@@ -4,10 +4,10 @@
LuckyFlow.configure do |settings|
settings.stop_retrying_after = 200.milliseconds
settings.base_uri = Lucky::RouteHelper.settings.base_uri
# By default, LuckyFlow is set in "headless" mode (no browser window shown).
# Uncomment this to enable running `LuckyFlow` in a Google Chrome window instead.
# Be sure to disable for CI.
# settings.driver = LuckyFlow::Drivers::Chrome
end
Spec.before_each { LuckyFlow::Server::INSTANCE.reset }
LuckyFlow::Spec.setup