# File lib/capybara/rspec/matchers.rb, line 141 def failure_message "expected #{@window.inspect} to become closed after #{@wait_time} seconds" end
RSpec 2 compatibility:
# File lib/capybara/rspec/matchers.rb, line 145 def failure_message_when_negated "expected #{@window.inspect} not to become closed after #{@wait_time} seconds" end
Generated with the Darkfish Rdoc Generator 2.