mirror of
https://github.com/teampoltergeist/poltergeist.git
synced 2022-11-09 12:05:00 -05:00
Add forgotten interpolation [ci skip]
This commit is contained in:
parent
940c424eee
commit
f7b91ae662
1 changed files with 2 additions and 2 deletions
|
@ -142,7 +142,7 @@ module Capybara
|
|||
class PhantomJSTooOld < Error
|
||||
def self.===(other)
|
||||
if Cliver::Dependency::VersionMismatch === other
|
||||
warn "{name} exception has been deprecated in favor of using the " +
|
||||
warn "#{name} exception has been deprecated in favor of using the " +
|
||||
"cliver gem for command-line dependency detection. Please " +
|
||||
"handle Cliver::Dependency::VersionMismatch instead."
|
||||
true
|
||||
|
@ -155,7 +155,7 @@ module Capybara
|
|||
class PhantomJSFailed < Error
|
||||
def self.===(other)
|
||||
if Cliver::Dependency::NotMet === other
|
||||
warn "{name} exception has been deprecated in favor of using the " +
|
||||
warn "#{name} exception has been deprecated in favor of using the " +
|
||||
"cliver gem for command-line dependency detection. Please " +
|
||||
"handle Cliver::Dependency::NotMet instead."
|
||||
true
|
||||
|
|
Loading…
Add table
Reference in a new issue