1
0
Fork 0
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:
Dmitry Vorotilin 2013-09-05 20:02:31 +04:00
parent 940c424eee
commit f7b91ae662

View file

@ -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