Sha256: ea16168b2db61dd91dc8690b4dc8f76d17a6f044a5b3d89ba742399bf3ee7ef3
Contents?: true
Size: 374 Bytes
Versions: 28
Compression:
Stored size: 374 Bytes
Contents
### https://github.com/thoughtbot/capybara-webkit/issues/1065#issuecomment-411116972 module Capybara module Helpers class << self alias_method :normalize_whitespace_with_warning, :normalize_whitespace def normalize_whitespace(*args) silence_warnings do normalize_whitespace_with_warning(*args) end end end end end
Version data entries
28 entries across 28 versions & 2 rubygems