Skip to content

Commit

Permalink
Merge 016feda into 2585c0e
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed May 21, 2019
2 parents 2585c0e + 016feda commit 063c248
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/capybara/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,27 +150,27 @@ def assert_#{assertion_name} *args, &optional_filter_block
# Assertion that there is xpath
#
# @!method assert_xpath
# see Capybara::Node::Matchers#has_xpath?
# see {Capybara::Node::Matchers#has_xpath?}

##
# Assertion that there is no xpath
#
# @!method refute_xpath
# @!method assert_no_xpath
# see Capybara::Node::Matchers#has_no_xpath?
# see {Capybara::Node::Matchers#has_no_xpath?}

##
# Assertion that there is css
#
# @!method assert_css
# see Capybara::Node::Matchers#has_css?
# see {Capybara::Node::Matchers#has_css?}

##
# Assertion that there is no css
#
# @!method refute_css
# @!method assert_no_css
# see Capybara::Node::Matchers#has_no_css?
# see {Capybara::Node::Matchers#has_no_css?}

##
# Assertion that there is link
Expand Down

0 comments on commit 063c248

Please sign in to comment.