mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge pull request #1561 from gravitystorm/patch-1
Fix typo in documentation
This commit is contained in:
commit
063e4a971d
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ module Capybara
|
|||
#
|
||||
# @param [Symbol] name The name of the new driver
|
||||
# @yield [app] This block takes a rack app and returns a Capybara driver
|
||||
# @yieldparam [<Rack>] app The rack application that this driver runs agains. May be nil.
|
||||
# @yieldparam [<Rack>] app The rack application that this driver runs against. May be nil.
|
||||
# @yieldreturn [Capybara::Driver::Base] A Capybara driver instance
|
||||
#
|
||||
def register_driver(name, &block)
|
||||
|
|
Loading…
Add table
Reference in a new issue