# sig/rspec-html-matchers.rbs class RSpec::HtmlMatchers::HaveTag def classes_to_selector: () -> untyped def count_right?: () -> untyped def description: () -> untyped def initialize: () -> void def matches?: () -> untyped def tag_presents?: () -> untyped def text_right?: () -> untyped def validate_options!: () -> untyped end # sig/rspec-html-matchers.rbs class RSpec::HtmlMatchers::NokogiriRegexpHelper def initialize: () -> void def regexp: () -> untyped end # sig/rspec-html-matchers.rbs class RSpec::HtmlMatchers::NokogiriTextHelper def content: () -> untyped def initialize: () -> void end # sig/rspec-html-matchers.rbs module RSpec::HtmlMatchers def form_tag_options: () -> untyped def have_form: () -> untyped def have_tag: () -> untyped def should_have_input: () -> untyped def should_not_have_input: () -> untyped def with_button: () -> untyped def with_checkbox: () -> untyped def with_date_field: () -> untyped def with_email_field: () -> untyped def with_file_field: () -> untyped def with_hidden_field: () -> untyped def with_number_field: () -> untyped def with_option: () -> untyped def with_password_field: () -> untyped def with_radio_button: () -> untyped def with_range_field: () -> untyped def with_select: () -> untyped def with_submit: () -> untyped def with_tag: () -> untyped def with_text: () -> untyped def with_text_area: () -> untyped def with_text_field: () -> untyped def with_url_field: () -> untyped def without_button: () -> untyped def without_checkbox: () -> untyped def without_date_field: () -> untyped def without_email_field: () -> untyped def without_file_field: () -> untyped def without_hidden_field: () -> untyped def without_number_field: () -> untyped def without_option: () -> untyped def without_password_field: () -> untyped def without_radio_button: () -> untyped def without_range_field: () -> untyped def without_select: () -> untyped def without_submit: () -> untyped def without_tag: () -> untyped def without_text: () -> untyped def without_text_area: () -> untyped def without_text_field: () -> untyped def without_url_field: () -> untyped end