1..94 # select_day_tag() ok 1 - select_day_tag() outputs a select tag for days ok 2 - select_day_tag() selects the current day by default ok 3 - select_day_tag() takes a day as its second argument ok 4 - select_day_tag() takes a day as its second argument ok 5 - select_day_tag() can take an include_custom option ok 6 - select_day_tag() can take an include_blank option ok 7 - select_day_tag() takes an array of attribute options as its fourth argument ok 8 - select_day_tag() takes an array of attribute options as its fourth argument # select_month_tag() ok 9 - select_month_tag() outputs a select tag for months ok 10 - select_month_tag() selects the current month by default ok 11 - select_month_tag() takes a month as its second argument ok 12 - select_month_tag() displays month names by default ok 13 - select_month_tag() displays short month names if passed a use_short_month options ok 14 - select_month_tag() displays numbers if passed a use_month_numbers options ok 15 - select_month_tag() takes a culture option ok 16 - select_month_tag() displays short month names if passed a use_short_month options ok 17 - select_month_tag() displays month names and month number if passed a add_month_numbers options ok 18 - select_month_tag() can take an include_custom option ok 19 - select_month_tag() can take an include_blank option ok 20 - select_month_tag() takes an array of attribute options as its fourth argument ok 21 - select_month_tag() takes an array of attribute options as its fourth argument # select_year_tag() ok 22 - select_year_tag() outputs a select tag for years ok 23 - select_year_tag() selects the current year by default ok 24 - select_year_tag() takes a year as its second argument ok 25 - select_year_tag() takes a year_start and a year_end options ok 26 - select_year_tag() can take an include_custom option ok 27 - select_year_tag() can take an include_blank option ok 28 - select_year_tag() takes an array of attribute options as its fourth argument ok 29 - select_year_tag() takes an array of attribute options as its fourth argument # select_date_tag() ok 30 # TODO select_date_tag() # select_second_tag() ok 31 - select_second_tag() outputs a select tag for seconds ok 32 - select_second_tag() selects the current seconds by default ok 33 - select_second_tag() takes a second number as its second argument ok 34 - select_second_tag() takes a second number as its second argument ok 35 - select_second_tag() can take an include_custom option ok 36 - select_second_tag() can take an include_blank option ok 37 - select_second_tag() takes an array of attribute options as its fourth argument ok 38 - select_second_tag() takes an array of attribute options as its fourth argument ok 39 - select_second_tag() can take an second_step option # select_minute_tag() ok 40 - select_minute_tag() outputs a select tag for minutes ok 41 - select_minute_tag() selects the current minutes by default ok 42 - select_minute_tag() takes a minute number as its second argument ok 43 - select_minute_tag() takes a minute number as its second argument ok 44 - select_minute_tag() can take an include_custom option ok 45 - select_minute_tag() can take an include_blank option ok 46 - select_minute_tag() takes an array of attribute options as its fourth argument ok 47 - select_minute_tag() takes an array of attribute options as its fourth argument ok 48 - select_minute_tag() can take an minute_step option # select_hour_tag() ok 49 - select_hour_tag() outputs a select tag for hours ok 50 - select_hour_tag() selects the current hours by default ok 51 - select_hour_tag() takes a hour number as its second argument ok 52 - select_hour_tag() can take an include_custom option ok 53 - select_hour_tag() can take an include_blank option ok 54 - select_hour_tag() takes an array of attribute options as its fourth argument ok 55 - select_hour_tag() takes an array of attribute options as its fourth argument ok 56 - select_hour_tag() can take an 12hour_time option ok 57 - select_hour_tag() can take an 12hour_time option # select_ampm_tag() ok 58 - select_ampm_tag() outputs a select tag for ampm ok 59 - select_ampm_tag() selects the current ampm by default ok 60 - select_ampm_tag() takes a ampm as its second argument ok 61 - select_ampm_tag() can take an include_custom option ok 62 - select_ampm_tag() can take an include_blank option ok 63 - select_ampm_tag() takes an array of attribute options as its fourth argument ok 64 - select_ampm_tag() takes an array of attribute options as its fourth argument # select_time_tag() ok 65 - select_time_tag() outputs a select tag for hours ok 66 - select_time_tag() selects the current hours by default ok 67 - select_time_tag() outputs a select tag for minutes ok 68 - select_time_tag() selects the current minutes by default ok 69 - select_time_tag() selects hours for one digit correctly ok 70 - select_time_tag() selects minutes for one digit correctly ok 71 - select_time_tag() selects seconds for one digit correctly ok 72 # TODO select_time_tag() # select_timezone_tag() ok 73 - select_timezone_tag() outputs a select tag for timezones ok 74 - select_timezone_tag() outputs a select tag for timezones ok 75 - select_timezone_tag() respects the display option ok 76 - select_timezone_tag() respects the display option ok 77 - select_timezone_tag() respects the display option ok 78 - select_timezone_tag() respects the display option ok 79 - select_timezone_tag() respects the display option # select_datetime_tag() ok 80 # TODO select_datetime_tag() # select_number_tag() ok 81 - select_number_tag() outputs a select tag for a range of numbers ok 82 - select_number_tag() can take an include_custom option ok 83 - select_number_tag() can take an include_blank option ok 84 - select_number_tag() takes an array of attribute options as its fourth argument ok 85 - select_number_tag() takes an array of attribute options as its fourth argument ok 86 - select_number_tag() can take an increment option ok 87 - select_number_tag() can take an increment option ok 88 - select_number_tag() can take an increment option ok 89 - select_number_tag() can take an increment option ok 90 - select_number_tag() can take an increment option ok 91 - select_number_tag() can take a start and end options ok 92 - select_number_tag() can take a start and an end option ok 93 - select_number_tag() can take a start and an end option ok 94 - select_number_tag() can take a start and an end option Looks like everything went fine.