# File lib/cucumber/rails/capybara/select_dates_and_times.rb, line 22
        def select_datetime(field, options = {})
          select_date(field, options)
          select_time(field, options)
        end