removed reference to Rspec from common code

This commit is contained in:
Mike Gaffney 2009-06-03 17:53:19 -05:00
parent b2c423c49c
commit abac2023bc
1 changed files with 1 additions and 1 deletions

View File

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