# File lib/capybara/rspec/matchers.rb, line 63
      def arguments
        if options.empty? then [locator] else [locator, options] end
      end