123456789_123456789_123456789_123456789_123456789_

Module: Capybara::Minitest::Expectations

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: lib/capybara/minitest/spec.rb

Instance Method Summary

Instance Method Details

#must_have_all_of_selectors

[ GitHub ]

#must_have_ancestor

[ GitHub ]

#must_have_any_of_selectors

[ GitHub ]

#must_have_button

[ GitHub ]

#must_have_checked_field

[ GitHub ]

#must_have_content

[ GitHub ]

#must_have_css

[ GitHub ]

#must_have_current_path

[ GitHub ]

#must_have_element

[ GitHub ]

#must_have_field

[ GitHub ]

#must_have_none_of_selectors

[ GitHub ]

#must_have_select

[ GitHub ]

#must_have_selector

[ GitHub ]

#must_have_sibling

[ GitHub ]

#must_have_style

Deprecated.
[ GitHub ]

  
# File 'lib/capybara/minitest/spec.rb', line 261

def must_have_style(...)
  warn 'must_have_style is deprecated, please use must_match_style'
  must_match_style(...)
end

#must_have_table

[ GitHub ]

#must_have_text

[ GitHub ]

#must_have_title

[ GitHub ]

#must_have_unchecked_field

[ GitHub ]

#must_have_xpath

[ GitHub ]

#must_match_style

[ GitHub ]

#wont_have_button

[ GitHub ]

#wont_have_checked_field

[ GitHub ]

#wont_have_content

[ GitHub ]

#wont_have_css

[ GitHub ]

#wont_have_current_path

[ GitHub ]

#wont_have_element

[ GitHub ]

#wont_have_field

[ GitHub ]

#wont_have_select

[ GitHub ]

#wont_have_selector

[ GitHub ]

#wont_have_table

[ GitHub ]

#wont_have_text

[ GitHub ]

#wont_have_title

[ GitHub ]

#wont_have_unchecked_field

[ GitHub ]

#wont_have_xpath

[ GitHub ]