Skip to content

Commit

Permalink
Missing item from deprecation list
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Aug 30, 2018
1 parent 5576503 commit eb68bd0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lib/site_prism.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,20 @@ module SitePrism
autoload :AddressableUrlMatcher, 'site_prism/addressable_url_matcher'

class << self
attr_accessor :use_implicit_waits

def configure
yield self
end

def use_implicit_waits
show_removed_config_warning_messages
@use_implicit_waits
end

def use_implicit_waits=(value)
show_removed_config_warning_messages
@use_implicit_waits = value
end

def raise_on_wait_fors
show_removed_config_warning_messages
@raise_on_wait_fors
Expand Down

0 comments on commit eb68bd0

Please sign in to comment.