Added #inspect to the delegators

This commit is contained in:
Sam Rawlins 2013-07-24 11:55:17 -07:00
parent f83edc2a51
commit 1f97459fc5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ module Capybara
@query = query
end
def_delegators :@result, :each, :[], :at, :size, :count, :length, :first, :last, :empty?
def_delegators :@result, :each, :[], :at, :size, :count, :length, :first, :last, :empty?, :inspect
def matches_count?
Capybara::Helpers.matches_count?(@result.size, @query.options)