mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Added #inspect to the delegators
This commit is contained in:
parent
f83edc2a51
commit
1f97459fc5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue