mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
2f3aa8f829
* Markup API doc in Markdown style - Specify `--markup markdown` option to YARD. - Add and publish `.yardopts` file, instead of giving the option in `Rakefile`. This `.yardopts` file allows to use the same options on <https://www.rubydoc.info/>. - Rewrite the `Capybara.configure` method doc because it's broken in Markdown style. - Fix `Capybara::Selector` doc in markdown style
24 lines
234 B
Text
24 lines
234 B
Text
.rbx
|
|
.idea/
|
|
.DS_Store
|
|
pkg
|
|
tmp
|
|
*~
|
|
*swp
|
|
*gem
|
|
spec.opts
|
|
.rvmrc
|
|
.ruby-version
|
|
.java-version
|
|
.ruby-gemset
|
|
capybara-*.html
|
|
.yardoc
|
|
doc
|
|
.bundle
|
|
Gemfile*.lock
|
|
chromedriver.log
|
|
bundler_stubs
|
|
bin
|
|
gem-private_key.pem
|
|
save_path_tmp
|
|
vendor/bundle
|