mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Clarify, and use html
as canonical method name
`html` is used in the Driver API, and in the README.
This commit is contained in:
parent
537fd691a8
commit
6e6702858d
1 changed files with 5 additions and 4 deletions
|
@ -5,10 +5,11 @@
|
|||
* Move the RackTest driver override with the `:respect_data_method` option
|
||||
enabled from capybara/rspec to capybara/rails, so that it is enabled in
|
||||
Rails projects that don't use RSpec. [Carlos Antonio da Silva]
|
||||
* Source is now an alias for `body`. RackTest no longer returns modifications
|
||||
to `body`. This basically codifies the behaviour which we've had for a while
|
||||
anyway, and should have minimal impact for end users. It is important to
|
||||
driver authors though. [Jonas Nicklas]
|
||||
* `source` is now an alias for `html`. RackTest no longer returns modifications
|
||||
to `html`. This basically codifies the behaviour which we've had for a while
|
||||
anyway, and should have minimal impact for end users. For driver authors, it
|
||||
means that they only have to implement `html`, and not `source`. [Jonas
|
||||
Nicklas]
|
||||
|
||||
### Fixed
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue