mirror of
https://git.sr.ht/~edwardloveall/scribe
synced 2026-01-10 03:41:34 +00:00
Update to lucky 1.0.0-rc1
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user