removed reference to Rspec from common code
This commit is contained in:
parent
b2c423c49c
commit
abac2023bc
|
@ -150,7 +150,7 @@ module Webrat
|
|||
|
||||
begin
|
||||
value = yield
|
||||
rescue ::Spec::Expectations::ExpectationNotMetError, ::Selenium::CommandError, Webrat::WebratError
|
||||
rescue ::Selenium::CommandError, Webrat::WebratError
|
||||
value = nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue