# File lib/capybara/rspec/matchers.rb, line 130
    def have_button(locator)
      HaveMatcher.new(:button, locator)
    end