Your message dated Mon, 03 Oct 2016 09:53:04 +0000
with message-id <e1bqzvk-0001x9...@franck.debian.org>
and subject line Bug#839407: fixed in ruby-tzinfo 1.2.2-2
has caused the Debian Bug report #839407,
regarding ruby-tzinfo should depend on tzdata
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
839407: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839407
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ruby-simple-form
Version: 3.2.0-1
Severity: serious
Tags: stretch sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20161001 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> /usr/bin/ruby2.3 /usr/bin/gem2deb-test-runner
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Checking Rubygems dependency resolution on ruby2.3                          
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> GEM_PATH=debian/ruby-simple-form/usr/share/rubygems-integration/all:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all
>  ruby2.3 -e gem\ \"simple_form\"
> 
> ┌──────────────────────────────────────────────────────────────────────────────┐
> │ Run tests for ruby2.3 from debian/ruby-tests.rake                           
>  │
> └──────────────────────────────────────────────────────────────────────────────┘
> 
> RUBYLIB=/<<PKGBUILDDIR>>/debian/ruby-simple-form/usr/lib/ruby/vendor_ruby:. 
> GEM_PATH=debian/ruby-simple-form/usr/share/rubygems-integration/all:/var/lib/gems/2.3.0:/usr/lib/x86_64-linux-gnu/rubygems-integration/2.3.0:/usr/share/rubygems-integration/2.3.0:/usr/share/rubygems-integration/all
>  ruby2.3 -S rake -f debian/ruby-tests.rake
> /usr/bin/ruby2.3 -I"test"  
> "/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb" 
> "test/action_view_extensions/builder_test.rb" 
> "test/action_view_extensions/form_helper_test.rb" 
> "test/components/label_test.rb" "test/form_builder/association_test.rb" 
> "test/form_builder/button_test.rb" 
> "test/form_builder/error_notification_test.rb" 
> "test/form_builder/error_test.rb" "test/form_builder/general_test.rb" 
> "test/form_builder/hint_test.rb" "test/form_builder/input_field_test.rb" 
> "test/form_builder/label_test.rb" "test/form_builder/wrapper_test.rb" 
> "test/generators/simple_form_generator_test.rb" 
> "test/inputs/boolean_input_test.rb" 
> "test/inputs/collection_check_boxes_input_test.rb" 
> "test/inputs/collection_radio_buttons_input_test.rb" 
> "test/inputs/collection_select_input_test.rb" 
> "test/inputs/datetime_input_test.rb" "test/inputs/disabled_test.rb" 
> "test/inputs/discovery_test.rb" "test/inputs/file_input_test.rb" 
> "test/inputs/general_test.rb" 
> "test/inputs/grouped_collection_select_input_test.rb" 
> "test/inputs/hidden_input_test.rb" "test/inputs/numeric_input_test.rb" 
> "test/inputs/priority_input_test.rb" "test/inputs/readonly_test.rb" 
> "test/inputs/required_test.rb" "test/inputs/string_input_test.rb" 
> "test/inputs/text_input_test.rb" "test/simple_form_test.rb" -v
> Run options: -v --seed 10076
> 
> # Running:
> 
> PriorityInputTest#test_input_generates_a_country_select_field = 0.00 s = S
> PriorityInputTest#test_input_generates_a_time_zone_select_field_with_default 
> = 0.01 s = E
> PriorityInputTest#test_priority_input_does_not_generate_invalid_aria-required_html_attribute
>  = 0.00 s = S
> PriorityInputTest#test_input_generates_a_time_zone_select_field = 0.00 s = E
> PriorityInputTest#test_input_generates_a_time_zone_select_using_options_priority
>  = 0.00 s = E
> PriorityInputTest#test_priority_input_does_not_generate_invalid_required_html_attribute
>  = 0.00 s = S
> PriorityInputTest#test_input_generates_a_country_select_with_SimpleForm_default
>  = 0.00 s = S
> IsolatedLabelTest#test_label_does_correct_i18n_lookup_for_nested_has_many_models_with_no_nested_translation
>  = 0.01 s = .
> IsolatedLabelTest#test_label_uses_default_input_id_when_it_was_not_overridden 
> = 0.00 s = .
> IsolatedLabelTest#test_label_uses_human_attribute_name_based_on_association_name
>  = 0.00 s = .
> IsolatedLabelTest#test_label_adds_required_by_default_when_object_is_not_present
>  = 0.00 s = .
> IsolatedLabelTest#test_label_does_not_have_css_class_from_type_when_generate_additional_classes_for_does_not_include_:label
>  = 0.00 s = .
> IsolatedLabelTest#test_label_has_css_class_from_type = 0.00 s = .
> IsolatedLabelTest#test_label_includes_for_attribute_for_select_collection = 
> 0.00 s = .
> IsolatedLabelTest#test_label_adds_chosen_label_class = 0.00 s = .
> IsolatedLabelTest#test_label_does_not_use_i18n_label_if_translate_is_false = 
> 0.00 s = .
> IsolatedLabelTest#test_label_is_generated_properly_when_object_is_not_present 
> = 0.00 s = .
> IsolatedLabelTest#test_label_is_required_by_default_when_ActiveModel::Validations_is_not_included
>  = 0.00 s = .
> IsolatedLabelTest#test_label_does_not_have_required_text_in_no_required_inputs
>  = 0.00 s = .
> IsolatedLabelTest#test_label_allows_overwriting_of_for_attribute = 0.00 s = .
> IsolatedLabelTest#test_label_uses_i18n_to_find_required_text = 0.00 s = .
> IsolatedLabelTest#test_label_is_able_to_disable_required_when_ActiveModel::Validations_is_not_included
>  = 0.00 s = .
> IsolatedLabelTest#test_label_adds_required_text_when_required = 0.00 s = .
> IsolatedLabelTest#test_label_does_correct_i18n_lookup_for_nested_models_with_no_nested_translation
>  = 0.01 s = .
> IsolatedLabelTest#test_label_allows_overwriting_of_for_attribute_with_input_html_not_containing_id
>  = 0.00 s = .
> IsolatedLabelTest#test_label_allows_overwriting_input_id = 0.00 s = .
> IsolatedLabelTest#test_label_uses_i18n_to_find_required_mark = 0.00 s = .
> IsolatedLabelTest#test_label_strips_extra_classes_even_when_label_class_is_nil
>  = 0.00 s = .
> IsolatedLabelTest#test_label_does_not_generate_empty_css_class = 0.00 s = .
> IsolatedLabelTest#test_label_uses_i18n_to_find_required_string_tag = 0.00 s = 
> .
> IsolatedLabelTest#test_label_uses_i18n_under_defaults_namespace_to_lookup_for_association_name
>  = 0.00 s = .
> IsolatedLabelTest#test_label_does_not_explode_while_looking_for_i18n_translation_when_action_is_not_set
>  = 0.00 s = .
> IsolatedLabelTest#test_label_fallbacks_to_new_when_action_is_create = 0.00 s 
> = .
> IsolatedLabelTest#test_label_uses_i18n_properly_when_object_is_not_present = 
> 0.00 s = .
> IsolatedLabelTest#test_label_uses_i18n_with_lookup_for_association_name = 
> 0.00 s = .
> IsolatedLabelTest#test_label_allows_a_customized_description = 0.01 s = .
> IsolatedLabelTest#test_label_generates_a_default_humanized_description = 0.00 
> s = .
> IsolatedLabelTest#test_label_uses_human_attribute_name_from_object_when_available
>  = 0.00 s = .
> IsolatedLabelTest#test_label_does_not_obtain_required_from_ActiveModel::Validations_when_generate_additional_classes_for_does_not_include_:label
>  = 0.00 s = .
> IsolatedLabelTest#test_label_uses_i18n_under_defaults_to_lookup_translation = 
> 0.00 s = .
> IsolatedLabelTest#test_label_obtains_required_from_ActiveModel::Validations_when_it_is_included
>  = 0.00 s = .
> IsolatedLabelTest#test_label_uses_i18n_based_on_model,_action,_and_attribute_to_lookup_translation
>  = 0.00 s = .
> IsolatedLabelTest#test_label_allows_overriding_required_when_ActiveModel::Validations_is_included
>  = 0.00 s = .
> IsolatedLabelTest#test_label_uses_i18n_based_on_model_and_attribute_to_lookup_translation
>  = 0.00 s = .
> IsolatedLabelTest#test_label_does_correct_i18n_lookup_for_nested_models_with_nested_translation
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_style_works_using_:label_input_in_wrapper_config,_adding_custom_class_to_label
>  = 0.00 s = .
> BooleanInputTest#test_input_with_nested_style_allows_disabling_label = 0.00 s 
> = .
> BooleanInputTest#test_input_does_not_generate_the_label_with_the_checkbox_when_label_option_is_false
>  = 0.00 s = .
> BooleanInputTest#test_input_uses_custom_unchecked_value = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_allows_:inline_label_with_HTML_when_safe
>  = 0.00 s = .
> BooleanInputTest#test_input_accepts_changing_boolean_style_to_inline_through_given_options,_when_default_is_nested
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_escapes_:inline_label_with_HTML
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_generates_a_manual_hidden_field_for_checkbox_outside_the_label,_to_recreate_Rails_functionality_with_valid_html5
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_generates_a_disabled_hidden_field_for_checkbox_outside_the_label,_if_the_field_is_disabled
>  = 0.00 s = .
> BooleanInputTest#test_input_uses_custom_checked_value = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_style_works_using_:label_input_in_wrapper_config,_adding_"checkbox"_class_to_label
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_works_using_:input_only_in_wrapper_config_(no_label_input)
>  = 0.00 s = .
> BooleanInputTest#test_input_generates_hidden_input_with_custom_unchecked_value
>  = 0.00 s = .
> BooleanInputTest#test_input_with_nested_style_allows_customizing_input_html = 
> 0.00 s = .
> BooleanInputTest#test_input_accepts_changing_boolean_style_to_nested_through_given_options
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_allows_:inline_label = 0.00 s 
> = .
> BooleanInputTest#test_input_uses_inline_boolean_style_by_default = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_style_works_using_:input_only_in_wrapper_config_(no_label_input),_adding_the_extra_label_wrapper_with_custom_class
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_style_creates_an_inline_label_using_the_label_text_when_inline_label_option_set_to_true
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_without_additional_classes_adds_"checkbox"_class_to_label
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_works_with_wrapper_config_defining_a_class_for_the_input
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_style_creates_an_inline_label_using_the_label_html_when_inline_label_option_set_to_true
>  = 0.00 s = .
> BooleanInputTest#test_input_generates_a_checkbox_by_default_for_boolean_attributes
>  = 0.00 s = .
> BooleanInputTest#test_input_allows_changing_default_boolean_style_config_to_nested,_generating_a_default_label_and_a_manual_hidden_field_for_checkbox
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_style_works_using_:input_only_in_wrapper_config_(no_label_input),_adding_the_extra_"checkbox"_label_wrapper
>  = 0.00 s = .
> BooleanInputTest#test_input_boolean_with_nested_style_creates_an_inline_label_using_the_default_label_text_when_inline_label_option_set_to_true
>  = 0.00 s = .
> FormBuilderTest#test_builder_input_is_html_safe = 0.00 s = .
> FormBuilderTest#test_builder_passes_options_to_label = 0.00 s = .
> FormBuilderTest#test_builder_receives_a_default_argument_and_pass_it_to_the_inputs_and_nested_form_when_calling_'input'
>  = 0.00 s = .
> FormBuilderTest#test_builder_receives_a_default_argument_and_pass_it_to_the_inputs_without_changing_the_defaults_when_calling_'input_field'
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_date_select_for_date_columns = 0.01 s 
> = .
> FormBuilderTest#test_builder_generates_decimal_text_field_for_decimal_columns 
> = 0.00 s = .
> FormBuilderTest#test_builder_receives_a_default_argument_and_pass_it_to_the_inputs_without_changing_the_defaults_when_calling_'input'
>  = 0.00 s = .
> FormBuilderTest#test_builder_input_allows_a_block_to_configure_input = 0.00 s 
> = .
> FormBuilderTest#test_form_without_CustomMapTypeFormBuilder_does_not_use_custom_mapping
>  = 0.00 s = .
> FormBuilderTest#test_form_with_CustomMapTypeFormBuilder_uses_custom_map_type_builder
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_file_for_file_columns = 0.00 s = .
> FormBuilderTest#test_form_with_CustomMapTypeFormBuilder_uses_custom_mapping = 
> 0.00 s = .
> FormBuilderTest#test_builder_uses_the_first_matching_custom_input_map_when_more_than_one_matches
>  = 0.00 s = .
> FormBuilderTest#test_builder_allows_overriding_default_input_type_for_text = 
> 0.01 s = .
> FormBuilderTest#test_builder_receives_a_default_argument_and_pass_it_to_the_inputs_when_calling_'input_field',_overwriting_the_defaults_with_specific_options
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_errors_for_attribute_without_errors = 
> 0.00 s = .
> FormBuilderTest#test_builder_does_not_propagate_input_options_to_wrapper = 
> 0.00 s = .
> FormBuilderTest#test_builder_generates_password_fields_for_columns_that_matches_password
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_time_select_for_time_columns = 0.00 s 
> = .
> FormBuilderTest#test_builder_uses_the_custom_map_only_for_matched_attributes 
> = 0.00 s = .
> FormBuilderTest#test_builder_allows_adding_custom_input_mappings_for_default_input_types
>  = 0.00 s = .
> FormBuilderTest#test_nested_simple_fields_yields_an_instance_of_FormBuilder = 
> 0.00 s = .
> FormBuilderTest#test_build_generates_select_if_a_collection_is_given = 0.00 s 
> = .
> FormBuilderTest#test_builder_is_able_to_disable_a_hint_even_if_it_exists_in_i18n
>  = 0.00 s = .
> FormBuilderTest#test_builder_allows_adding_custom_input_mappings_for_integer_input_types
>  = 0.00 s = .
> FormBuilderTest#test_builder_allows_to_skip_input_type_class = 0.00 s = .
> FormBuilderTest#test_builder_generates_a_checkbox_for_boolean_columns = 0.00 
> s = .
> FormBuilderTest#test_builder_is_able_to_disable_showing_errors_for_an_input = 
> 0.00 s = .
> FormBuilderTest#test_builder_is_able_to_disable_the_label_for_an_input_and_return_a_html_safe_string
>  = 0.00 s = .
> FormBuilderTest#test_builder_uses_custom_label = 0.00 s = .
> FormBuilderTest#test_placeholder_does_not_be_generated_when_set_to_false = 
> 0.00 s = .
> FormBuilderTest#test_builder_generates_uuid_fields_for_uuid_columns = 0.00 s 
> = .
> FormBuilderTest#test_builder_passes_options_to_hint = 0.00 s = .
> FormBuilderTest#test_builder_generates_tel_fields_for_columns_that_matches_phone
>  = 0.00 s = .
> FormBuilderTest#test_builder_receives_a_default_argument_and_pass_it_to_the_inputs_and_nested_form_when_calling_'input_field'
>  = 0.00 s = .
> FormBuilderTest#test_builder_receives_a_default_argument_and_pass_it_to_the_inputs_when_calling_'input',_overwriting_the_defaults_with_specific_options
>  = 0.00 s = .
> FormBuilderTest#test_custom_builder_inherits_mappings = 0.00 s = .
> FormBuilderTest#test_builder_allows_overriding_input_type_when_object_is_not_present
>  = 0.01 s = .
> FormBuilderTest#test_builder_generates_file_for_attributes_that_are_real_db_columns_but_have_file_methods
>  = 0.00 s = .
> FormBuilderTest#test_builder_does_not_propagate_input_options_to_wrapper_with_custom_wrapper
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_email_fields_for_columns_that_matches_email
>  = 0.00 s = .
> FormBuilderTest#test_builder_receives_a_default_argument_and_pass_it_to_the_inputs_when_calling_'input_field',_respecting_the_specific_options
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_url_fields_for_columns_that_matches_url
>  = 0.00 s = .
> FormBuilderTest#test_builder_allows_passing_options_to_input = 0.00 s = .
> FormBuilderTest#test_builder_generates_text_fields_for_string_columns = 0.00 
> s = .
> FormBuilderTest#test_builder_does_not_generate_hints_for_an_input = 0.00 s = .
> FormBuilderTest#test_builder_adds_default_form_class = 0.00 s = .
> FormBuilderTest#test_builder_generates_errors_for_attribute_with_errors = 
> 0.00 s = .
> FormBuilderTest#test_builder_generates_password_fields_based_on_attribute_name_when_object_is_not_present
>  = 0.00 s = .
> FormBuilderTest#test_builder_is_able_to_disable_the_label_for_an_input = 0.00 
> s = .
> FormBuilderTest#test_builder_generates_text_areas_for_text_columns = 0.00 s = 
> .
> FormBuilderTest#test_builder_works_without_controller = 0.00 s = .
> FormBuilderTest#test_builder_allows_to_add_additional_classes_only_for_wrapper
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_an_input_with_label = 0.00 s = .
> FormBuilderTest#test_builder_allow_to_use_numbers_in_the_model_name = 0.00 s 
> = .
> FormBuilderTest#test_builder_does_not_override_custom_input_mappings_for_custom_collection
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_properly_when_object_is_not_present = 
> 0.00 s = .
> FormBuilderTest#test_builder_is_able_to_add_a_hint_for_an_input = 0.00 s = .
> FormBuilderTest#test_builder_receives_a_default_argument_and_pass_it_to_the_inputs_when_calling_'input'
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_datetime_select_for_timestamp_columns 
> = 0.00 s = .
> FormBuilderTest#test_builder_receives_a_default_argument_and_pass_it_to_the_inputs_when_calling_'input',_respecting_the_specific_options
>  = 0.00 s = .
> FormBuilderTest#test_builder_does_not_propagate_label_options_to_wrapper_with_custom_wrapper
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_text_fields_by_default_for_all_attributes_when_object_is_not_present
>  = 0.00 s = .
> FormBuilderTest#test_builder_receives_a_default_argument_and_pass_it_to_the_inputs_when_calling_'input_field'
>  = 0.00 s = .
> FormBuilderTest#test_builder_generates_datetime_select_for_datetime_columns = 
> 0.00 s = .
> FormBuilderTest#test_builder_passes_options_to_errors = 0.00 s = .
> FormBuilderTest#test_builder_uses_integer_text_field_for_integer_columns = 
> 0.00 s = .
> FormBuilderTest#test_builder_generates_country_fields_for_columns_that_matches_country
>  = 0.00 s = S
> FormBuilderTest#test_builder_adds_chosen_form_class = 0.00 s = .
> FormBuilderTest#test_builder_adds_chosen_form_class_and_default_form_class = 
> 0.00 s = .
> FormBuilderTest#test_builder_generates_time_zone_fields_for_columns_that_matches_time_zone
>  = 0.00 s = E
> AssociationTest#test_builder_creates_a_select_with_multiple_options_for_collection_associations
>  = 0.00 s = .
> AssociationTest#test_builder_marks_all_selected_records_for_collection_boxes 
> = 0.00 s = .
> AssociationTest#test_builder_does_not_allow_creating_an_association_input_when_no_object_exists
>  = 0.00 s = .
> AssociationTest#test_builder_marks_the_record_which_already_belongs_to_the_user
>  = 0.00 s = .
> AssociationTest#test_builder_with_collection_support_does_not_change_the_options_hash
>  = 0.00 s = .
> AssociationTest#test_builder_allows_overriding_collection_to_association_input
>  = 0.00 s = .
> AssociationTest#test_builder_allows_collection_radio_for_belongs_to_associations
>  = 0.00 s = .
> AssociationTest#test_builder_association_with_a_block_calls_simple_fields_for 
> = 0.00 s = .
> AssociationTest#test_builder_does_not_call_order_if_the_given_association_does_not_respond_to_it
>  = 0.00 s = .
> AssociationTest#test_builder_with_collection_support_giving_collection_and_item_wrapper_tags
>  = 0.00 s = .
> AssociationTest#test_builder_creates_blank_select_if_collection_is_nil = 0.00 
> s = .
> AssociationTest#test_builder_does_not_preload_non-collection_association = 
> 0.00 s = .
> AssociationTest#test_builder_association_forwards_collection_to_simple_fields_for
>  = 0.00 s = .
> AssociationTest#test_builder_allows_collection_to_have_a_proc_as_a_condition 
> = 0.00 s = .
> AssociationTest#test_builder_preloads_collection_association = 0.00 s = .
> AssociationTest#test_builder_association_marks_input_as_required_based_on_both_association_and_attribute
>  = 0.00 s = .
> AssociationTest#test_builder_allows_collection_to_have_a_scope = 0.00 s = .
> AssociationTest#test_builder_does_not_allow_has_one_associations = 0.00 s = .
> AssociationTest#test_builder_marks_all_selected_records_which_already_belongs_to_user
>  = 0.00 s = .
> AssociationTest#test_builder_uses_reflection_conditions_to_find_collection = 
> 0.00 s = .
> AssociationTest#test_builder_allows_a_collection_of_check_boxes_for_collection_associations
>  = 0.00 s = .
> AssociationTest#test_builder_allows_size_to_be_overwritten_for_collection_associations
>  = 0.00 s = .
> AssociationTest#test_builder_creates_a_select_for_belongs_to_associations = 
> 0.00 s = .
> AssociationTest#test_builder_does_not_preload_collection_association_if_preload_is_false
>  = 0.00 s = .
> TextInputTest#test_input_generates_a_text_area_for_text_attributes_that_accept_placeholder
>  = 0.00 s = .
> TextInputTest#test_input_generates_a_placeholder_from_the_translations = 0.00 
> s = .
> TextInputTest#test_input_gets_maxlength_from_column_definition_for_text_attributes
>  = 0.00 s = .
> TextInputTest#test_input_generates_a_text_area_for_text_attributes = 0.00 s = 
> .
> TextInputTest#test_input_infers_maxlength_column_definition_from_validation_when_present_for_text_attributes
>  = 0.00 s = .
> DisabledTest#test_text_input_is_disabled_when_disabled_option_is_true = 0.00 
> s = .
> DisabledTest#test_numeric_input_does_not_be_disabled_when_disabled_option_is_false
>  = 0.00 s = .
> DisabledTest#test_numeric_input_does_not_be_disabled_when_disabled_option_is_not_present
>  = 0.00 s = .
> DisabledTest#test_numeric_input_is_disabled_when_disabled_option_is_true = 
> 0.00 s = .
> DisabledTest#test_string_input_is_disabled_when_disabled_option_is_true = 
> 0.00 s = .
> DisabledTest#test_date_input_does_not_be_disabled_when_disabled_option_is_false
>  = 0.00 s = .
> DisabledTest#test_datetime_input_is_disabled_when_disabled_option_is_true = 
> 0.00 s = .
> DisabledTest#test_date_input_is_disabled_when_disabled_option_is_true = 0.00 
> s = .
> DisabledTest#test_datetime_input_does_not_be_disabled_when_disabled_option_is_not_present
>  = 0.00 s = .
> DisabledTest#test_string_input_does_not_be_disabled_when_disabled_option_is_not_present
>  = 0.00 s = .
> DisabledTest#test_date_input_does_not_be_disabled_when_disabled_option_is_not_present
>  = 0.00 s = .
> DisabledTest#test_string_input_does_not_be_disabled_when_disabled_option_is_false
>  = 0.00 s = .
> DisabledTest#test_text_input_does_not_be_disabled_when_disabled_option_is_not_present
>  = 0.00 s = .
> DisabledTest#test_text_input_does_not_be_disabled_when_disabled_option_is_false
>  = 0.00 s = .
> DisabledTest#test_datetime_input_does_not_be_disabled_when_disabled_option_is_false
>  = 0.00 s = .
> LabelTest#test_builder_generates_a_label_for_the_attribute = 0.00 s = .
> LabelTest#test_builder_does_not_escape_label_text_if_it_is_safe = 0.00 s = .
> LabelTest#test_configuration_allow_set_label_text_for_wrappers = 0.00 s = .
> LabelTest#test_builder_adds_a_disabled_class_to_label_if_the_attribute_is_disabled
>  = 0.00 s = .
> LabelTest#test_builder_fallbacks_to_default_label_when_block_is_given = 0.00 
> s = .
> LabelTest#test_builder_label_generates_label_tag_with_clean_HTML = 0.00 s = .
> LabelTest#test_builder_adds_a_required_class_to_label_if_the_attribute_is_required
>  = 0.00 s = .
> LabelTest#test_builder_allows_custom_formatting_when_label_is_explicitly_specified
>  = 0.00 s = .
> LabelTest#test_builder_fallbacks_to_default_label_when_string_is_given = 0.00 
> s = .
> LabelTest#test_builder_does_not_modify_the_options_hash = 0.00 s = .
> LabelTest#test_builder_does_not_add_a_disabled_class_to_label_if_the_attribute_is_not_disabled
>  = 0.00 s = .
> LabelTest#test_builder_allows_passing_options_to_label_tag = 0.00 s = .
> LabelTest#test_configuration_allow_set_rewrited_label_tag_for_wrappers = 0.00 
> s = .
> LabelTest#test_builder_escapes_label_text = 0.00 s = .
> LabelTest#test_builder_allows_custom_formatting_when_label_is_generated = 
> 0.00 s = .
> LabelTest#test_builder_allows_label_order_to_be_changed = 0.00 s = .
> LabelTest#test_builder_generates_a_label_component_tag_with_a_clean_HTML = 
> 0.00 s = .
> LabelTest#test_builder_generates_a_label_for_the_boolean_attrbiute = 0.00 s = 
> .
> FormHelperTest#test_enabled_browser_validations_overrides_disabled_configuration
>  = 0.00 s = .
> FormHelperTest#test_SimpleForm_adds_custom_class_to_form_if_css_class_is_specified
>  = 0.00 s = .
> FormHelperTest#test_form_for_yields_an_instance_of_FormBuilder = 0.00 s = .
> FormHelperTest#test_custom_error_proc_survives_an_exception = 0.00 s = .
> FormHelperTest#test_SimpleForm_adds_:as_options_with_edit_prefix_as_css_class_to_form_if_record_is_persisted
>  = 0.00 s = .
> FormHelperTest#test_SimpleForm_adds_default_class_to_form = 0.00 s = .
> FormHelperTest#test_disabled_browser_validations_overrides_default_configuration
>  = 0.00 s = .
> FormHelperTest#test_fields_for_with_a_hash_like_model_yields_an_instance_of_FormBuilder
>  = 0.00 s = .
> FormHelperTest#test_custom_error_proc_is_not_destructive = 0.00 s = .
> FormHelperTest#test_SimpleForm_for_swaps_default_action_view_field_error_proc 
> = 0.00 s = .
> FormHelperTest#test_SimpleForm_allows_overriding_default_form_class = 0.00 s 
> = .
> FormHelperTest#test_passes_options_to_SimpleForm = 0.00 s = .
> FormHelperTest#test_SimpleForm_adds_object_class_name_with_new_prefix_as_css_class_to_form_if_record_is_not_persisted
>  = 0.00 s = .
> FormHelperTest#test_SimpleForm_does_not_use_default_browser_validations_if_specified_in_the_configuration_options
>  = 0.00 s = .
> FormHelperTest#test_SimpleForm_adds_:as_option_as_css_class_to_form_when_object_is_not_present
>  = 0.00 s = .
> FormHelperTest#test_SimpleForm_adds_:as_option_with_new_prefix_as_css_class_to_form_if_record_is_not_persisted
>  = 0.00 s = .
> FormHelperTest#test_SimpleForm_for_yields_an_instance_of_FormBuilder = 0.00 s 
> = .
> FormHelperTest#test_SimpleForm_adds_last_object_name_as_css_class_to_form_when_there_is_array_of_objects
>  = 0.00 s = .
> FormHelperTest#test_SimpleForm_does_not_add_object_class_to_form_if_css_class_is_specified
>  = 0.00 s = .
> FormHelperTest#test_SimpleForm_adds_edit_class_prefix_as_css_class_to_form_if_record_is_persisted
>  = 0.00 s = .
> FormHelperTest#test_SimpleForm_allows_overriding_default_form_class,_but_not_form_class
>  = 0.00 s = .
> FormHelperTest#test_SimpleForm_uses_default_browser_validations_by_default = 
> 0.00 s = .
> FormHelperTest#test_SimpleForm_adds_object_name_as_css_class_to_form_when_object_is_not_present
>  = 0.00 s = .
> InputFieldTest#test_build_input_field_without_pattern_component_use_the_pattern_string
>  = 0.00 s = .
> InputFieldTest#test_build_input_field_without_maxlength_component_use_the_maxlength_string
>  = 0.00 s = .
> InputFieldTest#test_builder_input_field_is_able_to_disable_any_component = 
> 0.00 s = .
> InputFieldTest#test_builder_input_field_uses_i18n_to_translate_placeholder_text
>  = 0.00 s = .
> InputFieldTest#test_build_input_field_does_not_treat_"boolean_style"_as_a_HTML_attribute
>  = 0.00 s = .
> InputFieldTest#test_builder_input_field_allows_passing_options_to_input_tag = 
> 0.00 s = .
> InputFieldTest#test_builder_input_field_does_not_modify_the_options_hash = 
> 0.00 s = .
> InputFieldTest#test_builder_input_field_generates_an_input_tag_with_a_clean_HTML
>  = 0.00 s = .
> InputFieldTest#test_builder_input_field_accepts_custom_patter = 0.00 s = .
> InputFieldTest#test_builder_input_field_does_not_use_pattern_component_by_default
>  = 0.00 s = .
> InputFieldTest#test_build_input_field_without_placeholder_component_use_the_placeholder_string
>  = 0.00 s = .
> InputFieldTest#test_builder_collection_input_field_generates_input_tag_with_a_clean_HTML
>  = 0.00 s = .
> InputFieldTest#test_builder_input_field_only_renders_the_input_tag,_nothing_else
>  = 0.00 s = .
> InputFieldTest#test_builder_input_field_uses_maxlength_component = 0.00 s = .
> InputFieldTest#test_builder_input_field_uses_readonly_component = 0.00 s = .
> InputFieldTest#test_builder_input_field_generates_input_type_based_on_column_type
>  = 0.00 s = .
> InputFieldTest#test_builder_input_field_allows_overriding_default_input_type 
> = 0.00 s = .
> InputFieldTest#test_builder_input_field_infers_pattern_from_attributes = 0.00 
> s = .
> InputFieldTest#test_build_input_field_without_readonly_component_use_the_readonly_string
>  = 0.00 s = .
> InputFieldTest#test_builder_input_field_uses_min_max_component = 0.00 s = .
> InputTest#test_string_input_generates_autofocus_attribute_when_autofocus_option_is_not_present
>  = 0.00 s = .
> InputTest#test_date_input_generates_autofocus_attribute_when_autofocus_option_is_true
>  = 0.00 s = .
> InputTest#test_string_input_generates_autofocus_attribute_when_autofocus_option_is_false
>  = 0.00 s = .
> InputTest#test_input_as_select_with_collection_is_generated_properly_when_object_is_not_present
>  = 0.00 s = .
> InputTest#test_numeric_input_generates_autofocus_attribute_when_autofocus_option_is_true
>  = 0.00 s = .
> InputTest#test_input_does_not_add_input_class_when_configured_to_not_generate_additional_classes_for_input
>  = 0.00 s = .
> InputTest#test_input_does_not_generate_empty_css_class = 0.00 s = .
> InputTest#test_date_input_generates_autofocus_attribute_when_autofocus_option_is_false
>  = 0.00 s = .
> InputTest#test_datetime_input_generates_autofocus_attribute_when_autofocus_option_is_false
>  = 0.00 s = .
> InputTest#test_datetime_input_generates_autofocus_attribute_when_autofocus_option_is_not_present
>  = 0.00 s = .
> InputTest#test_input_generates_css_class_based_on_default_input_type = 0.01 s 
> = .
> InputTest#test_text_input_generates_autofocus_attribute_when_autofocus_option_is_false
>  = 0.00 s = .
> InputTest#test_input_as_radio_is_generated_properly_when_object_is_not_present_
>  = 0.00 s = .
> InputTest#test_date_input_generates_autofocus_attribute_when_autofocus_option_is_not_present
>  = 0.00 s = .
> InputTest#test_text_input_generates_autofocus_attribute_when_autofocus_option_is_not_present
>  = 0.00 s = .
> InputTest#test_datetime_input_generates_autofocus_attribute_when_autofocus_option_is_true
>  = 0.00 s = .
> InputTest#test_text_input_generates_autofocus_attribute_when_autofocus_option_is_true
>  = 0.00 s = .
> InputTest#test_input_accepts_input_class_configuration = 0.00 s = .
> InputTest#test_string_input_generates_autofocus_attribute_when_autofocus_option_is_true
>  = 0.00 s = .
> InputTest#test_input_is_generated_properly_when_object_is_not_present = 0.00 
> s = .
> InputTest#test_numeric_input_generates_autofocus_attribute_when_autofocus_option_is_false
>  = 0.00 s = .
> InputTest#test_numeric_input_generates_autofocus_attribute_when_autofocus_option_is_not_present
>  = 0.00 s = .
> ErrorTest#test_error_escapes_error_prefix_text = 0.00 s = .
> ErrorTest#test_error_generates_messages_for_attribute_with_one_error_when_using_first
>  = 0.00 s = .
> ErrorTest#test_full_error_generates_a_full_error_tag_with_a_clean_HTML = 0.00 
> s = .
> ErrorTest#test_input_with_custom_error_escapes_the_error_text_using_full_error_component
>  = 0.00 s = .
> ErrorTest#test_full_error_does_not_modify_the_options_hash = 0.00 s = .
> ErrorTest#test_error_generates_an_error_message_with_raw_HTML_tags = 0.00 s = 
> .
> ErrorTest#test_error_with_custom_wrappers_works = 0.00 s = .
> ErrorTest#test_error_generates_messages_for_attribute_with_single_error = 
> 0.00 s = .
> ErrorTest#test_full_error_finds_errors_on_association_with_reflection = 0.00 
> s = .
> ErrorTest#test_full_error_generates_a_full_error_tag_for_the_attribute = 0.00 
> s = .
> ErrorTest#test_input_with_error_option_as_true_does_not_use_custom_error = 
> 0.00 s = .
> ErrorTest#test_error_does_not_generate_content_for_attribute_without_errors = 
> 0.00 s = .
> ErrorTest#test_input_with_custom_error_works_when_using_full_error_component 
> = 0.00 s = .
> ErrorTest#test_error_does_not_modify_the_options_hash = 0.00 s = .
> ErrorTest#test_error_escapes_error_text = 0.00 s = .
> ErrorTest#test_input_with_custom_error_works = 0.00 s = .
> ErrorTest#test_error_is_able_to_pass_html_options = 0.00 s = .
> ErrorTest#test_error_generates_an_error_tag_with_a_clean_HTML = 0.00 s = .
> ErrorTest#test_input_with_custom_error_does_not_escape_the_error_text_if_it_is_safe_using_full_error_component
>  = 0.00 s = .
> ErrorTest#test_full_error_escapes_error_text = 0.00 s = .
> ErrorTest#test_full_error_allows_passing_options_to_full_error_tag = 0.00 s = 
> .
> ErrorTest#test_input_with_custom_error_when_using_full_error_component_does_not_generate_the_error_if_there_is_no_error_on_the_attribute
>  = 0.00 s = .
> ErrorTest#test_error_does_not_generate_messages_when_object_doesn't_respond_to_errors_method
>  = 0.00 s = .
> ErrorTest#test_error_finds_errors_on_attribute_and_association = 0.00 s = .
> ErrorTest#test_full_error_can_be_disabled_setting_error_to_false = 0.00 s = .
> ErrorTest#test_input_with_custom_error_does_not_generate_the_error_if_there_is_no_error_on_the_attribute
>  = 0.00 s = .
> ErrorTest#test_input_with_custom_error_escapes_the_error_text = 0.00 s = .
> ErrorTest#test_full_error_can_be_disabled = 0.00 s = .
> ErrorTest#test_error_does_not_generate_messages_when_object_is_not_present = 
> 0.00 s = .
> ErrorTest#test_error_generates_an_error_tag_with_a_clean_HTML_when_errors_options_are_present
>  = 0.00 s = .
> ErrorTest#test_error_generates_messages_for_attribute_with_several_errors_when_using_to_sentence
>  = 0.00 s = .
> ErrorTest#test_full_error_finds_errors_on_association = 0.00 s = .
> ErrorTest#test_input_with_custom_error_does_not_escape_the_error_text_if_it_is_safe
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_with_nested_style_and_index_uses_the_right_for_attribute
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_with_nested_style_does_not_overrides_given_item_wrapper_tag
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_does_not_wrap_the_collection_by_default
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_renders_the_wrapper_tag_with_the_configured_wrapper_class
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_wraps_each_item_in_the_configured_item_wrapper_tag
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_does_not_wrap_the_collection_when_configured_with_falsy_values
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_wraps_the_collection_in_the_configured_collection_wrapper_tag
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_wrapper_class_are_not_included_when_set_to_falsey
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_that_uses_automatic_collection_translation_for_check_boxes_properly_sets_checked_values
>  = 0.01 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_with_nested_style_does_not_overrides_configured_item_wrapper_tag
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_includes_for_attribute_when_giving_as_html_option
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_with_nested_style_accepts_giving_extra_wrapper_classes
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_with_nested_style_renders_item_labels_with_specified_class
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_collection_input_with_check_boxes_type_does_not_generate_aria-required_html_attribute
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_does_not_include_for_attribute_by_default
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_allows_overriding_the_collection_wrapper_tag_at_input_level
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_custom_wrapper_class_is_included_when_include_input_wrapper_class_is_falsey
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_uses_both_configured_and_given_wrapper_classes_for_wrapper_tag
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_with_nested_style_and_falsey_input_wrapper_renders_item_labels_with_specified_class
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_does_not_wrap_items_when_configured_with_falsy_values
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_collection_input_with_check_boxes_type_does_not_generate_required_html_attribute
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_uses_both_configured_and_given_item_wrapper_classes_for_item_wrapper_tag
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_renders_the_item_wrapper_tag_with_the_configured_item_wrapper_class
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_allows_disabling_the_item_wrapper_tag_at_input_level
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_with_nested_style_and_namespace_uses_the_right_for_attribute
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_does_automatic_collection_translation_for_check_box_types_using_defaults_key
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_wraps_items_in_a_span_tag_by_default
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_allows_disabling_the_collection_wrapper_tag_at_input_level
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_respects_the_nested_boolean_style_config,_generating_nested_label_>_input
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_does_automatic_collection_translation_for_check_box_types_using_specific_object_key
>  = 0.01 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_renders_the_item_wrapper_tag_with_a_default_class_"checkbox"
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_accepts_html_options_as_the_last_element_of_collection
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_allows_giving_item_wrapper_class_at_input_level_only
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_allows_overriding_the_item_wrapper_tag_at_input_level
>  = 0.00 s = .
> CollectionCheckBoxesInputTest#test_input_check_boxes_allows_giving_wrapper_class_at_input_level_only
>  = 0.00 s = .
> ReadonlyTest#test_text_input_generates_readonly_elements_when_readonly_option_is_false
>  = 0.00 s = .
> ReadonlyTest#test_datetime_input_generates_readonly_elements_when_readonly_option_is_false
>  = 0.00 s = .
> ReadonlyTest#test_text_input_generates_readonly_elements_when_readonly_option_is_not_present
>  = 0.00 s = .
> ReadonlyTest#test_text_input_generates_readonly_elements_when_readonly_option_is_true
>  = 0.00 s = .
> ReadonlyTest#test_string_input_generates_readonly_elements_when_readonly_option_is_false
>  = 0.00 s = .
> ReadonlyTest#test_date_input_generates_readonly_elements_when_readonly_option_is_false
>  = 0.00 s = .
> ReadonlyTest#test_numeric_input_generates_readonly_elements_when_readonly_option_is_not_present
>  = 0.00 s = .
> ReadonlyTest#test_datetime_input_generates_readonly_elements_when_readonly_option_is_true
>  = 0.00 s = .
> ReadonlyTest#test_numeric_input_generates_readonly_elements_when_readonly_option_is_false
>  = 0.00 s = .
> ReadonlyTest#test_datetime_input_generates_readonly_elements_when_readonly_option_is_not_present
>  = 0.00 s = .
> ReadonlyTest#test_input_generates_readonly_attribute_when_the_field_is_readonly_and_the_object_is_persisted
>  = 0.00 s = .
> ReadonlyTest#test_date_input_generates_readonly_elements_when_readonly_option_is_true
>  = 0.00 s = .
> ReadonlyTest#test_input_does_not_generate_readonly_attribute_when_the_component_is_not_used
>  = 0.00 s = .
> ReadonlyTest#test_numeric_input_generates_readonly_elements_when_readonly_option_is_true
>  = 0.00 s = .
> ReadonlyTest#test_input_does_not_generate_readonly_attribute_when_the_field_is_not_readonly_and_the_object_is_persisted
>  = 0.00 s = .
> ReadonlyTest#test_string_input_generates_readonly_elements_when_readonly_option_is_true
>  = 0.00 s = .
> ReadonlyTest#test_date_input_generates_readonly_elements_when_readonly_option_is_not_present
>  = 0.00 s = .
> ReadonlyTest#test_input_does_not_generate_readonly_attribute_when_the_field_is_readonly_and_the_object_is_not_persisted
>  = 0.00 s = .
> ReadonlyTest#test_string_input_generates_readonly_elements_when_readonly_option_is_not_present
>  = 0.00 s = .
> SimpleFormTest#test_setup_block_configure_Simple_Form = 0.00 s = .
> SimpleFormTest#test_setup_block_yields_self = 0.00 s = .
> HiddenInputTest#test_label_does_not_be_generated_for_hidden_inputs = 0.00 s = 
> .
> HiddenInputTest#test_input_generates_a_hidden_field = 0.00 s = .
> HiddenInputTest#test_required/aria-required/optional_options_does_not_be_generated_for_hidden_inputs
>  = 0.00 s = .
> HiddenInputTest#test_hint_does_not_be_generated_for_hidden_fields = 0.00 s = .
> DateTimeInputWithHtml5Test#test_input_has_an_aria-required_html_attribute = 
> 0.00 s = .
> DateTimeInputWithHtml5Test#test_input_generates_a_date_select_for_date_attributes
>  = 0.00 s = .
> DateTimeInputWithHtml5Test#test_input_generates_a_datetime_select_for_datetime_attributes
>  = 0.00 s = .
> DateTimeInputWithHtml5Test#test_input_generates_required_html_attribute = 
> 0.00 s = .
> DateTimeInputWithHtml5Test#test_input_generates_a_time_select_for_time_attributes
>  = 0.00 s = .
> DateTimeInputWithHtml5Test#test_input_generates_a_date_input_for_date_attributes_if_HTML5_compatibility_is_explicitly_enbled
>  = 0.00 s = .
> DateTimeInputWithHtml5Test#test_input_generates_a_time_input_for_time_attributes_if_HTML5_compatibility_is_explicitly_enbled
>  = 0.00 s = .
> DateTimeInputWithHtml5Test#test_input_generates_a_datetime_input_for_datetime_attributes_if_HTML5_compatibility_is_explicitly_enbled
>  = 0.00 s = .
> ButtonTest#test_builder_creates_buttons_for_records = 0.00 s = .
> ButtonTest#test_builder_creates_buttons_with_options = 0.00 s = .
> ButtonTest#test_builder_does_not_modify_the_options_hash = 0.00 s = .
> ButtonTest#test_builder_uses_the_default_class_from_the_configuration = 0.00 
> s = .
> ButtonTest#test_allows_to_use_Rails_button_helper_when_available = 0.00 s = .
> ButtonTest#test_builder_creates_buttons = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_with_nested_style_accepts_giving_extra_wrapper_classes
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_with_nested_style_and_namespace_uses_the_right_for_attribute
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_allows_overriding_label_and_value_method_for_collections
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_allows_overriding_only_label_method_for_collections
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_does_automatic_collection_translation_and_preserve_html_markup
>  = 0.01 s = .
> CollectionRadioButtonsInputTest#test_input_radio_allows_overriding_the_item_wrapper_tag_at_input_level
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_marks_the_checked_value_when_using_boolean_and_radios
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_renders_the_item_wrapper_tag_with_the_configured_item_wrapper_class
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_does_automatic_collection_translation_for_radio_types_using_specific_object_key
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_wrapper_class_are_not_included_when_set_to_falsey
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_with_nested_style_and_falsey_input_wrapper_renders_item_labels_with_specified_class
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_as_radio_generates_internal_labels_by_default
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_allows_overriding_the_collection_wrapper_tag_at_input_level
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_allows_disabling_the_item_wrapper_tag_at_input_level
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_does_not_wrap_items_when_configured_with_falsy_values
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_wraps_the_collection_in_the_configured_collection_wrapper_tag
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_allows_overriding_label_and_value_method_using_a_lambda_for_collections
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_collection_input_with_radio_type_generates_aria-required_html_attribute
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_respects_the_nested_boolean_style_config,_generating_nested_label_>_input
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_wraps_items_in_a_span_tag_by_default
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_allows_overriding_only_value_method_for_collections
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_includes_for_attribute_when_giving_as_html_option
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_with_nested_style_does_not_overrides_configured_item_wrapper_tag
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_does_not_wrap_the_collection_by_default
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_does_not_wrap_the_collection_when_configured_with_falsy_values
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_with_nested_style_renders_item_labels_with_specified_class
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_uses_both_configured_and_given_item_wrapper_classes_for_item_wrapper_tag
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_allows_giving_item_wrapper_class_at_input_level_only
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_renders_the_wrapper_tag_with_the_configured_wrapper_class
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_allows_using_a_collection_with_text/value_arrays
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_allows_overriding_collection_for_radio_types
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_with_nested_style_does_not_overrides_given_item_wrapper_tag
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_uses_both_configured_and_given_wrapper_classes_for_wrapper_tag
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_generates_boolean_radio_buttons_by_default_for_radio_types
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_collection_input_with_radio_type_generates_required_html_attribute
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_accepts_html_options_as_the_last_element_of_collection
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_as_radio_uses_i18n_to_translate_internal_labels
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_marks_the_current_radio_value_by_default
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_renders_the_item_wrapper_tag_with_a_default_class_"radio"
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_does_automatic_collection_translation_with_keys_prefixed_with__html_and_a_string_value
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_custom_wrapper_class_is_included_when_include_input_wrapper_class_is_falsey
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_as_radio_generates_internal_labels_with_accurate_`for`_values_with_nested_boolean_style
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_does_not_include_for_attribute_by_default
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_allows_using_a_collection_with_a_Proc
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_does_automatic_collection_translation_for_radio_types_using_defaults_key
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_wraps_each_item_in_the_configured_item_wrapper_tag
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_allows_giving_wrapper_class_at_input_level_only
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_allows_disabling_the_collection_wrapper_tag_at_input_level
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_input_radio_with_nested_style_and_index_uses_the_right_for_attribute
>  = 0.00 s = .
> CollectionRadioButtonsInputTest#test_nested_label_does_not_duplicate_input_id 
> = 0.00 s = .
> HintTest#test_hint_is_generated_cleanly_with_optional_text = 0.00 s = .
> HintTest#test_hint_is_generated_with_optional_text = 0.00 s = .
> HintTest#test_hint_uses_i18n_with_lookup_for_association_name = 0.00 s = .
> HintTest#test_hint_outputs_translations_as_html_safe = 0.00 s = .
> HintTest#test_hint_is_able_to_pass_html_options = 0.00 s = .
> HintTest#test_hint_uses_the_current_component_tag_set = 0.00 s = .
> HintTest#test_hint_without_attribute_name_generates_component_tag_with_a_clean_HTML
>  = 0.00 s = .
> HintTest#test_hint_uses_i18n_with_model_and_attribute_to_lookup_translation = 
> 0.00 s = .
> HintTest#test_hint_uses_i18n_under_defaults_namespace_to_lookup_translation = 
> 0.00 s = .
> HintTest#test_builder_escapes_hint_text = 0.00 s = .
> HintTest#test_hint_uses_i18n_based_on_model,_action,_and_attribute_to_lookup_translation
>  = 0.00 s = .
> HintTest#test_hint_without_attribute_name_is_able_to_pass_html_options = 0.00 
> s = .
> HintTest#test_hint_without_attribute_name_uses_the_current_component_tag_set 
> = 0.00 s = .
> HintTest#test_hint_without_attribute_name = 0.00 s = .
> HintTest#test_hint_does_not_be_generated_by_default = 0.00 s = .
> HintTest#test_hint_is_output_as_html_safe = 0.00 s = .
> HintTest#test_hint_does_not_modify_the_options_hash = 0.00 s = .
> HintTest#test_hint_generates_properly_when_object_is_not_present = 0.00 s = .
> HintTest#test_hint_with_custom_wrappers_works = 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collection_accepts_empty_array_collection_form
>  = 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collection_accepts_hash_collection_form
>  = 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collection_accepts_html_options_as_the_last_element_of_collection
>  = 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collection_with_associations = 
> 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collections_finds_the_default_label_method_from_the_first_non-empty_object
>  = 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collection_accepts_array_collection_form
>  = 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collection_accepts_group_label_method_option
>  = 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collection_accepts_proc_as_collection
>  = 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collection_allows_overriding_label_and_value_methods_using_a_lambda
>  = 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collection_finds_default_label_methods_on_the_group_objects
>  = 0.00 s = .
> GroupedCollectionSelectInputTest#test_grouped_collection_accepts_label_and_value_methods_options
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_input_generates_a_time_select_for_time_attributes
>  = 0.01 s = .
> DateTimeInputWithoutHtml5Test#test_input_is_able_to_pass_:default_to_date_select
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_input_is_able_to_pass_options_to_time_select
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_input_generates_a_date_select_for_date_attributes
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_label_uses_i18n_to_get_target_for_date_input_type
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_label_uses_i18n_to_get_target_for_datetime_input_type
>  = 0.01 s = .
> DateTimeInputWithoutHtml5Test#test_label_uses_order_to_get_target_when_date_input_type
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_input_generates_a_datetime_input_for_datetime_attributes_if_HTML5_compatibility_is_explicitly_enabled
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_label_points_to_attribute_name_if_HTML5_compatibility_is_explicitly_enabled
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_input_is_able_to_pass_options_to_datetime_select
>  = 0.01 s = .
> DateTimeInputWithoutHtml5Test#test_input_generates_a_time_input_for_time_attributes_if_HTML5_compatibility_is_explicitly_enabled
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_input_is_able_to_pass_options_to_date_select
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_input_generates_a_date_input_for_date_attributes_if_HTML5_compatibility_is_explicitly_enabled
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_input_generates_a_datetime_select_by_default_for_datetime_attributes
>  = 0.01 s = .
> DateTimeInputWithoutHtml5Test#test_label_points_to_first_option_when_time_input_type
>  = 0.00 s = .
> DateTimeInputWithoutHtml5Test#test_label_uses_order_to_get_target_when_datetime_input_type
>  = 0.00 s = .
> FileInputTest#test_input_generates_a_file_field_that_doesn't_accept_placeholder
>  = 0.00 s = .
> FileInputTest#test_input_generates_a_file_field = 0.00 s = .
> WrapperTest#test_wrapper_does_not_have_disabled_class_by_default = 0.00 s = .
> WrapperTest#test_input_accepts_attributes_in_the_DSL = 0.00 s = .
> WrapperTest#test_uses_custom_wrapper_mapping_per_form_basis = 0.00 s = .
> WrapperTest#test_custom_wrappers_on_a_form_basis = 0.00 s = .
> WrapperTest#test_input_accepts_data_attributes_in_the_DSL = 0.00 s = .
> WrapperTest#test_inline_wrapper_displays_when_there_is_content = 0.00 s = .
> WrapperTest#test_optional_wrapper_does_not_display_when_there_is_content = 
> 0.00 s = .
> WrapperTest#test_label_accepts_attributes_in_the_DSL = 0.00 s = .
> WrapperTest#test_custom_wrappers_can_be_turned_off = 0.00 s = .
> WrapperTest#test_wrapper_adds_the_association_name_class = 0.00 s = .
> WrapperTest#test_wrapper_does_not_have_error_class_when_object_is_not_present 
> = 0.00 s = .
> WrapperTest#test_optional_wrapper_does_not_display_when_there_is_no_content = 
> 0.00 s = .
> WrapperTest#test_wrapper_does_not_generate_empty_css_class = 0.00 s = .
> WrapperTest#test_wrapper_allows_custom_options_to_be_given = 0.00 s = .
> WrapperTest#test_wrapper_does_not_have_error_class_for_attribute_without_errors
>  = 0.00 s = .
> WrapperTest#test_custom_wrappers_can_have_additional_attributes = 0.00 s = .
> WrapperTest#test_wrapper_allows_wrapper_class_to_be_given_on_demand = 0.00 s 
> = .
> WrapperTest#test_wrapper_supports_no_wrapping_when_wrapper_tag_is_false = 
> 0.00 s = .
> WrapperTest#test_custom_wrappers_works = 0.00 s = .
> WrapperTest#test_does_not_duplicate_label_classes_for_different_inputs = 0.00 
> s = .
> WrapperTest#test_label_input_accepts_attributes_in_the_DSL = 0.00 s = .
> WrapperTest#test_inline_wrapper_does_not_display_when_there_is_no_content = 
> 0.00 s = .
> WrapperTest#test_wrapper_wraps_tag_adds_required/optional_css_classes = 0.00 
> s = .
> WrapperTest#test_wrapper_skips_additional_classes_when_configured = 0.00 s = .
> WrapperTest#test_wrapper_supports_no_wrapping_when_wrapper_is_false = 0.00 s 
> = .
> WrapperTest#test_custom_wrappers_on_input_basis = 0.00 s = .
> WrapperTest#test_raise_error_when_wrapper_not_found = 0.00 s = .
> WrapperTest#test_simple_fields_form_reuses_custom_wrapper_mapping_per_form_basis
>  = 0.00 s = .
> WrapperTest#test_wrapper_adds_the_attribute_name_class = 0.00 s = .
> WrapperTest#test_wrapper_allows_tag_to_be_given_on_demand = 0.00 s = .
> WrapperTest#test_access_wrappers_with_indifferent_access = 0.00 s = .
> WrapperTest#test_wrapper_adds_hint_class_for_attribute_with_a_hint = 0.00 s = 
> .
> WrapperTest#test_wrapper_adds_the_attribute_name_class_for_nested_forms = 
> 0.00 s = .
> WrapperTest#test_uses_wrapper_for_specified_in_config_mapping = 0.00 s = .
> WrapperTest#test_wrapper_adds_error_class_for_attribute_with_errors = 0.00 s 
> = .
> WrapperTest#test_custom_wrappers_can_have_full_error_message_on_attributes = 
> 0.00 s = .
> WrapperTest#test_wrapper_has_disabled_class_when_input_is_disabled = 0.00 s = 
> .
> ErrorNotificationTest#test_error_notification_is_not_generated_when_the_object_has_no_error
>  = 0.00 s = .
> ErrorNotificationTest#test_error_notification_allows_configuring_the_wrapper_element
>  = 0.00 s = .
> ErrorNotificationTest#test_error_notification_can_contain_HTML_tags = 0.00 s 
> = .
> ErrorNotificationTest#test_error_notification_allows_passing_the_notification_message
>  = 0.00 s = .
> ErrorNotificationTest#test_error_notification_is_generated_when_the_object_has_some_error
>  = 0.00 s = .
> ErrorNotificationTest#test_error_notification_uses_I18n_based_on_model_to_generate_the_notification_message
>  = 0.00 s = .
> ErrorNotificationTest#test_error_notification_uses_I18n_fallbacking_to_default_message
>  = 0.00 s = .
> ErrorNotificationTest#test_error_notification_uses_I18n_based_on_model_to_generate_the_notification_message_and_accepts_HTML
>  = 0.00 s = .
> ErrorNotificationTest#test_error_notification_accepts_other_html_options = 
> 0.00 s = .
> ErrorNotificationTest#test_error_notification_is_not_generated_for_forms_without_objects
>  = 0.00 s = .
> NumericInputTest#test_when_not_using_HTML5_input_does_not_generate_field_with_type_number_and_use_text_instead
>  = 0.00 s = .
> NumericInputTest#test_input_infers_min_value_from_integer_attributes_with_greater_than_validation_using_symbol
>  = 0.00 s = .
> NumericInputTest#test_min_max_does_not_emit_max_value_as_bare_string = 0.00 s 
> = .
> NumericInputTest#test_decimal_input_infers_the_max_value_from_attributes_with_less_than_or_equal_to_validation
>  = 0.00 s = .
> NumericInputTest#test_float_input_infers_min_value_from_attributes_with_greater_than_or_equal_validation
>  = 0.00 s = .
> NumericInputTest#test_input_infers_min_value_from_integer_attributes_with_greater_than_or_equal_to_validation_using_proc
>  = 0.00 s = .
> NumericInputTest#test_input_infers_min_value_from_integer_attributes_with_greater_than_validation_using_proc
>  = 0.00 s = .
> NumericInputTest#test_input_infers_max_value_from_attributes_with_less_than_or_equal_to_validation_using_proc
>  = 0.00 s = .
> NumericInputTest#test_integer_input_infers_the_max_value_from_attributes_with_less_than_or_equal_to_validation
>  = 0.00 s = .
> NumericInputTest#test_input_generates_a_decimal_text_field_for_decimal_attributes_
>  = 0.00 s = .
> NumericInputTest#test_input_generates_an_integer_text_field_for_integer_attributes_
>  = 0.00 s = .
> NumericInputTest#test_input_has_step_value_of_any_except_for_integer_attribute
>  = 0.00 s = .
> NumericInputTest#test_input_infers_max_value_from_attributes_with_less_than_validation_using_symbol
>  = 0.00 s = .
> NumericInputTest#test_numeric_input_uses_i18n_to_translate_placeholder_text = 
> 0.00 s = .
> NumericInputTest#test_input_infers_max_value_from_attributes_with_less_than_validation
>  = 0.00 s = .
> NumericInputTest#test_input_does_not_generate_max_attribute_by_default = 0.00 
> s = .
> NumericInputTest#test_input_infers_min_value_from_integer_attributes_with_greater_than_validation
>  = 0.00 s = .
> NumericInputTest#test_numeric_input_accepts_the_placeholder_option = 0.00 s = 
> .
> NumericInputTest#test_when_not_using_HTML5_input_does_not_use_min_or_max_or_step_attributes
>  = 0.00 s = .
> NumericInputTest#test_input_infers_min_value_from_integer_attributes_with_greater_than_or_equal_to_validation_using_symbol
>  = 0.00 s = .
> NumericInputTest#test_input_does_not_generate_min_attribute_by_default = 0.00 
> s = .
> NumericInputTest#test_input_generates_a_float_text_field_for_float_attributes_
>  = 0.00 s = .
> NumericInputTest#test_integer_input_infers_min_value_from_attributes_with_greater_than_or_equal_validation
>  = 0.00 s = .
> NumericInputTest#test_numeric_input_does_not_generate_placeholder_by_default 
> = 0.00 s = .
> NumericInputTest#test_decimal_input_infers_min_value_from_attributes_with_greater_than_or_equal_validation
>  = 0.00 s = .
> NumericInputTest#test_float_input_infers_the_max_value_from_attributes_with_less_than_or_equal_to_validation
>  = 0.00 s = .
> NumericInputTest#test_input_infers_max_value_from_attributes_with_less_than_or_equal_to_validation_using_symbol
>  = 0.00 s = .
> NumericInputTest#test_input_infers_max_value_from_attributes_with_less_than_validation_using_proc
>  = 0.00 s = .
> SimpleFormGeneratorTest#test_generates_the_scaffold_template_when_using_erb = 
> 0.01 s = .
> SimpleFormGeneratorTest#test_generates_the_scaffold_template_when_using_slim 
> = 0.00 s = .
> SimpleFormGeneratorTest#test_generates_the_simple_form_initializer_with_the_bootstrap_wrappers
>  = 0.01 s = .
> SimpleFormGeneratorTest#test_generates_the_simple_form_initializer = 0.00 s = 
> .
> SimpleFormGeneratorTest#test_generates_the_simple_form_initializer_with_the_foundation_wrappers
>  = 0.01 s = .
> SimpleFormGeneratorTest#test_generates_example_locale_file = 0.00 s = .
> SimpleFormGeneratorTest#test_generates_the_scaffold_template_when_using_haml 
> = 0.00 s = .
> DiscoveryTest#test_builder_discovers_new_inputs_from_internal_fallbacks_if_not_cached
>  = 0.00 s = .
> DiscoveryTest#test_builder_discovers_new_maped_inputs_from_configured_namespaces_before_the_ones_from_top_level_namespace
>  = 0.00 s = .
> DiscoveryTest#test_builder_does_not_discover_new_inputs_if_cached = 0.00 s = .
> DiscoveryTest#test_builder_discovers_new_inputs_from_mappings_if_not_cached = 
> 0.00 s = .
> DiscoveryTest#test_builder_does_not_discover_new_inputs_if_discovery_is_off = 
> 0.00 s = .
> DiscoveryTest#test_builder_discovers_new_custom_inputs_from_configured_namespace_before_the_ones_from_top_level_namespace
>  = 0.00 s = .
> DiscoveryTest#test_builder_discovers_new_maped_inputs_from_configured_namespaces_if_not_cached
>  = 0.00 s = .
> DiscoveryTest#test_inputs_method_without_wrapper_options_are_deprecated = 
> 0.00 s = .
> DiscoveryTest#test_raises_error_when_configured_namespace_does_not_exists = 
> 0.00 s = .
> DiscoveryTest#test_builder_discovers_new_inputs = 0.00 s = .
> DiscoveryTest#test_new_inputs_can_override_the_input_html_options = 0.00 s = .
> RequiredTest#test_builder_input_allows_overriding_required_when_ActiveModel::Validations_is_included
>  = 0.00 s = .
> RequiredTest#test_builder_input_does_not_be_required_by_default_when_ActiveModel::Validations_is_not_included_if_option_is_set_to_false
>  = 0.00 s = .
> RequiredTest#test_builder_input_obtains_required_from_ActiveModel::Validations_when_it_is_included
>  = 0.00 s = .
> RequiredTest#test_when_not_using_browser_validations,_input_does_not_generate_required_html_attribute
>  = 0.00 s = .
> RequiredTest#test_builder_input_is_required_when_validation_is_on_save = 0.00 
> s = .
> RequiredTest#test_when_not_the_required_component_the_input_does_not_have_the_required_attribute_but_has_the_required_class
>  = 0.00 s = .
> RequiredTest#test_builder_input_allows_disabling_required_when_ActiveModel::Validations_is_not_included
>  = 0.00 s = .
> RequiredTest#test_builder_input_is_required_when_validation_is_on_create_and_is_not_persisted
>  = 0.00 s = .
> RequiredTest#test_builder_input_is_required_when_validation_is_on_update_and_is_persisted
>  = 0.00 s = .
> RequiredTest#test_builder_input_does_not_be_required_when_ActiveModel::Validations_is_included_and_if_option_is_present
>  = 0.00 s = .
> RequiredTest#test_builder_input_does_not_generate_required_html_attribute_when_option_is_set_to_false_when_it_is_set_to_true_in_wrapper
>  = 0.00 s = .
> RequiredTest#test_builder_input_does_not_be_required_when_validation_is_on_create_and_is_persisted
>  = 0.00 s = .
> RequiredTest#test_builder_input_does_not_be_required_when_ActiveModel::Validations_is_included_and_unless_option_is_present
>  = 0.00 s = .
> RequiredTest#test_builder_input_does_not_be_required_when_validation_is_on_update_and_is_not_persisted
>  = 0.00 s = .
> RequiredTest#test_builder_input_is_required_by_default_when_ActiveModel::Validations_is_not_included
>  = 0.00 s = .
> BuilderTest#test_fields_for_with_a_hash_like_model_yeilds_an_instance_of_FormBuilder
>  = 0.00 s = .
> BuilderTest#test_collection_radio_with_block_helpers_does_not_leak_the_template
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_accepts_a_block_to_change_the_order_of_label_and_check_box
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_wrap_items_in_a_span_tag_by_default = 
> 0.00 s = .
> BuilderTest#test_collection_radio_wrap_items_in_a_span_tag_by_default = 0.00 
> s = .
> BuilderTest#test_collection_check_boxes_uses_no_class_for_collection_wrapper_tag_when_no_wrapper_tag_is_given
>  = 0.00 s = .
> BuilderTest#test_collection_radio_sanitizes_collection_values_for_labels_correctly
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_with_block_helpers_allows_access_to_the_current_object_item_in_the_collection_to_access_extra_properties
>  = 0.00 s = .
> BuilderTest#test_fields_for_yields_an_instance_of_FormBuilder_if_it_was_set_in_options
>  = 0.00 s = .
> BuilderTest#test_collection_radio_checks_the_correct_value_to_local_variables 
> = 0.00 s = .
> BuilderTest#test_simple_fields_for_is_available_and_yields_an_instance_of_FormBuilder
>  = 0.00 s = .
> BuilderTest#test_collection_radio_accepts_a_collection_and_generate_inputs_from_value_method
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_accepts_selected_values_as_:checked_option
>  = 0.00 s = .
> BuilderTest#test_collection_radio_uses_no_class_for_item_wrapper_tag_by_default
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_does_not_render_any_wrapper_tag_by_default
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_checks_the_correct_value_to_local_variables
>  = 0.00 s = .
> BuilderTest#test_collection_radio_uses_the_given_class_for_collection_wrapper_tag
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_accepts_html_options = 0.00 s = .
> BuilderTest#test_collection_check_box_accepts_selected_values_as_:checked_option_and_override_the_model_values
>  = 0.00 s = .
> BuilderTest#test_collection_radio_uses_no_class_for_item_wrapper_tag_when_no_wrapper_tag_is_given
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_uses_the_given_class_for_collection_wrapper_tag
>  = 0.00 s = .
> BuilderTest#test_collection_radio_handles_camelized_collection_values_for_labels_correctly
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_accepts_multiple_disabled_items = 0.00 
> s = .
> BuilderTest#test_collection_check_boxes_uses_no_class_for_item_wrapper_tag_when_no_wrapper_tag_is_given
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_accepts_a_proc_to_disabled_items = 0.00 
> s = .
> BuilderTest#test_collection_check_boxes_with_block_helpers_does_not_leak_the_template
>  = 0.00 s = .
> BuilderTest#test_collection_radio_does_not_wrap_input_inside_the_label = 0.00 
> s = .
> BuilderTest#test_collection_radio_accepts_checked_item_which_has_a_value_of_false
>  = 0.00 s = .
> BuilderTest#test_collection_radio_uses_no_class_for_collection_wrapper_tag_when_no_wrapper_tag_is_given
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_with_fields_for = 0.00 s = .
> BuilderTest#test_collection_radio_uses_the_given_class_for_item_wrapper_tag = 
> 0.00 s = .
> BuilderTest#test_collection_radio_does_not_wrap_each_item_when_given_explicitly_falsy_value
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_accepts_a_block_to_render_the_label_as_check_box_wrapper
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_accepts_selected_string_values_as_:checked_option
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_accepts_a_collection_and_generate_a_serie_of_checkboxes_with_labels_for_label_method
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_accepts_single_disable_item = 0.00 s = .
> BuilderTest#test_collection_check_box_sanitizes_collection_values_for_labels_correctly
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_uses_the_given_class_for_item_wrapper_tag
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_does_not_wrap_each_item_when_given_explicitly_falsy_value
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_uses_no_class_for_collection_wrapper_tag_by_default
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_does_not_wrap_the_collection_when_given_falsy_values
>  = 0.00 s = .
> BuilderTest#test_collection_radio_wraps_each_item_in_the_given_item_wrapper_tag
>  = 0.00 s = .
> BuilderTest#test_collection_check_boxes_with_block_helpers_accept_extra_html_options
>  = 0.00 s = .
> BuilderTest#test_collection_radio_does_not_render_any_wrapper_tag_by_default 
> = 0.00 s = .
> BuilderTest#test_collection_check_boxes_with_block_helpers_allows_access_to_current_text_and_value
>  = 0.00 s = .
> BuilderTest#test_collection_radio_accepts_a_collection_and_generate_inputs_from_label_method
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_handles_camelized_collection_values_for_labels_correctly
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_does_not_wrap_input_inside_the_label = 
> 0.00 s = .
> BuilderTest#test_collection_check_boxes_wraps_the_collection_in_the_given_collection_wrapper_tag
>  = 0.00 s = .
> BuilderTest#test_collection_radio_accepts_a_block_to_change_the_order_of_label_and_radio_button
>  = 0.00 s = .
> BuilderTest#test_collection_radio_uses_no_class_for_collection_wrapper_tag_by_default
>  = 0.00 s = .
> BuilderTest#test_collection_radio_with_block_helpers_allows_access_to_current_text_and_value
>  = 0.00 s = .
> BuilderTest#test_collection_radio_accepts_a_block_to_render_the_label_as_radio_button_wrapper
>  = 0.00 s = .
> BuilderTest#test_collection_radio_with_block_helpers_allows_access_to_the_current_object_item_in_the_collection_to_access_extra_properties
>  = 0.00 s = .
> BuilderTest#test_fields_inherits_wrapper_option_from_the_parent_form = 0.00 s 
> = .
> BuilderTest#test_collection_check_boxes_wraps_each_item_in_the_given_item_wrapper_tag
>  = 0.00 s = .
> BuilderTest#test_collection_radio_accepts_checked_item = 0.00 s = .
> BuilderTest#test_collection_radio_accepts_html_options_as_input = 0.00 s = .
> BuilderTest#test_collection_check_box_generates_only_one_hidden_field_for_the_entire_collection,_to_ensure_something_will_be_sent_back_to_the_server_when_posting_an_empty_collection
>  = 0.00 s = .
> BuilderTest#test_fields_for_yields_an_instance_of_CustomBuilder_if_main_builder_is_a_CustomBuilder
>  = 0.00 s = .
> BuilderTest#test_collection_radio_wraps_the_collection_in_the_given_collection_wrapper_tag
>  = 0.00 s = .
> BuilderTest#test_fields_overrides_wrapper_option_from_the_parent_form = 0.00 
> s = .
> BuilderTest#test_collection_check_box_accepts_a_collection_and_generate_a_serie_of_checkboxes_for_value_method
>  = 0.00 s = .
> BuilderTest#test_collection_radio_accepts_multiple_disabled_items = 0.00 s = .
> BuilderTest#test_collection_radio_with_block_helpers_accept_extra_html_options
>  = 0.00 s = .
> BuilderTest#test_collection_radio_accepts_single_disable_item = 0.00 s = .
> BuilderTest#test_collection_check_boxes_uses_no_class_for_item_wrapper_tag_by_default
>  = 0.00 s = .
> BuilderTest#test_collection_check_box_accepts_a_single_checked_value = 0.00 s 
> = .
> BuilderTest#test_collection_radio_does_not_wrap_the_collection_when_given_falsy_values
>  = 0.00 s = .
> StringInputTest#test_input_strips_extra_spaces_from_class_html_attribute_when_giving_a_custom_class
>  = 0.00 s = .
> StringInputTest#test_input_infers_pattern_from_attributes = 0.00 s = .
> StringInputTest#test_input_infers_maxlength_column_definition_from_validation_when_present
>  = 0.00 s = .
> StringInputTest#test_input_allows_type_url = 0.00 s = .
> StringInputTest#test_input_does_not_infer_pattern_from_attributes_if_root_default_is_false
>  = 0.00 s = .
> StringInputTest#test_input_generates_a_password_field_for_password_attributes_that_accept_placeholder
>  = 0.00 s = .
> StringInputTest#test_input_gets_maxlength_from_validation_when_:is_option_present
>  = 0.00 s = .
> StringInputTest#test_input_does_not_allow_type_url_if_HTML5_compatibility_is_disabled
>  = 0.00 s = .
> StringInputTest#test_input_does_not_use_pattern_if_model_has_:without_validation_option
>  = 0.00 s = .
> StringInputTest#test_input_does_not_allow_type_search_if_HTML5_compatibility_is_disabled
>  = 0.00 s = .
> StringInputTest#test_input_maxlength_is_the_column_limit_plus_one_to_make_room_for_decimal_point
>  = 0.00 s = .
> StringInputTest#test_input_does_not_get_maxlength_from_column_without_size_definition_for_string_attributes
>  = 0.00 s = .
> StringInputTest#test_input_uses_custom_i18n_scope_to_translate_placeholder_text
>  = 0.00 s = .
> StringInputTest#test_input_allows_type_email = 0.00 s = .
> StringInputTest#test_input_accepts_the_placeholder_option = 0.00 s = .
> StringInputTest#test_input_infers_pattern_from_attributes_using_proc = 0.00 s 
> = .
> StringInputTest#test_input_allows_type_tel = 0.00 s = .
> StringInputTest#test_input_allows_type_search = 0.00 s = .
> StringInputTest#test_input_gets_maxlength_from_column_definition_for_password_attributes
>  = 0.00 s = .
> StringInputTest#test_input_gets_maxlength_from_column_definition_for_string_attributes
>  = 0.00 s = .
> StringInputTest#test_input_uses_given_pattern_from_attributes = 0.00 s = .
> StringInputTest#test_input_uses_i18n_to_translate_placeholder_text = 0.00 s = 
> .
> StringInputTest#test_input_does_not_infer_pattern_from_attributes_by_default 
> = 0.00 s = .
> StringInputTest#test_input_generates_a_password_field_for_password_attributes 
> = 0.00 s = .
> StringInputTest#test_input_does_not_allow_type_tel_if_HTML5_compatibility_is_disabled
>  = 0.00 s = .
> StringInputTest#test_input_does_not_generate_placeholder_by_default = 0.00 s 
> = .
> StringInputTest#test_input_does_not_allow_type_email_if_HTML5_compatibility_is_disabled
>  = 0.00 s = .
> StringInputTest#test_input_maps_text_field_to_string_attribute = 0.00 s = .
> StringInputTest#test_input_does_not_get_maxlength_from_validation_when_tokenizer_present
>  = 0.00 s = .
> StringInputTest#test_input_strips_extra_spaces_from_class_html_attribute_with_default_classes
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_sets_the_correct_value_when_using_a_collection_that_includes_floats
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_translates_prompt_with_a_default = 0.00 
> s = .
> CollectionSelectInputTest#test_input_does_not_translate_include_blank_when_set_to_false
>  = 0.01 s = .
> CollectionSelectInputTest#test_input_does_not_set_include_blank_if_otherwise_is_told
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_marks_the_selected_value_when_using_booleans_and_select
>  = 0.00 s = .
> CollectionSelectInputTest#test_collection_input_with_select_type_generates_required_html_attribute_only_with_blank_option_or_prompt
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_does_not_translate_prompt_when_set_to_false
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_allows_overriding_collection_for_select_types
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_as_select_uses_i18n_to_translate_select_boolean_options
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_does_not_translate_prompt_when_set_to_a_string
>  = 0.00 s = .
> CollectionSelectInputTest#test_with_a_blank_option,_a_collection_input_of_type_select_has_an_aria-required_html_attribute
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_automatically_sets_include_blank = 0.00 
> s = .
> CollectionSelectInputTest#test_input_includes_a_blank_option_even_if_:include_blank_is_set_to_false_if_the_collection_includes_a_nil_value
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_allows_overriding_only_label_but_not_value_method_using_a_lambda_for_collection_select
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_marks_the_selected_value_also_when_using_integers
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_allows_overriding_only_value_but_not_label_method_using_a_lambda_for_collection_select
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_allows_a_non_lambda_selected_option_with_lambda_label_method_for_collection_select
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_detects_label_and_value_on_collections = 
> 0.00 s = .
> CollectionSelectInputTest#test_input_allows_disabled_and_label_method_with_lambdas_for_collection_select
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_does_not_disable_the_anothers_components_when_the_option_is_a_object
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_translates_include_blank_with_a_default 
> = 0.00 s = .
> CollectionSelectInputTest#test_input_does_not_set_include_blank_if_prompt_is_given
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_generates_a_boolean_select_with_options_by_default_for_select_types
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_does_not_translate_include_blank_when_set_to_true
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_does_not_translate_include_blank_when_set_to_a_string
>  = 0.00 s = .
> CollectionSelectInputTest#test_without_a_blank_option,_a_collection_input_of_type_select_does_not_have_an_aria-required_html_attribute
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_does_automatic_collection_translation_for_select_types_using_defaults_key
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_does_not_translate_include_blank_when_automatically_set
>  = 0.01 s = .
> CollectionSelectInputTest#test_collection_input_with_select_type_with_multiple_attribute_generates_required_html_attribute_with_blank_option
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_accepts_html_options_as_the_last_element_of_collection
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_sets_the_correct_values_when_using_a_collection_that_uses_mixed_values
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_uses_Rails_prompt_translation_as_a_fallback
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_allows_symbols_for_collections = 0.00 s 
> = .
> CollectionSelectInputTest#test_collection_input_with_select_type_generates_required_html_attribute_only_with_blank_option
>  = 0.00 s = .
> CollectionSelectInputTest#test_without_a_blank_option_and_with_a_multiple_option,_a_collection_input_of_type_select_has_an_aria-required_html_attribute
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_translates_prompt_when_set_to_:translate 
> = 0.00 s = .
> CollectionSelectInputTest#test_input_does_automatic_collection_translation_for_select_types_using_specific_object_key
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_does_not_override_default_selection_through_attribute_value_with_label_method_as_lambda_for_collection_select
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_translates_include_blank_when_set_to_:translate
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_allows_a_non_lambda_disabled_option_with_lambda_label_method_for_collections
>  = 0.00 s = .
> CollectionSelectInputTest#test_with_a_blank_option_and_a_multiple_option,_a_collection_input_of_type_select_has_an_aria-required_html_attribute
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_allows_disabled_options_with_a_lambda_for_collection_select
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_allows_selected_and_label_method_with_lambdas_for_collection_select
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_disables_the_anothers_components_when_the_option_is_a_object
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_allows_overriding_label_and_value_method_using_a_lambda_for_collection_selects
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_marks_the_selected_value_by_default = 
> 0.00 s = .
> CollectionSelectInputTest#test_collection_input_with_select_type_does_not_generate_required_html_attribute_without_blank_option
>  = 0.00 s = .
> CollectionSelectInputTest#test_input_does_not_set_include_blank_if_multiple_is_given
>  = 0.00 s = .
> CollectionSelectInputTest#test_collection_input_with_select_type_with_multiple_attribute_generates_required_html_attribute_without_blank_option
>  = 0.00 s = .
> 
> Finished in 1.630431s, 447.7343 runs/s, 780.7751 assertions/s.
> 
>   1) Skipped:
> PriorityInputTest#test_input_generates_a_country_select_field 
> [/<<PKGBUILDDIR>>/test/inputs/priority_input_test.rb:6]:
> country_select not in Debian yet
> 
> 
>   2) Error:
> PriorityInputTest#test_input_generates_a_time_zone_select_field_with_default:
> TZInfo::DataSourceNotFound: No source of timezone data could be found.
> Please refer to http://tzinfo.github.io/datasourcenotfound for help resolving 
> this error.
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:182:in `rescue in 
> create_default_data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:179:in 
> `create_default_data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:40:in `block in get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:39:in `synchronize'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:39:in `get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:629:in `data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:92:in `get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone_proxy.rb:67:in `real_timezone'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone_proxy.rb:30:in `period_for_utc'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:549:in `current_period'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:281:in 
> `utc_offset'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in 
> `block in []'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in `tap'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in `[]'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `block in zones_map'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `each_key'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `zones_map'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:224:in `all'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:571:in 
> `time_zone_options_for_select'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/tags/time_zone_select.rb:14:in 
> `render'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:291:in 
> `time_zone_select'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:813:in 
> `time_zone_select'
>     /<<PKGBUILDDIR>>/lib/simple_form/inputs/priority_input.rb:7:in `input'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:28:in `call'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:28:in 
> `deprecated_component'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:14:in 
> `label_input'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/leaf.rb:19:in `call'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/leaf.rb:19:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:28:in `block in render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:26:in `each'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:26:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/root.rb:15:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/form_builder.rb:116:in `input'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:226:in `block in 
> with_input_for'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:38:in 
> `block in capture'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:202:in 
> `with_output_buffer'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:38:in 
> `capture'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/form_helper.rb:444:in 
> `form_for'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:26:in 
> `block in simple_form_for'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:45:in 
> `with_simple_form_field_error_proc'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:25:in 
> `simple_form_for'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:203:in 
> `with_concat_form_for'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:225:in `with_input_for'
>     /<<PKGBUILDDIR>>/test/inputs/priority_input_test.rb:29:in `block in 
> <class:PriorityInputTest>'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels) in 
> run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels) in 
> run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:348:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:799:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:322:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block (2 levels) in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `each'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:348:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:335:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:308:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `block in __run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `map'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `__run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:135:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:62:in `block in autorun'
> 
> 
>   3) Skipped:
> PriorityInputTest#test_priority_input_does_not_generate_invalid_aria-required_html_attribute
>  [/<<PKGBUILDDIR>>/test/inputs/priority_input_test.rb:48]:
> country_select not in Debian yet
> 
> 
>   4) Error:
> PriorityInputTest#test_input_generates_a_time_zone_select_field:
> TZInfo::DataSourceNotFound: No source of timezone data could be found.
> Please refer to http://tzinfo.github.io/datasourcenotfound for help resolving 
> this error.
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:182:in `rescue in 
> create_default_data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:179:in 
> `create_default_data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:40:in `block in get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:39:in `synchronize'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:39:in `get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:629:in `data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:92:in `get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone_proxy.rb:67:in `real_timezone'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone_proxy.rb:30:in `period_for_utc'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:549:in `current_period'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:281:in 
> `utc_offset'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in 
> `block in []'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in `tap'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in `[]'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `block in zones_map'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `each_key'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `zones_map'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:224:in `all'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:571:in 
> `time_zone_options_for_select'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/tags/time_zone_select.rb:14:in 
> `render'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:291:in 
> `time_zone_select'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:813:in 
> `time_zone_select'
>     /<<PKGBUILDDIR>>/lib/simple_form/inputs/priority_input.rb:7:in `input'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:28:in `call'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:28:in 
> `deprecated_component'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:14:in 
> `label_input'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/leaf.rb:19:in `call'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/leaf.rb:19:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:28:in `block in render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:26:in `each'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:26:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/root.rb:15:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/form_builder.rb:116:in `input'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:226:in `block in 
> with_input_for'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:38:in 
> `block in capture'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:202:in 
> `with_output_buffer'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:38:in 
> `capture'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/form_helper.rb:444:in 
> `form_for'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:26:in 
> `block in simple_form_for'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:45:in 
> `with_simple_form_field_error_proc'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:25:in 
> `simple_form_for'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:203:in 
> `with_concat_form_for'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:225:in `with_input_for'
>     /<<PKGBUILDDIR>>/test/inputs/priority_input_test.rb:22:in `block in 
> <class:PriorityInputTest>'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels) in 
> run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels) in 
> run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:348:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:799:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:322:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block (2 levels) in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `each'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:348:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:335:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:308:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `block in __run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `map'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `__run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:135:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:62:in `block in autorun'
> 
> 
>   5) Error:
> PriorityInputTest#test_input_generates_a_time_zone_select_using_options_priority:
> TZInfo::DataSourceNotFound: No source of timezone data could be found.
> Please refer to http://tzinfo.github.io/datasourcenotfound for help resolving 
> this error.
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:182:in `rescue in 
> create_default_data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:179:in 
> `create_default_data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:40:in `block in get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:39:in `synchronize'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:39:in `get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:629:in `data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:92:in `get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone_proxy.rb:67:in `real_timezone'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone_proxy.rb:30:in `period_for_utc'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:549:in `current_period'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:281:in 
> `utc_offset'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in 
> `block in []'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in `tap'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in `[]'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `block in zones_map'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `each_key'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `zones_map'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:224:in `all'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:571:in 
> `time_zone_options_for_select'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/tags/time_zone_select.rb:14:in 
> `render'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:291:in 
> `time_zone_select'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:813:in 
> `time_zone_select'
>     /<<PKGBUILDDIR>>/lib/simple_form/inputs/priority_input.rb:7:in `input'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:28:in `call'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:28:in 
> `deprecated_component'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:14:in 
> `label_input'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/leaf.rb:19:in `call'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/leaf.rb:19:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:28:in `block in render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:26:in `each'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:26:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/root.rb:15:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/form_builder.rb:116:in `input'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:226:in `block in 
> with_input_for'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:38:in 
> `block in capture'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:202:in 
> `with_output_buffer'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:38:in 
> `capture'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/form_helper.rb:444:in 
> `form_for'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:26:in 
> `block in simple_form_for'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:45:in 
> `with_simple_form_field_error_proc'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:25:in 
> `simple_form_for'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:203:in 
> `with_concat_form_for'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:225:in `with_input_for'
>     /<<PKGBUILDDIR>>/test/inputs/priority_input_test.rb:35:in `block in 
> <class:PriorityInputTest>'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels) in 
> run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels) in 
> run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:348:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:799:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:322:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block (2 levels) in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `each'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:348:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:335:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:308:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `block in __run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `map'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `__run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:135:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:62:in `block in autorun'
> 
> 
>   6) Skipped:
> PriorityInputTest#test_priority_input_does_not_generate_invalid_required_html_attribute
>  [/<<PKGBUILDDIR>>/test/inputs/priority_input_test.rb:41]:
> country_select not in Debian yet
> 
> 
>   7) Skipped:
> PriorityInputTest#test_input_generates_a_country_select_with_SimpleForm_default
>  [/<<PKGBUILDDIR>>/test/inputs/priority_input_test.rb:14]:
> country_select not in Debian yet
> 
> 
>   8) Skipped:
> FormBuilderTest#test_builder_generates_country_fields_for_columns_that_matches_country
>  [/<<PKGBUILDDIR>>/test/form_builder/general_test.rb:151]:
> country_select not in Debian yet
> 
> 
>   9) Error:
> FormBuilderTest#test_builder_generates_time_zone_fields_for_columns_that_matches_time_zone:
> TZInfo::DataSourceNotFound: No source of timezone data could be found.
> Please refer to http://tzinfo.github.io/datasourcenotfound for help resolving 
> this error.
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:182:in `rescue in 
> create_default_data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:179:in 
> `create_default_data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:40:in `block in get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:39:in `synchronize'
>     /usr/lib/ruby/vendor_ruby/tzinfo/data_source.rb:39:in `get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:629:in `data_source'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:92:in `get'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone_proxy.rb:67:in `real_timezone'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone_proxy.rb:30:in `period_for_utc'
>     /usr/lib/ruby/vendor_ruby/tzinfo/timezone.rb:549:in `current_period'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:281:in 
> `utc_offset'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in 
> `block in []'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in `tap'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:243:in `[]'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `block in zones_map'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `each_key'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:229:in 
> `zones_map'
>     /usr/lib/ruby/vendor_ruby/active_support/values/time_zone.rb:224:in `all'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:571:in 
> `time_zone_options_for_select'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/tags/time_zone_select.rb:14:in 
> `render'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:291:in 
> `time_zone_select'
>     
> /usr/lib/ruby/vendor_ruby/action_view/helpers/form_options_helper.rb:813:in 
> `time_zone_select'
>     /<<PKGBUILDDIR>>/lib/simple_form/inputs/priority_input.rb:7:in `input'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:28:in `call'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:28:in 
> `deprecated_component'
>     /<<PKGBUILDDIR>>/lib/simple_form/components/label_input.rb:14:in 
> `label_input'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/leaf.rb:19:in `call'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/leaf.rb:19:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:28:in `block in render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:26:in `each'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/many.rb:26:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/wrappers/root.rb:15:in `render'
>     /<<PKGBUILDDIR>>/lib/simple_form/form_builder.rb:116:in `input'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:220:in `block in 
> with_form_for'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:38:in 
> `block in capture'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:202:in 
> `with_output_buffer'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/capture_helper.rb:38:in 
> `capture'
>     /usr/lib/ruby/vendor_ruby/action_view/helpers/form_helper.rb:444:in 
> `form_for'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:26:in 
> `block in simple_form_for'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:45:in 
> `with_simple_form_field_error_proc'
>     
> /<<PKGBUILDDIR>>/lib/simple_form/action_view_extensions/form_helper.rb:25:in 
> `simple_form_for'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:203:in 
> `with_concat_form_for'
>     /<<PKGBUILDDIR>>/test/support/misc_helpers.rb:219:in `with_form_for'
>     /<<PKGBUILDDIR>>/test/form_builder/general_test.rb:157:in `block in 
> <class:FormBuilderTest>'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:107:in `block (3 levels) in 
> run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:204:in `capture_exceptions'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:104:in `block (2 levels) in 
> run'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:255:in `time_it'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:103:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:348:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:275:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest/test.rb:102:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:799:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:322:in `run_one_method'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:310:in `block (2 levels) in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `each'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:309:in `block in run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:348:in `on_signal'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:335:in `with_info_handler'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:308:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `block in __run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `map'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:158:in `__run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:135:in `run'
>     /usr/lib/ruby/vendor_ruby/minitest.rb:62:in `block in autorun'
> 
> 730 runs, 1273 assertions, 0 failures, 4 errors, 5 skips
> rake aborted!
> Command failed with status (1): [ruby -I"test"  
> "/usr/lib/ruby/vendor_ruby/rake/rake_test_loader.rb" 
> "test/action_view_extensions/builder_test.rb" 
> "test/action_view_extensions/form_helper_test.rb" 
> "test/components/label_test.rb" "test/form_builder/association_test.rb" 
> "test/form_builder/button_test.rb" 
> "test/form_builder/error_notification_test.rb" 
> "test/form_builder/error_test.rb" "test/form_builder/general_test.rb" 
> "test/form_builder/hint_test.rb" "test/form_builder/input_field_test.rb" 
> "test/form_builder/label_test.rb" "test/form_builder/wrapper_test.rb" 
> "test/generators/simple_form_generator_test.rb" 
> "test/inputs/boolean_input_test.rb" 
> "test/inputs/collection_check_boxes_input_test.rb" 
> "test/inputs/collection_radio_buttons_input_test.rb" 
> "test/inputs/collection_select_input_test.rb" 
> "test/inputs/datetime_input_test.rb" "test/inputs/disabled_test.rb" 
> "test/inputs/discovery_test.rb" "test/inputs/file_input_test.rb" 
> "test/inputs/general_test.rb" 
> "test/inputs/grouped_collection_select_input_test.rb" 
> "test/inputs/hidden_input_test.rb" "test/inputs/numeric_input_test.rb" 
> "test/inputs/priority_input_test.rb" "test/inputs/readonly_test.rb" 
> "test/inputs/required_test.rb" "test/inputs/string_input_test.rb" 
> "test/inputs/text_input_test.rb" "test/simple_form_test.rb" -v]
> 
> Tasks: TOP => default
> (See full trace by running task with --trace)
> ERROR: Test "ruby2.3" failed.

If the failure looks somehow time/timezone related:
Note that this rebuild was performed without the 'tzdata' package
installed in the chroot. tzdata used be (transitively) part of
build-essential, but it no longer is. If this package requires it to
build, it should be added to build-depends. For the release team's
opinion on this, see
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836940#185

If the failure looks LSB-related:
similarly to tzdata, lsb-base is not installed in the build chroot.

The full build log is available from:
   http://aws-logs.debian.net/2016/10/01/ruby-simple-form_3.2.0-1_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: ruby-tzinfo
Source-Version: 1.2.2-2

We believe that the bug you reported is fixed in the latest version of
ruby-tzinfo, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 839...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Hleb Valoshka <375...@gmail.com> (supplier of updated ruby-tzinfo package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 02 Oct 2016 10:20:55 +0300
Source: ruby-tzinfo
Binary: ruby-tzinfo
Architecture: source all
Version: 1.2.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<pkg-ruby-extras-maintain...@lists.alioth.debian.org>
Changed-By: Hleb Valoshka <375...@gmail.com>
Description:
 ruby-tzinfo - Daylight-savings aware timezone library
Closes: 839407
Changes:
 ruby-tzinfo (1.2.2-2) unstable; urgency=medium
 .
   [ Cédric Boutillier ]
   * Bump debhelper compatibility level to 9
   * Remove version in the gem2deb build-dependency
   * Use https:// in Vcs-* fields
   * Run wrap-and-sort on packaging files
 .
   [ Hleb Valoshka ]
   * Bump Standards-Version to 3.9.8 (no changes)
   * Add tzdata to dependencies (Closes: #839407)
Checksums-Sha1:
 1973be82a79df795ebe06db21ea5e0649e9fc16a 2029 ruby-tzinfo_1.2.2-2.dsc
 c630e3f8453bd015394ba277deb9a1bb0ec32451 3200 ruby-tzinfo_1.2.2-2.debian.tar.xz
 d9d86cd801d5efd51b1f79b05b1d211c9aec4d22 42924 ruby-tzinfo_1.2.2-2_all.deb
Checksums-Sha256:
 ff4086cfc3766ec37f6a8ee10a93620bfe35733da9588130f5c402bdcd47e699 2029 
ruby-tzinfo_1.2.2-2.dsc
 89de5dfd1babe04305e2c46766ef3a9c2cac536f1d1a6c50c6172332150fee63 3200 
ruby-tzinfo_1.2.2-2.debian.tar.xz
 28057f76a2fc5ed503cf116fecc3cd2babe80308ff0052881451f9345500bde6 42924 
ruby-tzinfo_1.2.2-2_all.deb
Files:
 70916b0d83fa91936f17cf3e40a66822 2029 ruby optional ruby-tzinfo_1.2.2-2.dsc
 e55db5ace9ff28524bce3bfb2e578fb9 3200 ruby optional 
ruby-tzinfo_1.2.2-2.debian.tar.xz
 4f2da44aaba81b1f4710374ba35b01c6 42924 ruby optional 
ruby-tzinfo_1.2.2-2_all.deb

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCAAGBQJX8h9wAAoJEFwT1tuTBS4DZ8oP/RAScOW3layM74aRwG3WIHgw
fL2/5g1TvcUlSEbDsaGzAwZBvnYzuSba1C8GzsTjKPFcY1DEfxUW8+dhMsi/+KOi
mUyh3bYPenM9H+Yzf/409wufeUxYRxeSE73HMZBcx8dPv2PFjr+H4iHzDV42c4vj
OzzDbE9Ul+NroJOMTfTVO14pkLe3dm9bYAQvUJkGJoixUe0G8LzuBae/0BD5rpUK
BNR1GQxdFevWUEy5dekrMYfkEgeCQDb7ldJimXa0Gf1R3XRQ1g5fuexoR5fawrSr
YV/kdk6XCw+PpYOGyjrS3AJjoE0ezgcvqQhknSWDhyvSj/RB9FxNoMEOaFn7uOpl
SO2PVkSf8whGXIOJxIEI6EauLzgJcpWvvBuzeNiu+N5eIWA1pDrMjSU4GbT0HlXW
YeCq29LSLMN35fyzfdcVqjfFiDlXPIWY8HcmfbcXqNx7wRRW2njqJbJ0w8f6A6Vz
+1IYvO/qnu2RfYgavaq3vtj6hBBdUQfl44v5CqCLH4oZSfRFva518ruCJgzGQ19h
Bm1x4+VmOrW0g7Kb0uOI69zzUoEimW8RqHMpjXCIQ0lqzXjnSxDVWfZyqzQbK2lC
GHgrUNtGSuEpJ8RLCCzWZO0DKWPlxwX1Os5LBHIQw21k4jxv//4VDxCr+k763+3y
t561VXL7N3yJTxVjoGuk
=GNr/
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to