express_admin 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/express_admin/scrollTableBody.js +24 -24
  3. data/app/assets/javascripts/express_admin.js +1 -0
  4. data/app/components/express_admin/smart_table.rb +2 -1
  5. data/lib/express_admin/engine.rb +1 -0
  6. data/lib/express_admin/version.rb +1 -1
  7. data/test/dummy/db/test.sqlite3 +0 -0
  8. data/test/dummy/test/components/icon_link_test.rb +0 -1
  9. data/vendor/gems/express_templates/Gemfile.lock +2 -2
  10. data/vendor/gems/express_templates/express_templates-0.11.0.gem +0 -0
  11. data/vendor/gems/express_templates/lib/arbre/patches.rb +2 -2
  12. data/vendor/gems/express_templates/lib/express_templates/compiler.rb +1 -1
  13. data/vendor/gems/express_templates/lib/express_templates/components/all.rb +1 -1
  14. data/vendor/gems/express_templates/lib/express_templates/components/base.rb +0 -4
  15. data/vendor/gems/express_templates/lib/express_templates/components/configurable.rb +3 -1
  16. data/vendor/gems/express_templates/lib/express_templates/components/forms/basic_fields.rb +7 -0
  17. data/vendor/gems/express_templates/lib/express_templates/components/forms/express_form.rb +6 -0
  18. data/vendor/gems/express_templates/lib/express_templates/version.rb +1 -1
  19. data/vendor/gems/express_templates/test/components/forms/basic_fields_test.rb +1 -1
  20. data/vendor/gems/express_templates/test/dummy/log/test.log +3210 -0
  21. metadata +17 -16
  22. data/vendor/gems/express_templates/express_templates-0.10.0.gem +0 -0
  23. data/vendor/gems/express_templates/express_templates-0.10.1.gem +0 -0
  24. data/vendor/gems/express_templates/express_templates-0.7.0.gem +0 -0
  25. data/vendor/gems/express_templates/express_templates-0.7.1.gem +0 -0
  26. data/vendor/gems/express_templates/express_templates-0.8.0.gem +0 -0
  27. data/vendor/gems/express_templates/express_templates-0.9.0.gem +0 -0
  28. data/vendor/gems/express_templates/express_templates-0.9.1.gem +0 -0
  29. data/vendor/gems/express_templates/express_templates-0.9.2.gem +0 -0
  30. data/vendor/gems/express_templates/express_templates-0.9.3.gem +0 -0
  31. data/vendor/gems/express_templates/express_templates-0.9.4.gem +0 -0
  32. data/vendor/gems/express_templates/express_templates-0.9.5.gem +0 -0
  33. data/vendor/gems/express_templates/express_templates-0.9.6.gem +0 -0
  34. data/vendor/gems/express_templates/express_templates-0.9.7.gem +0 -0
  35. data/vendor/gems/express_templates/express_templates-0.9.8.gem +0 -0
@@ -22879,3 +22879,3213 @@ HandlerTest: test_raises_warning_if_template_has_conditional_logic
22879
22879
  ---------------------------------------
22880
22880
  HandlerTest: test_string_in_block_works
22881
22881
  ---------------------------------------
22882
+ ----------------------------------------------
22883
+ SubmitTest: test_submit_accepts_a_class_option
22884
+ ----------------------------------------------
22885
+ --------------------------------------------------------
22886
+ SubmitTest: test_submit_accepts_a_value_and_class_option
22887
+ --------------------------------------------------------
22888
+ ----------------------------------------------------
22889
+ SubmitTest: test_submit_takes_string_param_for_value
22890
+ ----------------------------------------------------
22891
+ -------------------------------------------------------------
22892
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
22893
+ -------------------------------------------------------------
22894
+ -------------------------------------------------------
22895
+ CheckboxTest: test_checkbox_respects_label_after:_true_
22896
+ -------------------------------------------------------
22897
+ --------------------------------------------------------------
22898
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
22899
+ --------------------------------------------------------------
22900
+ ------------------------------------------------------------------------
22901
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
22902
+ ------------------------------------------------------------------------
22903
+ ----------------------------------------------------------
22904
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
22905
+ ----------------------------------------------------------
22906
+ -----------------------------
22907
+ HandlerTest: test_locals_work
22908
+ -----------------------------
22909
+ ------------------------------------------------------------
22910
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
22911
+ ------------------------------------------------------------
22912
+ ----------------------------------
22913
+ HandlerTest: test_other_attributes
22914
+ ----------------------------------
22915
+ -------------------------------------------
22916
+ HandlerTest: test_our_handler_is_registered
22917
+ -------------------------------------------
22918
+ ------------------------------------------------------------------
22919
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
22920
+ ------------------------------------------------------------------
22921
+ ---------------------------------------
22922
+ HandlerTest: test_string_in_block_works
22923
+ ---------------------------------------
22924
+ -----------------------------------------
22925
+ HelloControllerTest: test_should_get_show
22926
+ -----------------------------------------
22927
+ Processing by HelloController#show as HTML
22928
+ Rendered hello/show.html.et within layouts/application (0.8ms)
22929
+ Completed 200 OK in 124ms (Views: 123.6ms)
22930
+ ----------------------------------------------------------------
22931
+ SelectTest: test_select_collection_works_using_collection_select
22932
+ ----------------------------------------------------------------
22933
+ ------------------------------------------
22934
+ SelectTest: test_select_comes_with_a_label
22935
+ ------------------------------------------
22936
+ --------------------------------------------------
22937
+ SelectTest: test_select_defaults_can_be_overridden
22938
+ --------------------------------------------------
22939
+ -------------------------------------------------------
22940
+ SelectTest: test_select_defaults_to_include_blank:_true
22941
+ -------------------------------------------------------
22942
+ ------------------------------------------------------------------------------------
22943
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
22944
+ ------------------------------------------------------------------------------------
22945
+ ------------------------------------------------------------------------
22946
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
22947
+ ------------------------------------------------------------------------
22948
+ --------------------------------------------------------------
22949
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
22950
+ --------------------------------------------------------------
22951
+ -----------------------------------------------------------------------------------------
22952
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
22953
+ -----------------------------------------------------------------------------------------
22954
+ ---------------------------------------------------
22955
+ SelectTest: test_select_requires_a_parent_component
22956
+ ---------------------------------------------------
22957
+ ---------------------------------------------------------------------------
22958
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
22959
+ ---------------------------------------------------------------------------
22960
+ -------------------------------------------------------------------------
22961
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
22962
+ -------------------------------------------------------------------------
22963
+ -----------------------------------------------------------------
22964
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
22965
+ -----------------------------------------------------------------
22966
+ ---------------------------------------------------------
22967
+ BaseTest: test_.has_attributes_creates_default_attributes
22968
+ ---------------------------------------------------------
22969
+ -----------------------------------------------------
22970
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
22971
+ -----------------------------------------------------
22972
+ --------------------------------------------------
22973
+ BaseTest: test_before_build_hook_runs_before_build
22974
+ --------------------------------------------------
22975
+ --------------------------------------------------------------
22976
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
22977
+ --------------------------------------------------------------
22978
+ -----------------------------------------------------------
22979
+ BaseTest: test_class_option_adds_a_class,_does_not_override
22980
+ -----------------------------------------------------------
22981
+ ----------------------------------------------------
22982
+ BaseTest: test_options_are_passed_to_html_attributes
22983
+ ----------------------------------------------------
22984
+ -----------------------------------------------------------
22985
+ RadioTest: test_radio_has_correct_label_field_name_and_text
22986
+ -----------------------------------------------------------
22987
+ ------------------------------------------------------------------
22988
+ RadioTest: test_radio_options_from_collection_when_options_omitted
22989
+ ------------------------------------------------------------------
22990
+ ----------------------------------------------------------
22991
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
22992
+ ----------------------------------------------------------
22993
+ --------------------------------------------------------
22994
+ RadioTest: test_radio_options_present_with_class_'radio'
22995
+ --------------------------------------------------------
22996
+ -------------------------------------------------
22997
+ RadioTest: test_radio_requires_a_parent_component
22998
+ -------------------------------------------------
22999
+ ------------------------------------------------------------
23000
+ RadioTest: test_radio_throws_error_if_given_improper_options
23001
+ ------------------------------------------------------------
23002
+ ---------------------------------------------------------------
23003
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
23004
+ ---------------------------------------------------------------
23005
+ ---------------------------------------------------------
23006
+ ExpressFormTest: test_express_form_default_method_is_POST
23007
+ ---------------------------------------------------------
23008
+ -----------------------------------------------------
23009
+ ExpressFormTest: test_simplest_form_contains_form_tag
23010
+ -----------------------------------------------------
23011
+ ---------------------------------------------------------------
23012
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
23013
+ ---------------------------------------------------------------
23014
+ ---------------------------------------------------
23015
+ ExpressFormTest: test_simplest_form_contains_submit
23016
+ ---------------------------------------------------
23017
+ -------------------------------------------
23018
+ ExpressFormTest: test_simplest_form_renders
23019
+ -------------------------------------------
23020
+ -------------------------------------------------------------------
23021
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
23022
+ -------------------------------------------------------------------
23023
+ -----------------------------------------------------------
23024
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
23025
+ -----------------------------------------------------------
23026
+ ------------------------------------------------------------------------------------
23027
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
23028
+ ------------------------------------------------------------------------------------
23029
+ -------------------------------------------------------------------
23030
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
23031
+ -------------------------------------------------------------------
23032
+ ---------------------------------------------------------------------
23033
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
23034
+ ---------------------------------------------------------------------
23035
+ ---------------------------------------------------------------------
23036
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
23037
+ ---------------------------------------------------------------------
23038
+ ----------------------------------------------------
23039
+ InterpolatorTest: test_nested_with_outer_text_parses
23040
+ ----------------------------------------------------
23041
+ -------------------------------------------------------
23042
+ InterpolatorTest: test_nested_without_outer_text_parses
23043
+ -------------------------------------------------------
23044
+ ---------------------------------------------------------------------
23045
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
23046
+ ---------------------------------------------------------------------
23047
+ -------------------------------------------------
23048
+ InterpolatorTest: test_simplest_expression_parses
23049
+ -------------------------------------------------
23050
+ -----------------------------------------------------------------------------
23051
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
23052
+ -----------------------------------------------------------------------------
23053
+ ----------------------------------------------------------------------------------------
23054
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
23055
+ ----------------------------------------------------------------------------------------
23056
+ -------------------------------------------------------------------------------
23057
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
23058
+ -------------------------------------------------------------------------------
23059
+ -----------------------------------------------------------------------------------------------------
23060
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
23061
+ -----------------------------------------------------------------------------------------------------
23062
+ ---------------------------------------------------
23063
+ ConfigurableTest: test_default_values_are_supported
23064
+ ---------------------------------------------------
23065
+ ----------------------------------------------------------------------
23066
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
23067
+ ----------------------------------------------------------------------
23068
+ ------------------------------------------------------------------------
23069
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
23070
+ ------------------------------------------------------------------------
23071
+ -----------------------------------------------------------
23072
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
23073
+ -----------------------------------------------------------
23074
+ --------------------------------------------
23075
+ ConfigurableTest: test_options_are_inherited
23076
+ --------------------------------------------
23077
+ -------------------------------------------------------
23078
+ ConfigurableTest: test_renders_first_argument_as_dom_id
23079
+ -------------------------------------------------------
23080
+ ----------------------------------------------------
23081
+ ConfigurableTest: test_required_options_are_required
23082
+ ----------------------------------------------------
23083
+ --------------------------------------------------
23084
+ ConfigurableTest: test_supports_option_declaration
23085
+ --------------------------------------------------
23086
+ ---------------------------------------------------------------
23087
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
23088
+ ---------------------------------------------------------------
23089
+ ----------------------------------------------------
23090
+ ConfigurableTest: test_values_can_be_set_for_options
23091
+ ----------------------------------------------------
23092
+ ---------------------------------------------------------------------
23093
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
23094
+ ---------------------------------------------------------------------
23095
+ -------------------------------------------
23096
+ ExpressTemplatesTest: test_we_have_a_module
23097
+ -------------------------------------------
23098
+ ---------------------------------------------------------------------------------------------
23099
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
23100
+ ---------------------------------------------------------------------------------------------
23101
+ -----------------------------------------------------------------
23102
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
23103
+ -----------------------------------------------------------------
23104
+ ------------------------------------------------------------------
23105
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
23106
+ ------------------------------------------------------------------
23107
+ --------------------------------------------------------------------------------------------------
23108
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
23109
+ --------------------------------------------------------------------------------------------------
23110
+ -----------------------------------------------------------------------------------------
23111
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
23112
+ -----------------------------------------------------------------------------------------
23113
+ ---------------------------------------------------------------------------------------------------
23114
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
23115
+ ---------------------------------------------------------------------------------------------------
23116
+ ------------------------------------------------------------------------------------------------
23117
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
23118
+ ------------------------------------------------------------------------------------------------
23119
+ -----------------------------------------------------------------------------
23120
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
23121
+ -----------------------------------------------------------------------------
23122
+ ------------------------------------------------------------
23123
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
23124
+ ------------------------------------------------------------
23125
+ ---------------------------------------------------------------------------
23126
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
23127
+ ---------------------------------------------------------------------------
23128
+ ------------------------------------------------------------------------------------
23129
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
23130
+ ------------------------------------------------------------------------------------
23131
+ --------------------------------------------------------------------------------
23132
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
23133
+ --------------------------------------------------------------------------------
23134
+ -------------------------------------------------------
23135
+ StringTest: test_String#to_view_code_returns_the_string
23136
+ -------------------------------------------------------
23137
+ --------------------------------------------
23138
+ CompilerTest: test_.compile_returns_a_string
23139
+ --------------------------------------------
23140
+ ---------------------------------------------------------------------------------------
23141
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
23142
+ ---------------------------------------------------------------------------------------
23143
+ ----------------------------------------------------------------------------------------------
23144
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
23145
+ ----------------------------------------------------------------------------------------------
23146
+ --------------------------------------------------------------------------------------------
23147
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
23148
+ --------------------------------------------------------------------------------------------
23149
+ -------------------------------------
23150
+ BasicFieldsTest: test_all_fields_work
23151
+ -------------------------------------
23152
+ ---------------------------------------------------------------------------------
23153
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
23154
+ ---------------------------------------------------------------------------------
23155
+ ---------------------------------------------------------
23156
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
23157
+ ---------------------------------------------------------
23158
+ ---------------------------------------------------------
23159
+ BasicFieldsTest: test_passing_html_options_to_fields_work
23160
+ ---------------------------------------------------------
23161
+ -----------------------------------------------------------------------------
23162
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
23163
+ -----------------------------------------------------------------------------
23164
+ ----------------------------------------------------------
23165
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
23166
+ ----------------------------------------------------------
23167
+ -----------------------------------------------------------------------------------------
23168
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
23169
+ -----------------------------------------------------------------------------------------
23170
+ ------------------------------------------------
23171
+ ProcTest: test_#source_body_handles_funky_bodies
23172
+ ------------------------------------------------
23173
+ ----------------------------------------------------------
23174
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
23175
+ ----------------------------------------------------------
23176
+ ------------------------------------------------------
23177
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
23178
+ ------------------------------------------------------
23179
+ ----------------------------------------------
23180
+ ProcTest: test_#source_returns_a_proc's_source
23181
+ ----------------------------------------------
23182
+ ---------------------------------------------------------------
23183
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
23184
+ ---------------------------------------------------------------
23185
+ -----------------------------------------------------------------
23186
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
23187
+ -----------------------------------------------------------------
23188
+ ------------------------------------------------------------
23189
+ ProcTest: test_#source_works_with_a_block_containing_a_block
23190
+ ------------------------------------------------------------
23191
+ --------------------------------------------
23192
+ ProcTest: test_#source_works_with_a_do_block
23193
+ --------------------------------------------
23194
+ -----------------------------------------------------
23195
+ ProcTest: test_#source_works_with_a_single_line_block
23196
+ -----------------------------------------------------
23197
+ -------------------------------------------------
23198
+ ProcTest: test_#source_works_with_a_stabby_lambda
23199
+ -------------------------------------------------
23200
+ ----------------------------------------------------------------------------------------
23201
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
23202
+ ----------------------------------------------------------------------------------------
23203
+ ---------------------------------------------------------------------------------------------
23204
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
23205
+ ---------------------------------------------------------------------------------------------
23206
+ -----------------------------------------------------------------
23207
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
23208
+ -----------------------------------------------------------------
23209
+ ------------------------------------------------------------------
23210
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
23211
+ ------------------------------------------------------------------
23212
+ -----------------------------------------
23213
+ HelloControllerTest: test_should_get_show
23214
+ -----------------------------------------
23215
+ Processing by HelloController#show as HTML
23216
+ Rendered hello/show.html.et within layouts/application (1.0ms)
23217
+ Completed 200 OK in 119ms (Views: 118.6ms)
23218
+ ------------------------------------------------------------------------------------
23219
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
23220
+ ------------------------------------------------------------------------------------
23221
+ -------------------------------------------------------------------
23222
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
23223
+ -------------------------------------------------------------------
23224
+ ---------------------------------------------------------------------
23225
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
23226
+ ---------------------------------------------------------------------
23227
+ ---------------------------------------------------------------------
23228
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
23229
+ ---------------------------------------------------------------------
23230
+ ----------------------------------------------------
23231
+ InterpolatorTest: test_nested_with_outer_text_parses
23232
+ ----------------------------------------------------
23233
+ -------------------------------------------------------
23234
+ InterpolatorTest: test_nested_without_outer_text_parses
23235
+ -------------------------------------------------------
23236
+ ---------------------------------------------------------------------
23237
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
23238
+ ---------------------------------------------------------------------
23239
+ -------------------------------------------------
23240
+ InterpolatorTest: test_simplest_expression_parses
23241
+ -------------------------------------------------
23242
+ ------------------------------------------------------------
23243
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
23244
+ ------------------------------------------------------------
23245
+ ---------------------------------------------------------------------------
23246
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
23247
+ ---------------------------------------------------------------------------
23248
+ --------------------------------------------------------------
23249
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
23250
+ --------------------------------------------------------------
23251
+ ------------------------------------------------------------------------
23252
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
23253
+ ------------------------------------------------------------------------
23254
+ ----------------------------------------------------------
23255
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
23256
+ ----------------------------------------------------------
23257
+ -----------------------------
23258
+ HandlerTest: test_locals_work
23259
+ -----------------------------
23260
+ ------------------------------------------------------------
23261
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
23262
+ ------------------------------------------------------------
23263
+ ----------------------------------
23264
+ HandlerTest: test_other_attributes
23265
+ ----------------------------------
23266
+ -------------------------------------------
23267
+ HandlerTest: test_our_handler_is_registered
23268
+ -------------------------------------------
23269
+ ------------------------------------------------------------------
23270
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
23271
+ ------------------------------------------------------------------
23272
+ ---------------------------------------
23273
+ HandlerTest: test_string_in_block_works
23274
+ ---------------------------------------
23275
+ ---------------------------------------------------------------------------------------
23276
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
23277
+ ---------------------------------------------------------------------------------------
23278
+ ----------------------------------------------------------------------------------------------
23279
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
23280
+ ----------------------------------------------------------------------------------------------
23281
+ --------------------------------------------------------------------------------------------
23282
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
23283
+ --------------------------------------------------------------------------------------------
23284
+ -------------------------------------
23285
+ BasicFieldsTest: test_all_fields_work
23286
+ -------------------------------------
23287
+ ---------------------------------------------------------------------------------
23288
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
23289
+ ---------------------------------------------------------------------------------
23290
+ ---------------------------------------------------------
23291
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
23292
+ ---------------------------------------------------------
23293
+ ---------------------------------------------------------
23294
+ BasicFieldsTest: test_passing_html_options_to_fields_work
23295
+ ---------------------------------------------------------
23296
+ -----------------------------------------------------------------------------
23297
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
23298
+ -----------------------------------------------------------------------------
23299
+ ----------------------------------------------------------
23300
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
23301
+ ----------------------------------------------------------
23302
+ -----------------------------------------------------------------------------
23303
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
23304
+ -----------------------------------------------------------------------------
23305
+ ----------------------------------------------------------------------------------------
23306
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
23307
+ ----------------------------------------------------------------------------------------
23308
+ -------------------------------------------------------------------------------
23309
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
23310
+ -------------------------------------------------------------------------------
23311
+ -----------------------------------------------------------------------------------------------------
23312
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
23313
+ -----------------------------------------------------------------------------------------------------
23314
+ ---------------------------------------------------
23315
+ ConfigurableTest: test_default_values_are_supported
23316
+ ---------------------------------------------------
23317
+ ----------------------------------------------------------------------
23318
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
23319
+ ----------------------------------------------------------------------
23320
+ ------------------------------------------------------------------------
23321
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
23322
+ ------------------------------------------------------------------------
23323
+ -----------------------------------------------------------
23324
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
23325
+ -----------------------------------------------------------
23326
+ --------------------------------------------
23327
+ ConfigurableTest: test_options_are_inherited
23328
+ --------------------------------------------
23329
+ -------------------------------------------------------
23330
+ ConfigurableTest: test_renders_first_argument_as_dom_id
23331
+ -------------------------------------------------------
23332
+ ----------------------------------------------------
23333
+ ConfigurableTest: test_required_options_are_required
23334
+ ----------------------------------------------------
23335
+ --------------------------------------------------
23336
+ ConfigurableTest: test_supports_option_declaration
23337
+ --------------------------------------------------
23338
+ ---------------------------------------------------------------
23339
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
23340
+ ---------------------------------------------------------------
23341
+ ----------------------------------------------------
23342
+ ConfigurableTest: test_values_can_be_set_for_options
23343
+ ----------------------------------------------------
23344
+ ----------------------------------------------
23345
+ SubmitTest: test_submit_accepts_a_class_option
23346
+ ----------------------------------------------
23347
+ --------------------------------------------------------
23348
+ SubmitTest: test_submit_accepts_a_value_and_class_option
23349
+ --------------------------------------------------------
23350
+ ----------------------------------------------------
23351
+ SubmitTest: test_submit_takes_string_param_for_value
23352
+ ----------------------------------------------------
23353
+ -----------------------------------------------------------
23354
+ RadioTest: test_radio_has_correct_label_field_name_and_text
23355
+ -----------------------------------------------------------
23356
+ ------------------------------------------------------------------
23357
+ RadioTest: test_radio_options_from_collection_when_options_omitted
23358
+ ------------------------------------------------------------------
23359
+ ----------------------------------------------------------
23360
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
23361
+ ----------------------------------------------------------
23362
+ --------------------------------------------------------
23363
+ RadioTest: test_radio_options_present_with_class_'radio'
23364
+ --------------------------------------------------------
23365
+ -------------------------------------------------
23366
+ RadioTest: test_radio_requires_a_parent_component
23367
+ -------------------------------------------------
23368
+ ------------------------------------------------------------
23369
+ RadioTest: test_radio_throws_error_if_given_improper_options
23370
+ ------------------------------------------------------------
23371
+ ------------------------------------------------------------------------------------
23372
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
23373
+ ------------------------------------------------------------------------------------
23374
+ --------------------------------------------------------------------------------
23375
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
23376
+ --------------------------------------------------------------------------------
23377
+ -------------------------------------------------------
23378
+ StringTest: test_String#to_view_code_returns_the_string
23379
+ -------------------------------------------------------
23380
+ ---------------------------------------------------------------------
23381
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
23382
+ ---------------------------------------------------------------------
23383
+ -------------------------------------------
23384
+ ExpressTemplatesTest: test_we_have_a_module
23385
+ -------------------------------------------
23386
+ --------------------------------------------
23387
+ CompilerTest: test_.compile_returns_a_string
23388
+ --------------------------------------------
23389
+ --------------------------------------------------------------------------------------------------
23390
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
23391
+ --------------------------------------------------------------------------------------------------
23392
+ -----------------------------------------------------------------------------------------
23393
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
23394
+ -----------------------------------------------------------------------------------------
23395
+ ---------------------------------------------------------------------------------------------------
23396
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
23397
+ ---------------------------------------------------------------------------------------------------
23398
+ ------------------------------------------------------------------------------------------------
23399
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
23400
+ ------------------------------------------------------------------------------------------------
23401
+ -----------------------------------------------------------------------------
23402
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
23403
+ -----------------------------------------------------------------------------
23404
+ -----------------------------------------------------------------------------------------
23405
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
23406
+ -----------------------------------------------------------------------------------------
23407
+ ------------------------------------------------
23408
+ ProcTest: test_#source_body_handles_funky_bodies
23409
+ ------------------------------------------------
23410
+ ----------------------------------------------------------
23411
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
23412
+ ----------------------------------------------------------
23413
+ ------------------------------------------------------
23414
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
23415
+ ------------------------------------------------------
23416
+ ----------------------------------------------
23417
+ ProcTest: test_#source_returns_a_proc's_source
23418
+ ----------------------------------------------
23419
+ ---------------------------------------------------------------
23420
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
23421
+ ---------------------------------------------------------------
23422
+ -----------------------------------------------------------------
23423
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
23424
+ -----------------------------------------------------------------
23425
+ ------------------------------------------------------------
23426
+ ProcTest: test_#source_works_with_a_block_containing_a_block
23427
+ ------------------------------------------------------------
23428
+ --------------------------------------------
23429
+ ProcTest: test_#source_works_with_a_do_block
23430
+ --------------------------------------------
23431
+ -----------------------------------------------------
23432
+ ProcTest: test_#source_works_with_a_single_line_block
23433
+ -----------------------------------------------------
23434
+ -------------------------------------------------
23435
+ ProcTest: test_#source_works_with_a_stabby_lambda
23436
+ -------------------------------------------------
23437
+ ----------------------------------------------------------------------------------------
23438
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
23439
+ ----------------------------------------------------------------------------------------
23440
+ ---------------------------------------------------------------
23441
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
23442
+ ---------------------------------------------------------------
23443
+ ---------------------------------------------------------
23444
+ ExpressFormTest: test_express_form_default_method_is_POST
23445
+ ---------------------------------------------------------
23446
+ -----------------------------------------------------
23447
+ ExpressFormTest: test_simplest_form_contains_form_tag
23448
+ -----------------------------------------------------
23449
+ ---------------------------------------------------------------
23450
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
23451
+ ---------------------------------------------------------------
23452
+ ---------------------------------------------------
23453
+ ExpressFormTest: test_simplest_form_contains_submit
23454
+ ---------------------------------------------------
23455
+ -------------------------------------------
23456
+ ExpressFormTest: test_simplest_form_renders
23457
+ -------------------------------------------
23458
+ -------------------------------------------------------------------
23459
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
23460
+ -------------------------------------------------------------------
23461
+ -----------------------------------------------------------
23462
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
23463
+ -----------------------------------------------------------
23464
+ ----------------------------------------------------------------
23465
+ SelectTest: test_select_collection_works_using_collection_select
23466
+ ----------------------------------------------------------------
23467
+ ------------------------------------------
23468
+ SelectTest: test_select_comes_with_a_label
23469
+ ------------------------------------------
23470
+ --------------------------------------------------
23471
+ SelectTest: test_select_defaults_can_be_overridden
23472
+ --------------------------------------------------
23473
+ -------------------------------------------------------
23474
+ SelectTest: test_select_defaults_to_include_blank:_true
23475
+ -------------------------------------------------------
23476
+ ------------------------------------------------------------------------------------
23477
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
23478
+ ------------------------------------------------------------------------------------
23479
+ ------------------------------------------------------------------------
23480
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
23481
+ ------------------------------------------------------------------------
23482
+ --------------------------------------------------------------
23483
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
23484
+ --------------------------------------------------------------
23485
+ -----------------------------------------------------------------------------------------
23486
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
23487
+ -----------------------------------------------------------------------------------------
23488
+ ---------------------------------------------------
23489
+ SelectTest: test_select_requires_a_parent_component
23490
+ ---------------------------------------------------
23491
+ ---------------------------------------------------------------------------
23492
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
23493
+ ---------------------------------------------------------------------------
23494
+ -------------------------------------------------------------------------
23495
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
23496
+ -------------------------------------------------------------------------
23497
+ -----------------------------------------------------------------
23498
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
23499
+ -----------------------------------------------------------------
23500
+ ---------------------------------------------------------
23501
+ BaseTest: test_.has_attributes_creates_default_attributes
23502
+ ---------------------------------------------------------
23503
+ -----------------------------------------------------
23504
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
23505
+ -----------------------------------------------------
23506
+ --------------------------------------------------
23507
+ BaseTest: test_before_build_hook_runs_before_build
23508
+ --------------------------------------------------
23509
+ --------------------------------------------------------------
23510
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
23511
+ --------------------------------------------------------------
23512
+ -----------------------------------------------------------
23513
+ BaseTest: test_class_option_adds_a_class,_does_not_override
23514
+ -----------------------------------------------------------
23515
+ ----------------------------------------------------
23516
+ BaseTest: test_options_are_passed_to_html_attributes
23517
+ ----------------------------------------------------
23518
+ -------------------------------------------------------------
23519
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
23520
+ -------------------------------------------------------------
23521
+ -------------------------------------------------------
23522
+ CheckboxTest: test_checkbox_respects_label_after:_true_
23523
+ -------------------------------------------------------
23524
+ --------------------------------------------
23525
+ CompilerTest: test_.compile_returns_a_string
23526
+ --------------------------------------------
23527
+ -------------------------------------------------------------
23528
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
23529
+ -------------------------------------------------------------
23530
+ -------------------------------------------------------
23531
+ CheckboxTest: test_checkbox_respects_label_after:_true_
23532
+ -------------------------------------------------------
23533
+ ----------------------------------------------
23534
+ SubmitTest: test_submit_accepts_a_class_option
23535
+ ----------------------------------------------
23536
+ --------------------------------------------------------
23537
+ SubmitTest: test_submit_accepts_a_value_and_class_option
23538
+ --------------------------------------------------------
23539
+ ----------------------------------------------------
23540
+ SubmitTest: test_submit_takes_string_param_for_value
23541
+ ----------------------------------------------------
23542
+ ------------------------------------------------------------------------------------
23543
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
23544
+ ------------------------------------------------------------------------------------
23545
+ -------------------------------------------------------------------
23546
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
23547
+ -------------------------------------------------------------------
23548
+ ---------------------------------------------------------------------
23549
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
23550
+ ---------------------------------------------------------------------
23551
+ ---------------------------------------------------------------------
23552
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
23553
+ ---------------------------------------------------------------------
23554
+ ----------------------------------------------------
23555
+ InterpolatorTest: test_nested_with_outer_text_parses
23556
+ ----------------------------------------------------
23557
+ -------------------------------------------------------
23558
+ InterpolatorTest: test_nested_without_outer_text_parses
23559
+ -------------------------------------------------------
23560
+ ---------------------------------------------------------------------
23561
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
23562
+ ---------------------------------------------------------------------
23563
+ -------------------------------------------------
23564
+ InterpolatorTest: test_simplest_expression_parses
23565
+ -------------------------------------------------
23566
+ -----------------------------------------------------------------------------------------
23567
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
23568
+ -----------------------------------------------------------------------------------------
23569
+ ------------------------------------------------
23570
+ ProcTest: test_#source_body_handles_funky_bodies
23571
+ ------------------------------------------------
23572
+ ----------------------------------------------------------
23573
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
23574
+ ----------------------------------------------------------
23575
+ ------------------------------------------------------
23576
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
23577
+ ------------------------------------------------------
23578
+ ----------------------------------------------
23579
+ ProcTest: test_#source_returns_a_proc's_source
23580
+ ----------------------------------------------
23581
+ ---------------------------------------------------------------
23582
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
23583
+ ---------------------------------------------------------------
23584
+ -----------------------------------------------------------------
23585
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
23586
+ -----------------------------------------------------------------
23587
+ ------------------------------------------------------------
23588
+ ProcTest: test_#source_works_with_a_block_containing_a_block
23589
+ ------------------------------------------------------------
23590
+ --------------------------------------------
23591
+ ProcTest: test_#source_works_with_a_do_block
23592
+ --------------------------------------------
23593
+ -----------------------------------------------------
23594
+ ProcTest: test_#source_works_with_a_single_line_block
23595
+ -----------------------------------------------------
23596
+ -------------------------------------------------
23597
+ ProcTest: test_#source_works_with_a_stabby_lambda
23598
+ -------------------------------------------------
23599
+ ----------------------------------------------------------------------------------------
23600
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
23601
+ ----------------------------------------------------------------------------------------
23602
+ -----------------------------------------------------------
23603
+ RadioTest: test_radio_has_correct_label_field_name_and_text
23604
+ -----------------------------------------------------------
23605
+ ------------------------------------------------------------------
23606
+ RadioTest: test_radio_options_from_collection_when_options_omitted
23607
+ ------------------------------------------------------------------
23608
+ ----------------------------------------------------------
23609
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
23610
+ ----------------------------------------------------------
23611
+ --------------------------------------------------------
23612
+ RadioTest: test_radio_options_present_with_class_'radio'
23613
+ --------------------------------------------------------
23614
+ -------------------------------------------------
23615
+ RadioTest: test_radio_requires_a_parent_component
23616
+ -------------------------------------------------
23617
+ ------------------------------------------------------------
23618
+ RadioTest: test_radio_throws_error_if_given_improper_options
23619
+ ------------------------------------------------------------
23620
+ ---------------------------------------------------------------------------------------
23621
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
23622
+ ---------------------------------------------------------------------------------------
23623
+ ----------------------------------------------------------------------------------------------
23624
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
23625
+ ----------------------------------------------------------------------------------------------
23626
+ --------------------------------------------------------------------------------------------
23627
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
23628
+ --------------------------------------------------------------------------------------------
23629
+ -------------------------------------
23630
+ BasicFieldsTest: test_all_fields_work
23631
+ -------------------------------------
23632
+ ---------------------------------------------------------------------------------
23633
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
23634
+ ---------------------------------------------------------------------------------
23635
+ ---------------------------------------------------------
23636
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
23637
+ ---------------------------------------------------------
23638
+ ---------------------------------------------------------
23639
+ BasicFieldsTest: test_passing_html_options_to_fields_work
23640
+ ---------------------------------------------------------
23641
+ -----------------------------------------------------------------------------
23642
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
23643
+ -----------------------------------------------------------------------------
23644
+ ----------------------------------------------------------
23645
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
23646
+ ----------------------------------------------------------
23647
+ -----------------------------------------------------------------------------
23648
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
23649
+ -----------------------------------------------------------------------------
23650
+ ----------------------------------------------------------------------------------------
23651
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
23652
+ ----------------------------------------------------------------------------------------
23653
+ -------------------------------------------------------------------------------
23654
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
23655
+ -------------------------------------------------------------------------------
23656
+ -----------------------------------------------------------------------------------------------------
23657
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
23658
+ -----------------------------------------------------------------------------------------------------
23659
+ ---------------------------------------------------
23660
+ ConfigurableTest: test_default_values_are_supported
23661
+ ---------------------------------------------------
23662
+ ----------------------------------------------------------------------
23663
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
23664
+ ----------------------------------------------------------------------
23665
+ ------------------------------------------------------------------------
23666
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
23667
+ ------------------------------------------------------------------------
23668
+ -----------------------------------------------------------
23669
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
23670
+ -----------------------------------------------------------
23671
+ --------------------------------------------
23672
+ ConfigurableTest: test_options_are_inherited
23673
+ --------------------------------------------
23674
+ -------------------------------------------------------
23675
+ ConfigurableTest: test_renders_first_argument_as_dom_id
23676
+ -------------------------------------------------------
23677
+ ----------------------------------------------------
23678
+ ConfigurableTest: test_required_options_are_required
23679
+ ----------------------------------------------------
23680
+ --------------------------------------------------
23681
+ ConfigurableTest: test_supports_option_declaration
23682
+ --------------------------------------------------
23683
+ ---------------------------------------------------------------
23684
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
23685
+ ---------------------------------------------------------------
23686
+ ----------------------------------------------------
23687
+ ConfigurableTest: test_values_can_be_set_for_options
23688
+ ----------------------------------------------------
23689
+ ---------------------------------------------------------------------------------------------
23690
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
23691
+ ---------------------------------------------------------------------------------------------
23692
+ -----------------------------------------------------------------
23693
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
23694
+ -----------------------------------------------------------------
23695
+ ------------------------------------------------------------------
23696
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
23697
+ ------------------------------------------------------------------
23698
+ ------------------------------------------------------------
23699
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
23700
+ ------------------------------------------------------------
23701
+ ---------------------------------------------------------------------------
23702
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
23703
+ ---------------------------------------------------------------------------
23704
+ ----------------------------------------------------------------
23705
+ SelectTest: test_select_collection_works_using_collection_select
23706
+ ----------------------------------------------------------------
23707
+ ------------------------------------------
23708
+ SelectTest: test_select_comes_with_a_label
23709
+ ------------------------------------------
23710
+ --------------------------------------------------
23711
+ SelectTest: test_select_defaults_can_be_overridden
23712
+ --------------------------------------------------
23713
+ -------------------------------------------------------
23714
+ SelectTest: test_select_defaults_to_include_blank:_true
23715
+ -------------------------------------------------------
23716
+ ------------------------------------------------------------------------------------
23717
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
23718
+ ------------------------------------------------------------------------------------
23719
+ ------------------------------------------------------------------------
23720
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
23721
+ ------------------------------------------------------------------------
23722
+ --------------------------------------------------------------
23723
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
23724
+ --------------------------------------------------------------
23725
+ -----------------------------------------------------------------------------------------
23726
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
23727
+ -----------------------------------------------------------------------------------------
23728
+ ---------------------------------------------------
23729
+ SelectTest: test_select_requires_a_parent_component
23730
+ ---------------------------------------------------
23731
+ ---------------------------------------------------------------------------
23732
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
23733
+ ---------------------------------------------------------------------------
23734
+ -------------------------------------------------------------------------
23735
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
23736
+ -------------------------------------------------------------------------
23737
+ ------------------------------------------------------------------------------------
23738
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
23739
+ ------------------------------------------------------------------------------------
23740
+ --------------------------------------------------------------------------------
23741
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
23742
+ --------------------------------------------------------------------------------
23743
+ -------------------------------------------------------
23744
+ StringTest: test_String#to_view_code_returns_the_string
23745
+ -------------------------------------------------------
23746
+ -----------------------------------------
23747
+ HelloControllerTest: test_should_get_show
23748
+ -----------------------------------------
23749
+ Processing by HelloController#show as HTML
23750
+ Rendered hello/show.html.et within layouts/application (1.1ms)
23751
+ Completed 200 OK in 126ms (Views: 125.6ms)
23752
+ --------------------------------------------------------------
23753
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
23754
+ --------------------------------------------------------------
23755
+ ------------------------------------------------------------------------
23756
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
23757
+ ------------------------------------------------------------------------
23758
+ ----------------------------------------------------------
23759
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
23760
+ ----------------------------------------------------------
23761
+ -----------------------------
23762
+ HandlerTest: test_locals_work
23763
+ -----------------------------
23764
+ ------------------------------------------------------------
23765
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
23766
+ ------------------------------------------------------------
23767
+ ----------------------------------
23768
+ HandlerTest: test_other_attributes
23769
+ ----------------------------------
23770
+ -------------------------------------------
23771
+ HandlerTest: test_our_handler_is_registered
23772
+ -------------------------------------------
23773
+ ------------------------------------------------------------------
23774
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
23775
+ ------------------------------------------------------------------
23776
+ ---------------------------------------
23777
+ HandlerTest: test_string_in_block_works
23778
+ ---------------------------------------
23779
+ -----------------------------------------------------------------
23780
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
23781
+ -----------------------------------------------------------------
23782
+ ---------------------------------------------------------
23783
+ BaseTest: test_.has_attributes_creates_default_attributes
23784
+ ---------------------------------------------------------
23785
+ -----------------------------------------------------
23786
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
23787
+ -----------------------------------------------------
23788
+ --------------------------------------------------
23789
+ BaseTest: test_before_build_hook_runs_before_build
23790
+ --------------------------------------------------
23791
+ --------------------------------------------------------------
23792
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
23793
+ --------------------------------------------------------------
23794
+ -----------------------------------------------------------
23795
+ BaseTest: test_class_option_adds_a_class,_does_not_override
23796
+ -----------------------------------------------------------
23797
+ ----------------------------------------------------
23798
+ BaseTest: test_options_are_passed_to_html_attributes
23799
+ ----------------------------------------------------
23800
+ ---------------------------------------------------------------
23801
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
23802
+ ---------------------------------------------------------------
23803
+ ---------------------------------------------------------
23804
+ ExpressFormTest: test_express_form_default_method_is_POST
23805
+ ---------------------------------------------------------
23806
+ -----------------------------------------------------
23807
+ ExpressFormTest: test_simplest_form_contains_form_tag
23808
+ -----------------------------------------------------
23809
+ ---------------------------------------------------------------
23810
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
23811
+ ---------------------------------------------------------------
23812
+ ---------------------------------------------------
23813
+ ExpressFormTest: test_simplest_form_contains_submit
23814
+ ---------------------------------------------------
23815
+ -------------------------------------------
23816
+ ExpressFormTest: test_simplest_form_renders
23817
+ -------------------------------------------
23818
+ -------------------------------------------------------------------
23819
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
23820
+ -------------------------------------------------------------------
23821
+ -----------------------------------------------------------
23822
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
23823
+ -----------------------------------------------------------
23824
+ --------------------------------------------------------------------------------------------------
23825
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
23826
+ --------------------------------------------------------------------------------------------------
23827
+ -----------------------------------------------------------------------------------------
23828
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
23829
+ -----------------------------------------------------------------------------------------
23830
+ ---------------------------------------------------------------------------------------------------
23831
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
23832
+ ---------------------------------------------------------------------------------------------------
23833
+ ------------------------------------------------------------------------------------------------
23834
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
23835
+ ------------------------------------------------------------------------------------------------
23836
+ -----------------------------------------------------------------------------
23837
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
23838
+ -----------------------------------------------------------------------------
23839
+ ---------------------------------------------------------------------
23840
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
23841
+ ---------------------------------------------------------------------
23842
+ -------------------------------------------
23843
+ ExpressTemplatesTest: test_we_have_a_module
23844
+ -------------------------------------------
23845
+ -----------------------------------------
23846
+ HelloControllerTest: test_should_get_show
23847
+ -----------------------------------------
23848
+ Processing by HelloController#show as HTML
23849
+ Rendered hello/show.html.et within layouts/application (1.0ms)
23850
+ Completed 200 OK in 116ms (Views: 115.8ms)
23851
+ -----------------------------------------------------------
23852
+ RadioTest: test_radio_has_correct_label_field_name_and_text
23853
+ -----------------------------------------------------------
23854
+ ------------------------------------------------------------------
23855
+ RadioTest: test_radio_options_from_collection_when_options_omitted
23856
+ ------------------------------------------------------------------
23857
+ ----------------------------------------------------------
23858
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
23859
+ ----------------------------------------------------------
23860
+ --------------------------------------------------------
23861
+ RadioTest: test_radio_options_present_with_class_'radio'
23862
+ --------------------------------------------------------
23863
+ -------------------------------------------------
23864
+ RadioTest: test_radio_requires_a_parent_component
23865
+ -------------------------------------------------
23866
+ ------------------------------------------------------------
23867
+ RadioTest: test_radio_throws_error_if_given_improper_options
23868
+ ------------------------------------------------------------
23869
+ -----------------------------------------------------------------------------
23870
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
23871
+ -----------------------------------------------------------------------------
23872
+ ----------------------------------------------------------------------------------------
23873
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
23874
+ ----------------------------------------------------------------------------------------
23875
+ -------------------------------------------------------------------------------
23876
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
23877
+ -------------------------------------------------------------------------------
23878
+ -----------------------------------------------------------------------------------------------------
23879
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
23880
+ -----------------------------------------------------------------------------------------------------
23881
+ ---------------------------------------------------
23882
+ ConfigurableTest: test_default_values_are_supported
23883
+ ---------------------------------------------------
23884
+ ----------------------------------------------------------------------
23885
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
23886
+ ----------------------------------------------------------------------
23887
+ ------------------------------------------------------------------------
23888
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
23889
+ ------------------------------------------------------------------------
23890
+ -----------------------------------------------------------
23891
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
23892
+ -----------------------------------------------------------
23893
+ --------------------------------------------
23894
+ ConfigurableTest: test_options_are_inherited
23895
+ --------------------------------------------
23896
+ -------------------------------------------------------
23897
+ ConfigurableTest: test_renders_first_argument_as_dom_id
23898
+ -------------------------------------------------------
23899
+ ----------------------------------------------------
23900
+ ConfigurableTest: test_required_options_are_required
23901
+ ----------------------------------------------------
23902
+ --------------------------------------------------
23903
+ ConfigurableTest: test_supports_option_declaration
23904
+ --------------------------------------------------
23905
+ ---------------------------------------------------------------
23906
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
23907
+ ---------------------------------------------------------------
23908
+ ----------------------------------------------------
23909
+ ConfigurableTest: test_values_can_be_set_for_options
23910
+ ----------------------------------------------------
23911
+ ---------------------------------------------------------------------
23912
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
23913
+ ---------------------------------------------------------------------
23914
+ -------------------------------------------
23915
+ ExpressTemplatesTest: test_we_have_a_module
23916
+ -------------------------------------------
23917
+ ----------------------------------------------
23918
+ SubmitTest: test_submit_accepts_a_class_option
23919
+ ----------------------------------------------
23920
+ --------------------------------------------------------
23921
+ SubmitTest: test_submit_accepts_a_value_and_class_option
23922
+ --------------------------------------------------------
23923
+ ----------------------------------------------------
23924
+ SubmitTest: test_submit_takes_string_param_for_value
23925
+ ----------------------------------------------------
23926
+ --------------------------------------------
23927
+ CompilerTest: test_.compile_returns_a_string
23928
+ --------------------------------------------
23929
+ ------------------------------------------------------------
23930
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
23931
+ ------------------------------------------------------------
23932
+ ---------------------------------------------------------------------------
23933
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
23934
+ ---------------------------------------------------------------------------
23935
+ -----------------------------------------------------------------------------------------
23936
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
23937
+ -----------------------------------------------------------------------------------------
23938
+ ------------------------------------------------
23939
+ ProcTest: test_#source_body_handles_funky_bodies
23940
+ ------------------------------------------------
23941
+ ----------------------------------------------------------
23942
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
23943
+ ----------------------------------------------------------
23944
+ ------------------------------------------------------
23945
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
23946
+ ------------------------------------------------------
23947
+ ----------------------------------------------
23948
+ ProcTest: test_#source_returns_a_proc's_source
23949
+ ----------------------------------------------
23950
+ ---------------------------------------------------------------
23951
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
23952
+ ---------------------------------------------------------------
23953
+ -----------------------------------------------------------------
23954
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
23955
+ -----------------------------------------------------------------
23956
+ ------------------------------------------------------------
23957
+ ProcTest: test_#source_works_with_a_block_containing_a_block
23958
+ ------------------------------------------------------------
23959
+ --------------------------------------------
23960
+ ProcTest: test_#source_works_with_a_do_block
23961
+ --------------------------------------------
23962
+ -----------------------------------------------------
23963
+ ProcTest: test_#source_works_with_a_single_line_block
23964
+ -----------------------------------------------------
23965
+ -------------------------------------------------
23966
+ ProcTest: test_#source_works_with_a_stabby_lambda
23967
+ -------------------------------------------------
23968
+ ----------------------------------------------------------------------------------------
23969
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
23970
+ ----------------------------------------------------------------------------------------
23971
+ ----------------------------------------------------------------
23972
+ SelectTest: test_select_collection_works_using_collection_select
23973
+ ----------------------------------------------------------------
23974
+ ------------------------------------------
23975
+ SelectTest: test_select_comes_with_a_label
23976
+ ------------------------------------------
23977
+ --------------------------------------------------
23978
+ SelectTest: test_select_defaults_can_be_overridden
23979
+ --------------------------------------------------
23980
+ -------------------------------------------------------
23981
+ SelectTest: test_select_defaults_to_include_blank:_true
23982
+ -------------------------------------------------------
23983
+ ------------------------------------------------------------------------------------
23984
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
23985
+ ------------------------------------------------------------------------------------
23986
+ ------------------------------------------------------------------------
23987
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
23988
+ ------------------------------------------------------------------------
23989
+ --------------------------------------------------------------
23990
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
23991
+ --------------------------------------------------------------
23992
+ -----------------------------------------------------------------------------------------
23993
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
23994
+ -----------------------------------------------------------------------------------------
23995
+ ---------------------------------------------------
23996
+ SelectTest: test_select_requires_a_parent_component
23997
+ ---------------------------------------------------
23998
+ ---------------------------------------------------------------------------
23999
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
24000
+ ---------------------------------------------------------------------------
24001
+ -------------------------------------------------------------------------
24002
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
24003
+ -------------------------------------------------------------------------
24004
+ ---------------------------------------------------------------------------------------------
24005
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
24006
+ ---------------------------------------------------------------------------------------------
24007
+ -----------------------------------------------------------------
24008
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
24009
+ -----------------------------------------------------------------
24010
+ ------------------------------------------------------------------
24011
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
24012
+ ------------------------------------------------------------------
24013
+ ---------------------------------------------------------------
24014
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
24015
+ ---------------------------------------------------------------
24016
+ ---------------------------------------------------------
24017
+ ExpressFormTest: test_express_form_default_method_is_POST
24018
+ ---------------------------------------------------------
24019
+ -----------------------------------------------------
24020
+ ExpressFormTest: test_simplest_form_contains_form_tag
24021
+ -----------------------------------------------------
24022
+ ---------------------------------------------------------------
24023
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
24024
+ ---------------------------------------------------------------
24025
+ ---------------------------------------------------
24026
+ ExpressFormTest: test_simplest_form_contains_submit
24027
+ ---------------------------------------------------
24028
+ -------------------------------------------
24029
+ ExpressFormTest: test_simplest_form_renders
24030
+ -------------------------------------------
24031
+ -------------------------------------------------------------------
24032
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
24033
+ -------------------------------------------------------------------
24034
+ -----------------------------------------------------------
24035
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
24036
+ -----------------------------------------------------------
24037
+ ---------------------------------------------------------------------------------------
24038
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
24039
+ ---------------------------------------------------------------------------------------
24040
+ ----------------------------------------------------------------------------------------------
24041
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
24042
+ ----------------------------------------------------------------------------------------------
24043
+ --------------------------------------------------------------------------------------------
24044
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
24045
+ --------------------------------------------------------------------------------------------
24046
+ -------------------------------------
24047
+ BasicFieldsTest: test_all_fields_work
24048
+ -------------------------------------
24049
+ ---------------------------------------------------------------------------------
24050
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
24051
+ ---------------------------------------------------------------------------------
24052
+ ---------------------------------------------------------
24053
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
24054
+ ---------------------------------------------------------
24055
+ ---------------------------------------------------------
24056
+ BasicFieldsTest: test_passing_html_options_to_fields_work
24057
+ ---------------------------------------------------------
24058
+ -----------------------------------------------------------------------------
24059
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
24060
+ -----------------------------------------------------------------------------
24061
+ ----------------------------------------------------------
24062
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
24063
+ ----------------------------------------------------------
24064
+ ------------------------------------------------------------------------------------
24065
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
24066
+ ------------------------------------------------------------------------------------
24067
+ -------------------------------------------------------------------
24068
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
24069
+ -------------------------------------------------------------------
24070
+ ---------------------------------------------------------------------
24071
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
24072
+ ---------------------------------------------------------------------
24073
+ ---------------------------------------------------------------------
24074
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
24075
+ ---------------------------------------------------------------------
24076
+ ----------------------------------------------------
24077
+ InterpolatorTest: test_nested_with_outer_text_parses
24078
+ ----------------------------------------------------
24079
+ -------------------------------------------------------
24080
+ InterpolatorTest: test_nested_without_outer_text_parses
24081
+ -------------------------------------------------------
24082
+ ---------------------------------------------------------------------
24083
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
24084
+ ---------------------------------------------------------------------
24085
+ -------------------------------------------------
24086
+ InterpolatorTest: test_simplest_expression_parses
24087
+ -------------------------------------------------
24088
+ --------------------------------------------------------------------------------------------------
24089
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
24090
+ --------------------------------------------------------------------------------------------------
24091
+ -----------------------------------------------------------------------------------------
24092
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
24093
+ -----------------------------------------------------------------------------------------
24094
+ ---------------------------------------------------------------------------------------------------
24095
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
24096
+ ---------------------------------------------------------------------------------------------------
24097
+ ------------------------------------------------------------------------------------------------
24098
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
24099
+ ------------------------------------------------------------------------------------------------
24100
+ -----------------------------------------------------------------------------
24101
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
24102
+ -----------------------------------------------------------------------------
24103
+ -------------------------------------------------------------
24104
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
24105
+ -------------------------------------------------------------
24106
+ -------------------------------------------------------
24107
+ CheckboxTest: test_checkbox_respects_label_after:_true_
24108
+ -------------------------------------------------------
24109
+ --------------------------------------------------------------
24110
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
24111
+ --------------------------------------------------------------
24112
+ ------------------------------------------------------------------------
24113
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
24114
+ ------------------------------------------------------------------------
24115
+ ----------------------------------------------------------
24116
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
24117
+ ----------------------------------------------------------
24118
+ -----------------------------
24119
+ HandlerTest: test_locals_work
24120
+ -----------------------------
24121
+ ------------------------------------------------------------
24122
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
24123
+ ------------------------------------------------------------
24124
+ ----------------------------------
24125
+ HandlerTest: test_other_attributes
24126
+ ----------------------------------
24127
+ -------------------------------------------
24128
+ HandlerTest: test_our_handler_is_registered
24129
+ -------------------------------------------
24130
+ ------------------------------------------------------------------
24131
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
24132
+ ------------------------------------------------------------------
24133
+ ---------------------------------------
24134
+ HandlerTest: test_string_in_block_works
24135
+ ---------------------------------------
24136
+ -----------------------------------------------------------------
24137
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
24138
+ -----------------------------------------------------------------
24139
+ ---------------------------------------------------------
24140
+ BaseTest: test_.has_attributes_creates_default_attributes
24141
+ ---------------------------------------------------------
24142
+ -----------------------------------------------------
24143
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
24144
+ -----------------------------------------------------
24145
+ --------------------------------------------------
24146
+ BaseTest: test_before_build_hook_runs_before_build
24147
+ --------------------------------------------------
24148
+ --------------------------------------------------------------
24149
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
24150
+ --------------------------------------------------------------
24151
+ -----------------------------------------------------------
24152
+ BaseTest: test_class_option_adds_a_class,_does_not_override
24153
+ -----------------------------------------------------------
24154
+ ----------------------------------------------------
24155
+ BaseTest: test_options_are_passed_to_html_attributes
24156
+ ----------------------------------------------------
24157
+ ------------------------------------------------------------------------------------
24158
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
24159
+ ------------------------------------------------------------------------------------
24160
+ --------------------------------------------------------------------------------
24161
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
24162
+ --------------------------------------------------------------------------------
24163
+ -------------------------------------------------------
24164
+ StringTest: test_String#to_view_code_returns_the_string
24165
+ -------------------------------------------------------
24166
+ ------------------------------------------------------------------------------------
24167
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
24168
+ ------------------------------------------------------------------------------------
24169
+ -------------------------------------------------------------------
24170
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
24171
+ -------------------------------------------------------------------
24172
+ ---------------------------------------------------------------------
24173
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
24174
+ ---------------------------------------------------------------------
24175
+ ---------------------------------------------------------------------
24176
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
24177
+ ---------------------------------------------------------------------
24178
+ ----------------------------------------------------
24179
+ InterpolatorTest: test_nested_with_outer_text_parses
24180
+ ----------------------------------------------------
24181
+ -------------------------------------------------------
24182
+ InterpolatorTest: test_nested_without_outer_text_parses
24183
+ -------------------------------------------------------
24184
+ ---------------------------------------------------------------------
24185
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
24186
+ ---------------------------------------------------------------------
24187
+ -------------------------------------------------
24188
+ InterpolatorTest: test_simplest_expression_parses
24189
+ -------------------------------------------------
24190
+ ---------------------------------------------------------------------------------------------
24191
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
24192
+ ---------------------------------------------------------------------------------------------
24193
+ -----------------------------------------------------------------
24194
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
24195
+ -----------------------------------------------------------------
24196
+ ------------------------------------------------------------------
24197
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
24198
+ ------------------------------------------------------------------
24199
+ ---------------------------------------------------------------------
24200
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
24201
+ ---------------------------------------------------------------------
24202
+ -------------------------------------------
24203
+ ExpressTemplatesTest: test_we_have_a_module
24204
+ -------------------------------------------
24205
+ -----------------------------------------
24206
+ HelloControllerTest: test_should_get_show
24207
+ -----------------------------------------
24208
+ Processing by HelloController#show as HTML
24209
+ Rendered hello/show.html.et within layouts/application (0.9ms)
24210
+ Completed 200 OK in 118ms (Views: 117.7ms)
24211
+ ------------------------------------------------------------
24212
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
24213
+ ------------------------------------------------------------
24214
+ ---------------------------------------------------------------------------
24215
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
24216
+ ---------------------------------------------------------------------------
24217
+ -----------------------------------------------------------
24218
+ RadioTest: test_radio_has_correct_label_field_name_and_text
24219
+ -----------------------------------------------------------
24220
+ ------------------------------------------------------------------
24221
+ RadioTest: test_radio_options_from_collection_when_options_omitted
24222
+ ------------------------------------------------------------------
24223
+ ----------------------------------------------------------
24224
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
24225
+ ----------------------------------------------------------
24226
+ --------------------------------------------------------
24227
+ RadioTest: test_radio_options_present_with_class_'radio'
24228
+ --------------------------------------------------------
24229
+ -------------------------------------------------
24230
+ RadioTest: test_radio_requires_a_parent_component
24231
+ -------------------------------------------------
24232
+ ------------------------------------------------------------
24233
+ RadioTest: test_radio_throws_error_if_given_improper_options
24234
+ ------------------------------------------------------------
24235
+ ----------------------------------------------
24236
+ SubmitTest: test_submit_accepts_a_class_option
24237
+ ----------------------------------------------
24238
+ --------------------------------------------------------
24239
+ SubmitTest: test_submit_accepts_a_value_and_class_option
24240
+ --------------------------------------------------------
24241
+ ----------------------------------------------------
24242
+ SubmitTest: test_submit_takes_string_param_for_value
24243
+ ----------------------------------------------------
24244
+ ------------------------------------------------------------------------------------
24245
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
24246
+ ------------------------------------------------------------------------------------
24247
+ --------------------------------------------------------------------------------
24248
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
24249
+ --------------------------------------------------------------------------------
24250
+ -------------------------------------------------------
24251
+ StringTest: test_String#to_view_code_returns_the_string
24252
+ -------------------------------------------------------
24253
+ -------------------------------------------------------------
24254
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
24255
+ -------------------------------------------------------------
24256
+ -------------------------------------------------------
24257
+ CheckboxTest: test_checkbox_respects_label_after:_true_
24258
+ -------------------------------------------------------
24259
+ ----------------------------------------------------------------
24260
+ SelectTest: test_select_collection_works_using_collection_select
24261
+ ----------------------------------------------------------------
24262
+ ------------------------------------------
24263
+ SelectTest: test_select_comes_with_a_label
24264
+ ------------------------------------------
24265
+ --------------------------------------------------
24266
+ SelectTest: test_select_defaults_can_be_overridden
24267
+ --------------------------------------------------
24268
+ -------------------------------------------------------
24269
+ SelectTest: test_select_defaults_to_include_blank:_true
24270
+ -------------------------------------------------------
24271
+ ------------------------------------------------------------------------------------
24272
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
24273
+ ------------------------------------------------------------------------------------
24274
+ ------------------------------------------------------------------------
24275
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
24276
+ ------------------------------------------------------------------------
24277
+ --------------------------------------------------------------
24278
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
24279
+ --------------------------------------------------------------
24280
+ -----------------------------------------------------------------------------------------
24281
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
24282
+ -----------------------------------------------------------------------------------------
24283
+ ---------------------------------------------------
24284
+ SelectTest: test_select_requires_a_parent_component
24285
+ ---------------------------------------------------
24286
+ ---------------------------------------------------------------------------
24287
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
24288
+ ---------------------------------------------------------------------------
24289
+ -------------------------------------------------------------------------
24290
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
24291
+ -------------------------------------------------------------------------
24292
+ -----------------------------------------------------------------------------------------
24293
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
24294
+ -----------------------------------------------------------------------------------------
24295
+ ------------------------------------------------
24296
+ ProcTest: test_#source_body_handles_funky_bodies
24297
+ ------------------------------------------------
24298
+ ----------------------------------------------------------
24299
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
24300
+ ----------------------------------------------------------
24301
+ ------------------------------------------------------
24302
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
24303
+ ------------------------------------------------------
24304
+ ----------------------------------------------
24305
+ ProcTest: test_#source_returns_a_proc's_source
24306
+ ----------------------------------------------
24307
+ ---------------------------------------------------------------
24308
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
24309
+ ---------------------------------------------------------------
24310
+ -----------------------------------------------------------------
24311
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
24312
+ -----------------------------------------------------------------
24313
+ ------------------------------------------------------------
24314
+ ProcTest: test_#source_works_with_a_block_containing_a_block
24315
+ ------------------------------------------------------------
24316
+ --------------------------------------------
24317
+ ProcTest: test_#source_works_with_a_do_block
24318
+ --------------------------------------------
24319
+ -----------------------------------------------------
24320
+ ProcTest: test_#source_works_with_a_single_line_block
24321
+ -----------------------------------------------------
24322
+ -------------------------------------------------
24323
+ ProcTest: test_#source_works_with_a_stabby_lambda
24324
+ -------------------------------------------------
24325
+ ----------------------------------------------------------------------------------------
24326
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
24327
+ ----------------------------------------------------------------------------------------
24328
+ --------------------------------------------------------------
24329
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
24330
+ --------------------------------------------------------------
24331
+ ------------------------------------------------------------------------
24332
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
24333
+ ------------------------------------------------------------------------
24334
+ ----------------------------------------------------------
24335
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
24336
+ ----------------------------------------------------------
24337
+ -----------------------------
24338
+ HandlerTest: test_locals_work
24339
+ -----------------------------
24340
+ ------------------------------------------------------------
24341
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
24342
+ ------------------------------------------------------------
24343
+ ----------------------------------
24344
+ HandlerTest: test_other_attributes
24345
+ ----------------------------------
24346
+ -------------------------------------------
24347
+ HandlerTest: test_our_handler_is_registered
24348
+ -------------------------------------------
24349
+ ------------------------------------------------------------------
24350
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
24351
+ ------------------------------------------------------------------
24352
+ ---------------------------------------
24353
+ HandlerTest: test_string_in_block_works
24354
+ ---------------------------------------
24355
+ ---------------------------------------------------------------------------------------
24356
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
24357
+ ---------------------------------------------------------------------------------------
24358
+ ----------------------------------------------------------------------------------------------
24359
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
24360
+ ----------------------------------------------------------------------------------------------
24361
+ --------------------------------------------------------------------------------------------
24362
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
24363
+ --------------------------------------------------------------------------------------------
24364
+ -------------------------------------
24365
+ BasicFieldsTest: test_all_fields_work
24366
+ -------------------------------------
24367
+ ---------------------------------------------------------------------------------
24368
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
24369
+ ---------------------------------------------------------------------------------
24370
+ ---------------------------------------------------------
24371
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
24372
+ ---------------------------------------------------------
24373
+ ---------------------------------------------------------
24374
+ BasicFieldsTest: test_passing_html_options_to_fields_work
24375
+ ---------------------------------------------------------
24376
+ -----------------------------------------------------------------------------
24377
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
24378
+ -----------------------------------------------------------------------------
24379
+ ----------------------------------------------------------
24380
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
24381
+ ----------------------------------------------------------
24382
+ --------------------------------------------------------------------------------------------------
24383
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
24384
+ --------------------------------------------------------------------------------------------------
24385
+ -----------------------------------------------------------------------------------------
24386
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
24387
+ -----------------------------------------------------------------------------------------
24388
+ ---------------------------------------------------------------------------------------------------
24389
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
24390
+ ---------------------------------------------------------------------------------------------------
24391
+ ------------------------------------------------------------------------------------------------
24392
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
24393
+ ------------------------------------------------------------------------------------------------
24394
+ -----------------------------------------------------------------------------
24395
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
24396
+ -----------------------------------------------------------------------------
24397
+ -----------------------------------------------------------------
24398
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
24399
+ -----------------------------------------------------------------
24400
+ ---------------------------------------------------------
24401
+ BaseTest: test_.has_attributes_creates_default_attributes
24402
+ ---------------------------------------------------------
24403
+ -----------------------------------------------------
24404
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
24405
+ -----------------------------------------------------
24406
+ --------------------------------------------------
24407
+ BaseTest: test_before_build_hook_runs_before_build
24408
+ --------------------------------------------------
24409
+ --------------------------------------------------------------
24410
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
24411
+ --------------------------------------------------------------
24412
+ -----------------------------------------------------------
24413
+ BaseTest: test_class_option_adds_a_class,_does_not_override
24414
+ -----------------------------------------------------------
24415
+ ----------------------------------------------------
24416
+ BaseTest: test_options_are_passed_to_html_attributes
24417
+ ----------------------------------------------------
24418
+ --------------------------------------------
24419
+ CompilerTest: test_.compile_returns_a_string
24420
+ --------------------------------------------
24421
+ -----------------------------------------------------------------------------
24422
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
24423
+ -----------------------------------------------------------------------------
24424
+ ----------------------------------------------------------------------------------------
24425
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
24426
+ ----------------------------------------------------------------------------------------
24427
+ -------------------------------------------------------------------------------
24428
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
24429
+ -------------------------------------------------------------------------------
24430
+ -----------------------------------------------------------------------------------------------------
24431
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
24432
+ -----------------------------------------------------------------------------------------------------
24433
+ ---------------------------------------------------
24434
+ ConfigurableTest: test_default_values_are_supported
24435
+ ---------------------------------------------------
24436
+ ----------------------------------------------------------------------
24437
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
24438
+ ----------------------------------------------------------------------
24439
+ ------------------------------------------------------------------------
24440
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
24441
+ ------------------------------------------------------------------------
24442
+ -----------------------------------------------------------
24443
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
24444
+ -----------------------------------------------------------
24445
+ --------------------------------------------
24446
+ ConfigurableTest: test_options_are_inherited
24447
+ --------------------------------------------
24448
+ -------------------------------------------------------
24449
+ ConfigurableTest: test_renders_first_argument_as_dom_id
24450
+ -------------------------------------------------------
24451
+ ----------------------------------------------------
24452
+ ConfigurableTest: test_required_options_are_required
24453
+ ----------------------------------------------------
24454
+ --------------------------------------------------
24455
+ ConfigurableTest: test_supports_option_declaration
24456
+ --------------------------------------------------
24457
+ ---------------------------------------------------------------
24458
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
24459
+ ---------------------------------------------------------------
24460
+ ----------------------------------------------------
24461
+ ConfigurableTest: test_values_can_be_set_for_options
24462
+ ----------------------------------------------------
24463
+ ---------------------------------------------------------------
24464
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
24465
+ ---------------------------------------------------------------
24466
+ ---------------------------------------------------------
24467
+ ExpressFormTest: test_express_form_default_method_is_POST
24468
+ ---------------------------------------------------------
24469
+ -----------------------------------------------------
24470
+ ExpressFormTest: test_simplest_form_contains_form_tag
24471
+ -----------------------------------------------------
24472
+ ---------------------------------------------------------------
24473
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
24474
+ ---------------------------------------------------------------
24475
+ ---------------------------------------------------
24476
+ ExpressFormTest: test_simplest_form_contains_submit
24477
+ ---------------------------------------------------
24478
+ -------------------------------------------
24479
+ ExpressFormTest: test_simplest_form_renders
24480
+ -------------------------------------------
24481
+ -------------------------------------------------------------------
24482
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
24483
+ -------------------------------------------------------------------
24484
+ -----------------------------------------------------------
24485
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
24486
+ -----------------------------------------------------------
24487
+ ------------------------------------------------------------------------------------
24488
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
24489
+ ------------------------------------------------------------------------------------
24490
+ --------------------------------------------------------------------------------
24491
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
24492
+ --------------------------------------------------------------------------------
24493
+ -------------------------------------------------------
24494
+ StringTest: test_String#to_view_code_returns_the_string
24495
+ -------------------------------------------------------
24496
+ ---------------------------------------------------------------
24497
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
24498
+ ---------------------------------------------------------------
24499
+ ---------------------------------------------------------
24500
+ ExpressFormTest: test_express_form_default_method_is_POST
24501
+ ---------------------------------------------------------
24502
+ -----------------------------------------------------
24503
+ ExpressFormTest: test_simplest_form_contains_form_tag
24504
+ -----------------------------------------------------
24505
+ ---------------------------------------------------------------
24506
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
24507
+ ---------------------------------------------------------------
24508
+ ---------------------------------------------------
24509
+ ExpressFormTest: test_simplest_form_contains_submit
24510
+ ---------------------------------------------------
24511
+ -------------------------------------------
24512
+ ExpressFormTest: test_simplest_form_renders
24513
+ -------------------------------------------
24514
+ -------------------------------------------------------------------
24515
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
24516
+ -------------------------------------------------------------------
24517
+ -----------------------------------------------------------
24518
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
24519
+ -----------------------------------------------------------
24520
+ -----------------------------------------
24521
+ HelloControllerTest: test_should_get_show
24522
+ -----------------------------------------
24523
+ Processing by HelloController#show as HTML
24524
+ Rendered hello/show.html.et within layouts/application (1.1ms)
24525
+ Completed 200 OK in 118ms (Views: 117.8ms)
24526
+ --------------------------------------------------------------
24527
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
24528
+ --------------------------------------------------------------
24529
+ ------------------------------------------------------------------------
24530
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
24531
+ ------------------------------------------------------------------------
24532
+ ----------------------------------------------------------
24533
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
24534
+ ----------------------------------------------------------
24535
+ -----------------------------
24536
+ HandlerTest: test_locals_work
24537
+ -----------------------------
24538
+ ------------------------------------------------------------
24539
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
24540
+ ------------------------------------------------------------
24541
+ ----------------------------------
24542
+ HandlerTest: test_other_attributes
24543
+ ----------------------------------
24544
+ -------------------------------------------
24545
+ HandlerTest: test_our_handler_is_registered
24546
+ -------------------------------------------
24547
+ ------------------------------------------------------------------
24548
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
24549
+ ------------------------------------------------------------------
24550
+ ---------------------------------------
24551
+ HandlerTest: test_string_in_block_works
24552
+ ---------------------------------------
24553
+ -----------------------------------------------------------------------------
24554
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
24555
+ -----------------------------------------------------------------------------
24556
+ ----------------------------------------------------------------------------------------
24557
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
24558
+ ----------------------------------------------------------------------------------------
24559
+ -------------------------------------------------------------------------------
24560
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
24561
+ -------------------------------------------------------------------------------
24562
+ -----------------------------------------------------------------------------------------------------
24563
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
24564
+ -----------------------------------------------------------------------------------------------------
24565
+ ---------------------------------------------------
24566
+ ConfigurableTest: test_default_values_are_supported
24567
+ ---------------------------------------------------
24568
+ ----------------------------------------------------------------------
24569
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
24570
+ ----------------------------------------------------------------------
24571
+ ------------------------------------------------------------------------
24572
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
24573
+ ------------------------------------------------------------------------
24574
+ -----------------------------------------------------------
24575
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
24576
+ -----------------------------------------------------------
24577
+ --------------------------------------------
24578
+ ConfigurableTest: test_options_are_inherited
24579
+ --------------------------------------------
24580
+ -------------------------------------------------------
24581
+ ConfigurableTest: test_renders_first_argument_as_dom_id
24582
+ -------------------------------------------------------
24583
+ ----------------------------------------------------
24584
+ ConfigurableTest: test_required_options_are_required
24585
+ ----------------------------------------------------
24586
+ --------------------------------------------------
24587
+ ConfigurableTest: test_supports_option_declaration
24588
+ --------------------------------------------------
24589
+ ---------------------------------------------------------------
24590
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
24591
+ ---------------------------------------------------------------
24592
+ ----------------------------------------------------
24593
+ ConfigurableTest: test_values_can_be_set_for_options
24594
+ ----------------------------------------------------
24595
+ ---------------------------------------------------------------------
24596
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
24597
+ ---------------------------------------------------------------------
24598
+ -------------------------------------------
24599
+ ExpressTemplatesTest: test_we_have_a_module
24600
+ -------------------------------------------
24601
+ ---------------------------------------------------------------------------------------------
24602
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
24603
+ ---------------------------------------------------------------------------------------------
24604
+ -----------------------------------------------------------------
24605
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
24606
+ -----------------------------------------------------------------
24607
+ ------------------------------------------------------------------
24608
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
24609
+ ------------------------------------------------------------------
24610
+ ----------------------------------------------------------------
24611
+ SelectTest: test_select_collection_works_using_collection_select
24612
+ ----------------------------------------------------------------
24613
+ ------------------------------------------
24614
+ SelectTest: test_select_comes_with_a_label
24615
+ ------------------------------------------
24616
+ --------------------------------------------------
24617
+ SelectTest: test_select_defaults_can_be_overridden
24618
+ --------------------------------------------------
24619
+ -------------------------------------------------------
24620
+ SelectTest: test_select_defaults_to_include_blank:_true
24621
+ -------------------------------------------------------
24622
+ ------------------------------------------------------------------------------------
24623
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
24624
+ ------------------------------------------------------------------------------------
24625
+ ------------------------------------------------------------------------
24626
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
24627
+ ------------------------------------------------------------------------
24628
+ --------------------------------------------------------------
24629
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
24630
+ --------------------------------------------------------------
24631
+ -----------------------------------------------------------------------------------------
24632
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
24633
+ -----------------------------------------------------------------------------------------
24634
+ ---------------------------------------------------
24635
+ SelectTest: test_select_requires_a_parent_component
24636
+ ---------------------------------------------------
24637
+ ---------------------------------------------------------------------------
24638
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
24639
+ ---------------------------------------------------------------------------
24640
+ -------------------------------------------------------------------------
24641
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
24642
+ -------------------------------------------------------------------------
24643
+ -----------------------------------------------------------------
24644
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
24645
+ -----------------------------------------------------------------
24646
+ ---------------------------------------------------------
24647
+ BaseTest: test_.has_attributes_creates_default_attributes
24648
+ ---------------------------------------------------------
24649
+ -----------------------------------------------------
24650
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
24651
+ -----------------------------------------------------
24652
+ --------------------------------------------------
24653
+ BaseTest: test_before_build_hook_runs_before_build
24654
+ --------------------------------------------------
24655
+ --------------------------------------------------------------
24656
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
24657
+ --------------------------------------------------------------
24658
+ -----------------------------------------------------------
24659
+ BaseTest: test_class_option_adds_a_class,_does_not_override
24660
+ -----------------------------------------------------------
24661
+ ----------------------------------------------------
24662
+ BaseTest: test_options_are_passed_to_html_attributes
24663
+ ----------------------------------------------------
24664
+ ------------------------------------------------------------
24665
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
24666
+ ------------------------------------------------------------
24667
+ ---------------------------------------------------------------------------
24668
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
24669
+ ---------------------------------------------------------------------------
24670
+ ----------------------------------------------
24671
+ SubmitTest: test_submit_accepts_a_class_option
24672
+ ----------------------------------------------
24673
+ --------------------------------------------------------
24674
+ SubmitTest: test_submit_accepts_a_value_and_class_option
24675
+ --------------------------------------------------------
24676
+ ----------------------------------------------------
24677
+ SubmitTest: test_submit_takes_string_param_for_value
24678
+ ----------------------------------------------------
24679
+ -----------------------------------------------------------
24680
+ RadioTest: test_radio_has_correct_label_field_name_and_text
24681
+ -----------------------------------------------------------
24682
+ ------------------------------------------------------------------
24683
+ RadioTest: test_radio_options_from_collection_when_options_omitted
24684
+ ------------------------------------------------------------------
24685
+ ----------------------------------------------------------
24686
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
24687
+ ----------------------------------------------------------
24688
+ --------------------------------------------------------
24689
+ RadioTest: test_radio_options_present_with_class_'radio'
24690
+ --------------------------------------------------------
24691
+ -------------------------------------------------
24692
+ RadioTest: test_radio_requires_a_parent_component
24693
+ -------------------------------------------------
24694
+ ------------------------------------------------------------
24695
+ RadioTest: test_radio_throws_error_if_given_improper_options
24696
+ ------------------------------------------------------------
24697
+ ------------------------------------------------------------------------------------
24698
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
24699
+ ------------------------------------------------------------------------------------
24700
+ -------------------------------------------------------------------
24701
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
24702
+ -------------------------------------------------------------------
24703
+ ---------------------------------------------------------------------
24704
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
24705
+ ---------------------------------------------------------------------
24706
+ ---------------------------------------------------------------------
24707
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
24708
+ ---------------------------------------------------------------------
24709
+ ----------------------------------------------------
24710
+ InterpolatorTest: test_nested_with_outer_text_parses
24711
+ ----------------------------------------------------
24712
+ -------------------------------------------------------
24713
+ InterpolatorTest: test_nested_without_outer_text_parses
24714
+ -------------------------------------------------------
24715
+ ---------------------------------------------------------------------
24716
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
24717
+ ---------------------------------------------------------------------
24718
+ -------------------------------------------------
24719
+ InterpolatorTest: test_simplest_expression_parses
24720
+ -------------------------------------------------
24721
+ --------------------------------------------
24722
+ CompilerTest: test_.compile_returns_a_string
24723
+ --------------------------------------------
24724
+ --------------------------------------------------------------------------------------------------
24725
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
24726
+ --------------------------------------------------------------------------------------------------
24727
+ -----------------------------------------------------------------------------------------
24728
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
24729
+ -----------------------------------------------------------------------------------------
24730
+ ---------------------------------------------------------------------------------------------------
24731
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
24732
+ ---------------------------------------------------------------------------------------------------
24733
+ ------------------------------------------------------------------------------------------------
24734
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
24735
+ ------------------------------------------------------------------------------------------------
24736
+ -----------------------------------------------------------------------------
24737
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
24738
+ -----------------------------------------------------------------------------
24739
+ -------------------------------------------------------------
24740
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
24741
+ -------------------------------------------------------------
24742
+ -------------------------------------------------------
24743
+ CheckboxTest: test_checkbox_respects_label_after:_true_
24744
+ -------------------------------------------------------
24745
+ ---------------------------------------------------------------------------------------
24746
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
24747
+ ---------------------------------------------------------------------------------------
24748
+ ----------------------------------------------------------------------------------------------
24749
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
24750
+ ----------------------------------------------------------------------------------------------
24751
+ --------------------------------------------------------------------------------------------
24752
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
24753
+ --------------------------------------------------------------------------------------------
24754
+ -------------------------------------
24755
+ BasicFieldsTest: test_all_fields_work
24756
+ -------------------------------------
24757
+ ---------------------------------------------------------------------------------
24758
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
24759
+ ---------------------------------------------------------------------------------
24760
+ ---------------------------------------------------------
24761
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
24762
+ ---------------------------------------------------------
24763
+ ---------------------------------------------------------
24764
+ BasicFieldsTest: test_passing_html_options_to_fields_work
24765
+ ---------------------------------------------------------
24766
+ -----------------------------------------------------------------------------
24767
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
24768
+ -----------------------------------------------------------------------------
24769
+ ----------------------------------------------------------
24770
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
24771
+ ----------------------------------------------------------
24772
+ -----------------------------------------------------------------------------------------
24773
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
24774
+ -----------------------------------------------------------------------------------------
24775
+ ------------------------------------------------
24776
+ ProcTest: test_#source_body_handles_funky_bodies
24777
+ ------------------------------------------------
24778
+ ----------------------------------------------------------
24779
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
24780
+ ----------------------------------------------------------
24781
+ ------------------------------------------------------
24782
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
24783
+ ------------------------------------------------------
24784
+ ----------------------------------------------
24785
+ ProcTest: test_#source_returns_a_proc's_source
24786
+ ----------------------------------------------
24787
+ ---------------------------------------------------------------
24788
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
24789
+ ---------------------------------------------------------------
24790
+ -----------------------------------------------------------------
24791
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
24792
+ -----------------------------------------------------------------
24793
+ ------------------------------------------------------------
24794
+ ProcTest: test_#source_works_with_a_block_containing_a_block
24795
+ ------------------------------------------------------------
24796
+ --------------------------------------------
24797
+ ProcTest: test_#source_works_with_a_do_block
24798
+ --------------------------------------------
24799
+ -----------------------------------------------------
24800
+ ProcTest: test_#source_works_with_a_single_line_block
24801
+ -----------------------------------------------------
24802
+ -------------------------------------------------
24803
+ ProcTest: test_#source_works_with_a_stabby_lambda
24804
+ -------------------------------------------------
24805
+ ----------------------------------------------------------------------------------------
24806
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
24807
+ ----------------------------------------------------------------------------------------
24808
+ -----------------------------------------------------------------------------
24809
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
24810
+ -----------------------------------------------------------------------------
24811
+ ----------------------------------------------------------------------------------------
24812
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
24813
+ ----------------------------------------------------------------------------------------
24814
+ -------------------------------------------------------------------------------
24815
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
24816
+ -------------------------------------------------------------------------------
24817
+ -----------------------------------------------------------------------------------------------------
24818
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
24819
+ -----------------------------------------------------------------------------------------------------
24820
+ ---------------------------------------------------
24821
+ ConfigurableTest: test_default_values_are_supported
24822
+ ---------------------------------------------------
24823
+ ----------------------------------------------------------------------
24824
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
24825
+ ----------------------------------------------------------------------
24826
+ ------------------------------------------------------------------------
24827
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
24828
+ ------------------------------------------------------------------------
24829
+ -----------------------------------------------------------
24830
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
24831
+ -----------------------------------------------------------
24832
+ --------------------------------------------
24833
+ ConfigurableTest: test_options_are_inherited
24834
+ --------------------------------------------
24835
+ -------------------------------------------------------
24836
+ ConfigurableTest: test_renders_first_argument_as_dom_id
24837
+ -------------------------------------------------------
24838
+ ----------------------------------------------------
24839
+ ConfigurableTest: test_required_options_are_required
24840
+ ----------------------------------------------------
24841
+ --------------------------------------------------
24842
+ ConfigurableTest: test_supports_option_declaration
24843
+ --------------------------------------------------
24844
+ ---------------------------------------------------------------
24845
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
24846
+ ---------------------------------------------------------------
24847
+ ----------------------------------------------------
24848
+ ConfigurableTest: test_values_can_be_set_for_options
24849
+ ----------------------------------------------------
24850
+ --------------------------------------------
24851
+ CompilerTest: test_.compile_returns_a_string
24852
+ --------------------------------------------
24853
+ ------------------------------------------------------------------------------------
24854
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
24855
+ ------------------------------------------------------------------------------------
24856
+ -------------------------------------------------------------------
24857
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
24858
+ -------------------------------------------------------------------
24859
+ ---------------------------------------------------------------------
24860
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
24861
+ ---------------------------------------------------------------------
24862
+ ---------------------------------------------------------------------
24863
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
24864
+ ---------------------------------------------------------------------
24865
+ ----------------------------------------------------
24866
+ InterpolatorTest: test_nested_with_outer_text_parses
24867
+ ----------------------------------------------------
24868
+ -------------------------------------------------------
24869
+ InterpolatorTest: test_nested_without_outer_text_parses
24870
+ -------------------------------------------------------
24871
+ ---------------------------------------------------------------------
24872
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
24873
+ ---------------------------------------------------------------------
24874
+ -------------------------------------------------
24875
+ InterpolatorTest: test_simplest_expression_parses
24876
+ -------------------------------------------------
24877
+ --------------------------------------------------------------------------------------------------
24878
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
24879
+ --------------------------------------------------------------------------------------------------
24880
+ -----------------------------------------------------------------------------------------
24881
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
24882
+ -----------------------------------------------------------------------------------------
24883
+ ---------------------------------------------------------------------------------------------------
24884
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
24885
+ ---------------------------------------------------------------------------------------------------
24886
+ ------------------------------------------------------------------------------------------------
24887
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
24888
+ ------------------------------------------------------------------------------------------------
24889
+ -----------------------------------------------------------------------------
24890
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
24891
+ -----------------------------------------------------------------------------
24892
+ ---------------------------------------------------------------------
24893
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
24894
+ ---------------------------------------------------------------------
24895
+ -------------------------------------------
24896
+ ExpressTemplatesTest: test_we_have_a_module
24897
+ -------------------------------------------
24898
+ ----------------------------------------------------------------
24899
+ SelectTest: test_select_collection_works_using_collection_select
24900
+ ----------------------------------------------------------------
24901
+ ------------------------------------------
24902
+ SelectTest: test_select_comes_with_a_label
24903
+ ------------------------------------------
24904
+ --------------------------------------------------
24905
+ SelectTest: test_select_defaults_can_be_overridden
24906
+ --------------------------------------------------
24907
+ -------------------------------------------------------
24908
+ SelectTest: test_select_defaults_to_include_blank:_true
24909
+ -------------------------------------------------------
24910
+ ------------------------------------------------------------------------------------
24911
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
24912
+ ------------------------------------------------------------------------------------
24913
+ ------------------------------------------------------------------------
24914
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
24915
+ ------------------------------------------------------------------------
24916
+ --------------------------------------------------------------
24917
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
24918
+ --------------------------------------------------------------
24919
+ -----------------------------------------------------------------------------------------
24920
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
24921
+ -----------------------------------------------------------------------------------------
24922
+ ---------------------------------------------------
24923
+ SelectTest: test_select_requires_a_parent_component
24924
+ ---------------------------------------------------
24925
+ ---------------------------------------------------------------------------
24926
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
24927
+ ---------------------------------------------------------------------------
24928
+ -------------------------------------------------------------------------
24929
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
24930
+ -------------------------------------------------------------------------
24931
+ ----------------------------------------------
24932
+ SubmitTest: test_submit_accepts_a_class_option
24933
+ ----------------------------------------------
24934
+ --------------------------------------------------------
24935
+ SubmitTest: test_submit_accepts_a_value_and_class_option
24936
+ --------------------------------------------------------
24937
+ ----------------------------------------------------
24938
+ SubmitTest: test_submit_takes_string_param_for_value
24939
+ ----------------------------------------------------
24940
+ -----------------------------------------------------------
24941
+ RadioTest: test_radio_has_correct_label_field_name_and_text
24942
+ -----------------------------------------------------------
24943
+ ------------------------------------------------------------------
24944
+ RadioTest: test_radio_options_from_collection_when_options_omitted
24945
+ ------------------------------------------------------------------
24946
+ ----------------------------------------------------------
24947
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
24948
+ ----------------------------------------------------------
24949
+ --------------------------------------------------------
24950
+ RadioTest: test_radio_options_present_with_class_'radio'
24951
+ --------------------------------------------------------
24952
+ -------------------------------------------------
24953
+ RadioTest: test_radio_requires_a_parent_component
24954
+ -------------------------------------------------
24955
+ ------------------------------------------------------------
24956
+ RadioTest: test_radio_throws_error_if_given_improper_options
24957
+ ------------------------------------------------------------
24958
+ ---------------------------------------------------------------------------------------
24959
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
24960
+ ---------------------------------------------------------------------------------------
24961
+ ----------------------------------------------------------------------------------------------
24962
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
24963
+ ----------------------------------------------------------------------------------------------
24964
+ --------------------------------------------------------------------------------------------
24965
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
24966
+ --------------------------------------------------------------------------------------------
24967
+ -------------------------------------
24968
+ BasicFieldsTest: test_all_fields_work
24969
+ -------------------------------------
24970
+ ---------------------------------------------------------------------------------
24971
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
24972
+ ---------------------------------------------------------------------------------
24973
+ ---------------------------------------------------------
24974
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
24975
+ ---------------------------------------------------------
24976
+ ---------------------------------------------------------
24977
+ BasicFieldsTest: test_passing_html_options_to_fields_work
24978
+ ---------------------------------------------------------
24979
+ -----------------------------------------------------------------------------
24980
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
24981
+ -----------------------------------------------------------------------------
24982
+ ----------------------------------------------------------
24983
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
24984
+ ----------------------------------------------------------
24985
+ -----------------------------------------------------------------
24986
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
24987
+ -----------------------------------------------------------------
24988
+ ---------------------------------------------------------
24989
+ BaseTest: test_.has_attributes_creates_default_attributes
24990
+ ---------------------------------------------------------
24991
+ -----------------------------------------------------
24992
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
24993
+ -----------------------------------------------------
24994
+ --------------------------------------------------
24995
+ BaseTest: test_before_build_hook_runs_before_build
24996
+ --------------------------------------------------
24997
+ --------------------------------------------------------------
24998
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
24999
+ --------------------------------------------------------------
25000
+ -----------------------------------------------------------
25001
+ BaseTest: test_class_option_adds_a_class,_does_not_override
25002
+ -----------------------------------------------------------
25003
+ ----------------------------------------------------
25004
+ BaseTest: test_options_are_passed_to_html_attributes
25005
+ ----------------------------------------------------
25006
+ -------------------------------------------------------------
25007
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
25008
+ -------------------------------------------------------------
25009
+ -------------------------------------------------------
25010
+ CheckboxTest: test_checkbox_respects_label_after:_true_
25011
+ -------------------------------------------------------
25012
+ --------------------------------------------------------------
25013
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
25014
+ --------------------------------------------------------------
25015
+ ------------------------------------------------------------------------
25016
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
25017
+ ------------------------------------------------------------------------
25018
+ ----------------------------------------------------------
25019
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
25020
+ ----------------------------------------------------------
25021
+ -----------------------------
25022
+ HandlerTest: test_locals_work
25023
+ -----------------------------
25024
+ ------------------------------------------------------------
25025
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
25026
+ ------------------------------------------------------------
25027
+ ----------------------------------
25028
+ HandlerTest: test_other_attributes
25029
+ ----------------------------------
25030
+ -------------------------------------------
25031
+ HandlerTest: test_our_handler_is_registered
25032
+ -------------------------------------------
25033
+ ------------------------------------------------------------------
25034
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
25035
+ ------------------------------------------------------------------
25036
+ ---------------------------------------
25037
+ HandlerTest: test_string_in_block_works
25038
+ ---------------------------------------
25039
+ ---------------------------------------------------------------------------------------------
25040
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
25041
+ ---------------------------------------------------------------------------------------------
25042
+ -----------------------------------------------------------------
25043
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
25044
+ -----------------------------------------------------------------
25045
+ ------------------------------------------------------------------
25046
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
25047
+ ------------------------------------------------------------------
25048
+ ------------------------------------------------------------
25049
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
25050
+ ------------------------------------------------------------
25051
+ ---------------------------------------------------------------------------
25052
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
25053
+ ---------------------------------------------------------------------------
25054
+ -----------------------------------------
25055
+ HelloControllerTest: test_should_get_show
25056
+ -----------------------------------------
25057
+ Processing by HelloController#show as HTML
25058
+ Rendered hello/show.html.et within layouts/application (1.0ms)
25059
+ Completed 200 OK in 123ms (Views: 123.0ms)
25060
+ ---------------------------------------------------------------
25061
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
25062
+ ---------------------------------------------------------------
25063
+ ---------------------------------------------------------
25064
+ ExpressFormTest: test_express_form_default_method_is_POST
25065
+ ---------------------------------------------------------
25066
+ -----------------------------------------------------
25067
+ ExpressFormTest: test_simplest_form_contains_form_tag
25068
+ -----------------------------------------------------
25069
+ ---------------------------------------------------------------
25070
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
25071
+ ---------------------------------------------------------------
25072
+ ---------------------------------------------------
25073
+ ExpressFormTest: test_simplest_form_contains_submit
25074
+ ---------------------------------------------------
25075
+ -------------------------------------------
25076
+ ExpressFormTest: test_simplest_form_renders
25077
+ -------------------------------------------
25078
+ -------------------------------------------------------------------
25079
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
25080
+ -------------------------------------------------------------------
25081
+ -----------------------------------------------------------
25082
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
25083
+ -----------------------------------------------------------
25084
+ -----------------------------------------------------------------------------------------
25085
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
25086
+ -----------------------------------------------------------------------------------------
25087
+ ------------------------------------------------
25088
+ ProcTest: test_#source_body_handles_funky_bodies
25089
+ ------------------------------------------------
25090
+ ----------------------------------------------------------
25091
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
25092
+ ----------------------------------------------------------
25093
+ ------------------------------------------------------
25094
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
25095
+ ------------------------------------------------------
25096
+ ----------------------------------------------
25097
+ ProcTest: test_#source_returns_a_proc's_source
25098
+ ----------------------------------------------
25099
+ ---------------------------------------------------------------
25100
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
25101
+ ---------------------------------------------------------------
25102
+ -----------------------------------------------------------------
25103
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
25104
+ -----------------------------------------------------------------
25105
+ ------------------------------------------------------------
25106
+ ProcTest: test_#source_works_with_a_block_containing_a_block
25107
+ ------------------------------------------------------------
25108
+ --------------------------------------------
25109
+ ProcTest: test_#source_works_with_a_do_block
25110
+ --------------------------------------------
25111
+ -----------------------------------------------------
25112
+ ProcTest: test_#source_works_with_a_single_line_block
25113
+ -----------------------------------------------------
25114
+ -------------------------------------------------
25115
+ ProcTest: test_#source_works_with_a_stabby_lambda
25116
+ -------------------------------------------------
25117
+ ----------------------------------------------------------------------------------------
25118
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
25119
+ ----------------------------------------------------------------------------------------
25120
+ ------------------------------------------------------------------------------------
25121
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
25122
+ ------------------------------------------------------------------------------------
25123
+ --------------------------------------------------------------------------------
25124
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
25125
+ --------------------------------------------------------------------------------
25126
+ -------------------------------------------------------
25127
+ StringTest: test_String#to_view_code_returns_the_string
25128
+ -------------------------------------------------------
25129
+ ------------------------------------------------------------------------------------
25130
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
25131
+ ------------------------------------------------------------------------------------
25132
+ --------------------------------------------------------------------------------
25133
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
25134
+ --------------------------------------------------------------------------------
25135
+ -------------------------------------------------------
25136
+ StringTest: test_String#to_view_code_returns_the_string
25137
+ -------------------------------------------------------
25138
+ -------------------------------------------------------------
25139
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
25140
+ -------------------------------------------------------------
25141
+ -------------------------------------------------------
25142
+ CheckboxTest: test_checkbox_respects_label_after:_true_
25143
+ -------------------------------------------------------
25144
+ ---------------------------------------------------------------------
25145
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
25146
+ ---------------------------------------------------------------------
25147
+ -------------------------------------------
25148
+ ExpressTemplatesTest: test_we_have_a_module
25149
+ -------------------------------------------
25150
+ -----------------------------------------------------------------------------------------
25151
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
25152
+ -----------------------------------------------------------------------------------------
25153
+ ------------------------------------------------
25154
+ ProcTest: test_#source_body_handles_funky_bodies
25155
+ ------------------------------------------------
25156
+ ----------------------------------------------------------
25157
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
25158
+ ----------------------------------------------------------
25159
+ ------------------------------------------------------
25160
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
25161
+ ------------------------------------------------------
25162
+ ----------------------------------------------
25163
+ ProcTest: test_#source_returns_a_proc's_source
25164
+ ----------------------------------------------
25165
+ ---------------------------------------------------------------
25166
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
25167
+ ---------------------------------------------------------------
25168
+ -----------------------------------------------------------------
25169
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
25170
+ -----------------------------------------------------------------
25171
+ ------------------------------------------------------------
25172
+ ProcTest: test_#source_works_with_a_block_containing_a_block
25173
+ ------------------------------------------------------------
25174
+ --------------------------------------------
25175
+ ProcTest: test_#source_works_with_a_do_block
25176
+ --------------------------------------------
25177
+ -----------------------------------------------------
25178
+ ProcTest: test_#source_works_with_a_single_line_block
25179
+ -----------------------------------------------------
25180
+ -------------------------------------------------
25181
+ ProcTest: test_#source_works_with_a_stabby_lambda
25182
+ -------------------------------------------------
25183
+ ----------------------------------------------------------------------------------------
25184
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
25185
+ ----------------------------------------------------------------------------------------
25186
+ ----------------------------------------------
25187
+ SubmitTest: test_submit_accepts_a_class_option
25188
+ ----------------------------------------------
25189
+ --------------------------------------------------------
25190
+ SubmitTest: test_submit_accepts_a_value_and_class_option
25191
+ --------------------------------------------------------
25192
+ ----------------------------------------------------
25193
+ SubmitTest: test_submit_takes_string_param_for_value
25194
+ ----------------------------------------------------
25195
+ -----------------------------------------------------------
25196
+ RadioTest: test_radio_has_correct_label_field_name_and_text
25197
+ -----------------------------------------------------------
25198
+ ------------------------------------------------------------------
25199
+ RadioTest: test_radio_options_from_collection_when_options_omitted
25200
+ ------------------------------------------------------------------
25201
+ ----------------------------------------------------------
25202
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
25203
+ ----------------------------------------------------------
25204
+ --------------------------------------------------------
25205
+ RadioTest: test_radio_options_present_with_class_'radio'
25206
+ --------------------------------------------------------
25207
+ -------------------------------------------------
25208
+ RadioTest: test_radio_requires_a_parent_component
25209
+ -------------------------------------------------
25210
+ ------------------------------------------------------------
25211
+ RadioTest: test_radio_throws_error_if_given_improper_options
25212
+ ------------------------------------------------------------
25213
+ ------------------------------------------------------------------------------------
25214
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
25215
+ ------------------------------------------------------------------------------------
25216
+ -------------------------------------------------------------------
25217
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
25218
+ -------------------------------------------------------------------
25219
+ ---------------------------------------------------------------------
25220
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
25221
+ ---------------------------------------------------------------------
25222
+ ---------------------------------------------------------------------
25223
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
25224
+ ---------------------------------------------------------------------
25225
+ ----------------------------------------------------
25226
+ InterpolatorTest: test_nested_with_outer_text_parses
25227
+ ----------------------------------------------------
25228
+ -------------------------------------------------------
25229
+ InterpolatorTest: test_nested_without_outer_text_parses
25230
+ -------------------------------------------------------
25231
+ ---------------------------------------------------------------------
25232
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
25233
+ ---------------------------------------------------------------------
25234
+ -------------------------------------------------
25235
+ InterpolatorTest: test_simplest_expression_parses
25236
+ -------------------------------------------------
25237
+ --------------------------------------------------------------------------------------------------
25238
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
25239
+ --------------------------------------------------------------------------------------------------
25240
+ -----------------------------------------------------------------------------------------
25241
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
25242
+ -----------------------------------------------------------------------------------------
25243
+ ---------------------------------------------------------------------------------------------------
25244
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
25245
+ ---------------------------------------------------------------------------------------------------
25246
+ ------------------------------------------------------------------------------------------------
25247
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
25248
+ ------------------------------------------------------------------------------------------------
25249
+ -----------------------------------------------------------------------------
25250
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
25251
+ -----------------------------------------------------------------------------
25252
+ ------------------------------------------------------------
25253
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
25254
+ ------------------------------------------------------------
25255
+ ---------------------------------------------------------------------------
25256
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
25257
+ ---------------------------------------------------------------------------
25258
+ -----------------------------------------
25259
+ HelloControllerTest: test_should_get_show
25260
+ -----------------------------------------
25261
+ Processing by HelloController#show as HTML
25262
+ Rendered hello/show.html.et within layouts/application (0.9ms)
25263
+ Completed 200 OK in 120ms (Views: 119.5ms)
25264
+ -----------------------------------------------------------------------------
25265
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
25266
+ -----------------------------------------------------------------------------
25267
+ ----------------------------------------------------------------------------------------
25268
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
25269
+ ----------------------------------------------------------------------------------------
25270
+ -------------------------------------------------------------------------------
25271
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
25272
+ -------------------------------------------------------------------------------
25273
+ -----------------------------------------------------------------------------------------------------
25274
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
25275
+ -----------------------------------------------------------------------------------------------------
25276
+ ---------------------------------------------------
25277
+ ConfigurableTest: test_default_values_are_supported
25278
+ ---------------------------------------------------
25279
+ ----------------------------------------------------------------------
25280
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
25281
+ ----------------------------------------------------------------------
25282
+ ------------------------------------------------------------------------
25283
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
25284
+ ------------------------------------------------------------------------
25285
+ -----------------------------------------------------------
25286
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
25287
+ -----------------------------------------------------------
25288
+ --------------------------------------------
25289
+ ConfigurableTest: test_options_are_inherited
25290
+ --------------------------------------------
25291
+ -------------------------------------------------------
25292
+ ConfigurableTest: test_renders_first_argument_as_dom_id
25293
+ -------------------------------------------------------
25294
+ ----------------------------------------------------
25295
+ ConfigurableTest: test_required_options_are_required
25296
+ ----------------------------------------------------
25297
+ --------------------------------------------------
25298
+ ConfigurableTest: test_supports_option_declaration
25299
+ --------------------------------------------------
25300
+ ---------------------------------------------------------------
25301
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
25302
+ ---------------------------------------------------------------
25303
+ ----------------------------------------------------
25304
+ ConfigurableTest: test_values_can_be_set_for_options
25305
+ ----------------------------------------------------
25306
+ ----------------------------------------------------------------
25307
+ SelectTest: test_select_collection_works_using_collection_select
25308
+ ----------------------------------------------------------------
25309
+ ------------------------------------------
25310
+ SelectTest: test_select_comes_with_a_label
25311
+ ------------------------------------------
25312
+ --------------------------------------------------
25313
+ SelectTest: test_select_defaults_can_be_overridden
25314
+ --------------------------------------------------
25315
+ -------------------------------------------------------
25316
+ SelectTest: test_select_defaults_to_include_blank:_true
25317
+ -------------------------------------------------------
25318
+ ------------------------------------------------------------------------------------
25319
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
25320
+ ------------------------------------------------------------------------------------
25321
+ ------------------------------------------------------------------------
25322
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
25323
+ ------------------------------------------------------------------------
25324
+ --------------------------------------------------------------
25325
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
25326
+ --------------------------------------------------------------
25327
+ -----------------------------------------------------------------------------------------
25328
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
25329
+ -----------------------------------------------------------------------------------------
25330
+ ---------------------------------------------------
25331
+ SelectTest: test_select_requires_a_parent_component
25332
+ ---------------------------------------------------
25333
+ ---------------------------------------------------------------------------
25334
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
25335
+ ---------------------------------------------------------------------------
25336
+ -------------------------------------------------------------------------
25337
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
25338
+ -------------------------------------------------------------------------
25339
+ ---------------------------------------------------------------------------------------
25340
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
25341
+ ---------------------------------------------------------------------------------------
25342
+ ----------------------------------------------------------------------------------------------
25343
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
25344
+ ----------------------------------------------------------------------------------------------
25345
+ --------------------------------------------------------------------------------------------
25346
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
25347
+ --------------------------------------------------------------------------------------------
25348
+ -------------------------------------
25349
+ BasicFieldsTest: test_all_fields_work
25350
+ -------------------------------------
25351
+ ---------------------------------------------------------------------------------
25352
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
25353
+ ---------------------------------------------------------------------------------
25354
+ ---------------------------------------------------------
25355
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
25356
+ ---------------------------------------------------------
25357
+ ---------------------------------------------------------
25358
+ BasicFieldsTest: test_passing_html_options_to_fields_work
25359
+ ---------------------------------------------------------
25360
+ -----------------------------------------------------------------------------
25361
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
25362
+ -----------------------------------------------------------------------------
25363
+ ----------------------------------------------------------
25364
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
25365
+ ----------------------------------------------------------
25366
+ --------------------------------------------
25367
+ CompilerTest: test_.compile_returns_a_string
25368
+ --------------------------------------------
25369
+ ---------------------------------------------------------------
25370
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
25371
+ ---------------------------------------------------------------
25372
+ ---------------------------------------------------------
25373
+ ExpressFormTest: test_express_form_default_method_is_POST
25374
+ ---------------------------------------------------------
25375
+ -----------------------------------------------------
25376
+ ExpressFormTest: test_simplest_form_contains_form_tag
25377
+ -----------------------------------------------------
25378
+ ---------------------------------------------------------------
25379
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
25380
+ ---------------------------------------------------------------
25381
+ ---------------------------------------------------
25382
+ ExpressFormTest: test_simplest_form_contains_submit
25383
+ ---------------------------------------------------
25384
+ -------------------------------------------
25385
+ ExpressFormTest: test_simplest_form_renders
25386
+ -------------------------------------------
25387
+ -------------------------------------------------------------------
25388
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
25389
+ -------------------------------------------------------------------
25390
+ -----------------------------------------------------------
25391
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
25392
+ -----------------------------------------------------------
25393
+ -----------------------------------------------------------------
25394
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
25395
+ -----------------------------------------------------------------
25396
+ ---------------------------------------------------------
25397
+ BaseTest: test_.has_attributes_creates_default_attributes
25398
+ ---------------------------------------------------------
25399
+ -----------------------------------------------------
25400
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
25401
+ -----------------------------------------------------
25402
+ --------------------------------------------------
25403
+ BaseTest: test_before_build_hook_runs_before_build
25404
+ --------------------------------------------------
25405
+ --------------------------------------------------------------
25406
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
25407
+ --------------------------------------------------------------
25408
+ -----------------------------------------------------------
25409
+ BaseTest: test_class_option_adds_a_class,_does_not_override
25410
+ -----------------------------------------------------------
25411
+ ----------------------------------------------------
25412
+ BaseTest: test_options_are_passed_to_html_attributes
25413
+ ----------------------------------------------------
25414
+ ---------------------------------------------------------------------------------------------
25415
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
25416
+ ---------------------------------------------------------------------------------------------
25417
+ -----------------------------------------------------------------
25418
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
25419
+ -----------------------------------------------------------------
25420
+ ------------------------------------------------------------------
25421
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
25422
+ ------------------------------------------------------------------
25423
+ --------------------------------------------------------------
25424
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
25425
+ --------------------------------------------------------------
25426
+ ------------------------------------------------------------------------
25427
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
25428
+ ------------------------------------------------------------------------
25429
+ ----------------------------------------------------------
25430
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
25431
+ ----------------------------------------------------------
25432
+ -----------------------------
25433
+ HandlerTest: test_locals_work
25434
+ -----------------------------
25435
+ ------------------------------------------------------------
25436
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
25437
+ ------------------------------------------------------------
25438
+ ----------------------------------
25439
+ HandlerTest: test_other_attributes
25440
+ ----------------------------------
25441
+ -------------------------------------------
25442
+ HandlerTest: test_our_handler_is_registered
25443
+ -------------------------------------------
25444
+ ------------------------------------------------------------------
25445
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
25446
+ ------------------------------------------------------------------
25447
+ ---------------------------------------
25448
+ HandlerTest: test_string_in_block_works
25449
+ ---------------------------------------
25450
+ --------------------------------------------
25451
+ CompilerTest: test_.compile_returns_a_string
25452
+ --------------------------------------------
25453
+ -----------------------------------------------------------------------------------------
25454
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
25455
+ -----------------------------------------------------------------------------------------
25456
+ ------------------------------------------------
25457
+ ProcTest: test_#source_body_handles_funky_bodies
25458
+ ------------------------------------------------
25459
+ ----------------------------------------------------------
25460
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
25461
+ ----------------------------------------------------------
25462
+ ------------------------------------------------------
25463
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
25464
+ ------------------------------------------------------
25465
+ ----------------------------------------------
25466
+ ProcTest: test_#source_returns_a_proc's_source
25467
+ ----------------------------------------------
25468
+ ---------------------------------------------------------------
25469
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
25470
+ ---------------------------------------------------------------
25471
+ -----------------------------------------------------------------
25472
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
25473
+ -----------------------------------------------------------------
25474
+ ------------------------------------------------------------
25475
+ ProcTest: test_#source_works_with_a_block_containing_a_block
25476
+ ------------------------------------------------------------
25477
+ --------------------------------------------
25478
+ ProcTest: test_#source_works_with_a_do_block
25479
+ --------------------------------------------
25480
+ -----------------------------------------------------
25481
+ ProcTest: test_#source_works_with_a_single_line_block
25482
+ -----------------------------------------------------
25483
+ -------------------------------------------------
25484
+ ProcTest: test_#source_works_with_a_stabby_lambda
25485
+ -------------------------------------------------
25486
+ ----------------------------------------------------------------------------------------
25487
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
25488
+ ----------------------------------------------------------------------------------------
25489
+ --------------------------------------------------------------
25490
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
25491
+ --------------------------------------------------------------
25492
+ ------------------------------------------------------------------------
25493
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
25494
+ ------------------------------------------------------------------------
25495
+ ----------------------------------------------------------
25496
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
25497
+ ----------------------------------------------------------
25498
+ -----------------------------
25499
+ HandlerTest: test_locals_work
25500
+ -----------------------------
25501
+ ------------------------------------------------------------
25502
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
25503
+ ------------------------------------------------------------
25504
+ ----------------------------------
25505
+ HandlerTest: test_other_attributes
25506
+ ----------------------------------
25507
+ -------------------------------------------
25508
+ HandlerTest: test_our_handler_is_registered
25509
+ -------------------------------------------
25510
+ ------------------------------------------------------------------
25511
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
25512
+ ------------------------------------------------------------------
25513
+ ---------------------------------------
25514
+ HandlerTest: test_string_in_block_works
25515
+ ---------------------------------------
25516
+ ---------------------------------------------------------------------
25517
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
25518
+ ---------------------------------------------------------------------
25519
+ -------------------------------------------
25520
+ ExpressTemplatesTest: test_we_have_a_module
25521
+ -------------------------------------------
25522
+ -----------------------------------------------------------------
25523
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
25524
+ -----------------------------------------------------------------
25525
+ ---------------------------------------------------------
25526
+ BaseTest: test_.has_attributes_creates_default_attributes
25527
+ ---------------------------------------------------------
25528
+ -----------------------------------------------------
25529
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
25530
+ -----------------------------------------------------
25531
+ --------------------------------------------------
25532
+ BaseTest: test_before_build_hook_runs_before_build
25533
+ --------------------------------------------------
25534
+ --------------------------------------------------------------
25535
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
25536
+ --------------------------------------------------------------
25537
+ -----------------------------------------------------------
25538
+ BaseTest: test_class_option_adds_a_class,_does_not_override
25539
+ -----------------------------------------------------------
25540
+ ----------------------------------------------------
25541
+ BaseTest: test_options_are_passed_to_html_attributes
25542
+ ----------------------------------------------------
25543
+ ----------------------------------------------
25544
+ SubmitTest: test_submit_accepts_a_class_option
25545
+ ----------------------------------------------
25546
+ --------------------------------------------------------
25547
+ SubmitTest: test_submit_accepts_a_value_and_class_option
25548
+ --------------------------------------------------------
25549
+ ----------------------------------------------------
25550
+ SubmitTest: test_submit_takes_string_param_for_value
25551
+ ----------------------------------------------------
25552
+ ---------------------------------------------------------------------------------------
25553
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
25554
+ ---------------------------------------------------------------------------------------
25555
+ ----------------------------------------------------------------------------------------------
25556
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
25557
+ ----------------------------------------------------------------------------------------------
25558
+ --------------------------------------------------------------------------------------------
25559
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
25560
+ --------------------------------------------------------------------------------------------
25561
+ -------------------------------------
25562
+ BasicFieldsTest: test_all_fields_work
25563
+ -------------------------------------
25564
+ ---------------------------------------------------------------------------------
25565
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
25566
+ ---------------------------------------------------------------------------------
25567
+ ---------------------------------------------------------
25568
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
25569
+ ---------------------------------------------------------
25570
+ ---------------------------------------------------------
25571
+ BasicFieldsTest: test_passing_html_options_to_fields_work
25572
+ ---------------------------------------------------------
25573
+ -----------------------------------------------------------------------------
25574
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
25575
+ -----------------------------------------------------------------------------
25576
+ ----------------------------------------------------------
25577
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
25578
+ ----------------------------------------------------------
25579
+ -------------------------------------------------------------
25580
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
25581
+ -------------------------------------------------------------
25582
+ -------------------------------------------------------
25583
+ CheckboxTest: test_checkbox_respects_label_after:_true_
25584
+ -------------------------------------------------------
25585
+ ---------------------------------------------------------------
25586
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
25587
+ ---------------------------------------------------------------
25588
+ ---------------------------------------------------------
25589
+ ExpressFormTest: test_express_form_default_method_is_POST
25590
+ ---------------------------------------------------------
25591
+ -----------------------------------------------------
25592
+ ExpressFormTest: test_simplest_form_contains_form_tag
25593
+ -----------------------------------------------------
25594
+ ---------------------------------------------------------------
25595
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
25596
+ ---------------------------------------------------------------
25597
+ ---------------------------------------------------
25598
+ ExpressFormTest: test_simplest_form_contains_submit
25599
+ ---------------------------------------------------
25600
+ -------------------------------------------
25601
+ ExpressFormTest: test_simplest_form_renders
25602
+ -------------------------------------------
25603
+ -------------------------------------------------------------------
25604
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
25605
+ -------------------------------------------------------------------
25606
+ -----------------------------------------------------------
25607
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
25608
+ -----------------------------------------------------------
25609
+ ------------------------------------------------------------------------------------
25610
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
25611
+ ------------------------------------------------------------------------------------
25612
+ -------------------------------------------------------------------
25613
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
25614
+ -------------------------------------------------------------------
25615
+ ---------------------------------------------------------------------
25616
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
25617
+ ---------------------------------------------------------------------
25618
+ ---------------------------------------------------------------------
25619
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
25620
+ ---------------------------------------------------------------------
25621
+ ----------------------------------------------------
25622
+ InterpolatorTest: test_nested_with_outer_text_parses
25623
+ ----------------------------------------------------
25624
+ -------------------------------------------------------
25625
+ InterpolatorTest: test_nested_without_outer_text_parses
25626
+ -------------------------------------------------------
25627
+ ---------------------------------------------------------------------
25628
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
25629
+ ---------------------------------------------------------------------
25630
+ -------------------------------------------------
25631
+ InterpolatorTest: test_simplest_expression_parses
25632
+ -------------------------------------------------
25633
+ ----------------------------------------------------------------
25634
+ SelectTest: test_select_collection_works_using_collection_select
25635
+ ----------------------------------------------------------------
25636
+ ------------------------------------------
25637
+ SelectTest: test_select_comes_with_a_label
25638
+ ------------------------------------------
25639
+ --------------------------------------------------
25640
+ SelectTest: test_select_defaults_can_be_overridden
25641
+ --------------------------------------------------
25642
+ -------------------------------------------------------
25643
+ SelectTest: test_select_defaults_to_include_blank:_true
25644
+ -------------------------------------------------------
25645
+ ------------------------------------------------------------------------------------
25646
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
25647
+ ------------------------------------------------------------------------------------
25648
+ ------------------------------------------------------------------------
25649
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
25650
+ ------------------------------------------------------------------------
25651
+ --------------------------------------------------------------
25652
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
25653
+ --------------------------------------------------------------
25654
+ -----------------------------------------------------------------------------------------
25655
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
25656
+ -----------------------------------------------------------------------------------------
25657
+ ---------------------------------------------------
25658
+ SelectTest: test_select_requires_a_parent_component
25659
+ ---------------------------------------------------
25660
+ ---------------------------------------------------------------------------
25661
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
25662
+ ---------------------------------------------------------------------------
25663
+ -------------------------------------------------------------------------
25664
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
25665
+ -------------------------------------------------------------------------
25666
+ ---------------------------------------------------------------------------------------------
25667
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
25668
+ ---------------------------------------------------------------------------------------------
25669
+ -----------------------------------------------------------------
25670
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
25671
+ -----------------------------------------------------------------
25672
+ ------------------------------------------------------------------
25673
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
25674
+ ------------------------------------------------------------------
25675
+ -----------------------------------------------------------
25676
+ RadioTest: test_radio_has_correct_label_field_name_and_text
25677
+ -----------------------------------------------------------
25678
+ ------------------------------------------------------------------
25679
+ RadioTest: test_radio_options_from_collection_when_options_omitted
25680
+ ------------------------------------------------------------------
25681
+ ----------------------------------------------------------
25682
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
25683
+ ----------------------------------------------------------
25684
+ --------------------------------------------------------
25685
+ RadioTest: test_radio_options_present_with_class_'radio'
25686
+ --------------------------------------------------------
25687
+ -------------------------------------------------
25688
+ RadioTest: test_radio_requires_a_parent_component
25689
+ -------------------------------------------------
25690
+ ------------------------------------------------------------
25691
+ RadioTest: test_radio_throws_error_if_given_improper_options
25692
+ ------------------------------------------------------------
25693
+ --------------------------------------------------------------------------------------------------
25694
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
25695
+ --------------------------------------------------------------------------------------------------
25696
+ -----------------------------------------------------------------------------------------
25697
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
25698
+ -----------------------------------------------------------------------------------------
25699
+ ---------------------------------------------------------------------------------------------------
25700
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
25701
+ ---------------------------------------------------------------------------------------------------
25702
+ ------------------------------------------------------------------------------------------------
25703
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
25704
+ ------------------------------------------------------------------------------------------------
25705
+ -----------------------------------------------------------------------------
25706
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
25707
+ -----------------------------------------------------------------------------
25708
+ ------------------------------------------------------------
25709
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
25710
+ ------------------------------------------------------------
25711
+ ---------------------------------------------------------------------------
25712
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
25713
+ ---------------------------------------------------------------------------
25714
+ -----------------------------------------
25715
+ HelloControllerTest: test_should_get_show
25716
+ -----------------------------------------
25717
+ Processing by HelloController#show as HTML
25718
+ Rendered hello/show.html.et within layouts/application (1.4ms)
25719
+ Completed 200 OK in 130ms (Views: 130.2ms)
25720
+ ------------------------------------------------------------------------------------
25721
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
25722
+ ------------------------------------------------------------------------------------
25723
+ --------------------------------------------------------------------------------
25724
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
25725
+ --------------------------------------------------------------------------------
25726
+ -------------------------------------------------------
25727
+ StringTest: test_String#to_view_code_returns_the_string
25728
+ -------------------------------------------------------
25729
+ -----------------------------------------------------------------------------
25730
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
25731
+ -----------------------------------------------------------------------------
25732
+ ----------------------------------------------------------------------------------------
25733
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
25734
+ ----------------------------------------------------------------------------------------
25735
+ -------------------------------------------------------------------------------
25736
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
25737
+ -------------------------------------------------------------------------------
25738
+ -----------------------------------------------------------------------------------------------------
25739
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
25740
+ -----------------------------------------------------------------------------------------------------
25741
+ ---------------------------------------------------
25742
+ ConfigurableTest: test_default_values_are_supported
25743
+ ---------------------------------------------------
25744
+ ----------------------------------------------------------------------
25745
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
25746
+ ----------------------------------------------------------------------
25747
+ ------------------------------------------------------------------------
25748
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
25749
+ ------------------------------------------------------------------------
25750
+ -----------------------------------------------------------
25751
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
25752
+ -----------------------------------------------------------
25753
+ --------------------------------------------
25754
+ ConfigurableTest: test_options_are_inherited
25755
+ --------------------------------------------
25756
+ -------------------------------------------------------
25757
+ ConfigurableTest: test_renders_first_argument_as_dom_id
25758
+ -------------------------------------------------------
25759
+ ----------------------------------------------------
25760
+ ConfigurableTest: test_required_options_are_required
25761
+ ----------------------------------------------------
25762
+ --------------------------------------------------
25763
+ ConfigurableTest: test_supports_option_declaration
25764
+ --------------------------------------------------
25765
+ ---------------------------------------------------------------
25766
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
25767
+ ---------------------------------------------------------------
25768
+ ----------------------------------------------------
25769
+ ConfigurableTest: test_values_can_be_set_for_options
25770
+ ----------------------------------------------------
25771
+ --------------------------------------------
25772
+ CompilerTest: test_.compile_returns_a_string
25773
+ --------------------------------------------
25774
+ ----------------------------------------------
25775
+ SubmitTest: test_submit_accepts_a_class_option
25776
+ ----------------------------------------------
25777
+ --------------------------------------------------------
25778
+ SubmitTest: test_submit_accepts_a_value_and_class_option
25779
+ --------------------------------------------------------
25780
+ ----------------------------------------------------
25781
+ SubmitTest: test_submit_takes_string_param_for_value
25782
+ ----------------------------------------------------
25783
+ ---------------------------------------------------------------------------------------------
25784
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
25785
+ ---------------------------------------------------------------------------------------------
25786
+ -----------------------------------------------------------------
25787
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
25788
+ -----------------------------------------------------------------
25789
+ ------------------------------------------------------------------
25790
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
25791
+ ------------------------------------------------------------------
25792
+ -----------------------------------------
25793
+ HelloControllerTest: test_should_get_show
25794
+ -----------------------------------------
25795
+ Processing by HelloController#show as HTML
25796
+ Rendered hello/show.html.et within layouts/application (0.9ms)
25797
+ Completed 200 OK in 114ms (Views: 114.0ms)
25798
+ ------------------------------------------------------------------------------------
25799
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
25800
+ ------------------------------------------------------------------------------------
25801
+ -------------------------------------------------------------------
25802
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
25803
+ -------------------------------------------------------------------
25804
+ ---------------------------------------------------------------------
25805
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
25806
+ ---------------------------------------------------------------------
25807
+ ---------------------------------------------------------------------
25808
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
25809
+ ---------------------------------------------------------------------
25810
+ ----------------------------------------------------
25811
+ InterpolatorTest: test_nested_with_outer_text_parses
25812
+ ----------------------------------------------------
25813
+ -------------------------------------------------------
25814
+ InterpolatorTest: test_nested_without_outer_text_parses
25815
+ -------------------------------------------------------
25816
+ ---------------------------------------------------------------------
25817
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
25818
+ ---------------------------------------------------------------------
25819
+ -------------------------------------------------
25820
+ InterpolatorTest: test_simplest_expression_parses
25821
+ -------------------------------------------------
25822
+ --------------------------------------------------------------------------------------------------
25823
+ ExpressTemplates::ResourcefulTest: test_#resource_class_returns_resource_class_option_if_specified
25824
+ --------------------------------------------------------------------------------------------------
25825
+ -----------------------------------------------------------------------------------------
25826
+ ExpressTemplates::ResourcefulTest: test_infers_a_namespace_and_no_prefix_within_an_engine
25827
+ -----------------------------------------------------------------------------------------
25828
+ ---------------------------------------------------------------------------------------------------
25829
+ ExpressTemplates::ResourcefulTest: test_infers_namespace_and_path_prefix_within_an_engine_and_scope
25830
+ ---------------------------------------------------------------------------------------------------
25831
+ ------------------------------------------------------------------------------------------------
25832
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_infers_prefix_within_a_scope_within_an_app
25833
+ ------------------------------------------------------------------------------------------------
25834
+ -----------------------------------------------------------------------------
25835
+ ExpressTemplates::ResourcefulTest: test_no_namespace,_no_prefix_within_an_app
25836
+ -----------------------------------------------------------------------------
25837
+ --------------------------------------------------------------
25838
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
25839
+ --------------------------------------------------------------
25840
+ ------------------------------------------------------------------------
25841
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
25842
+ ------------------------------------------------------------------------
25843
+ ----------------------------------------------------------
25844
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
25845
+ ----------------------------------------------------------
25846
+ -----------------------------
25847
+ HandlerTest: test_locals_work
25848
+ -----------------------------
25849
+ ------------------------------------------------------------
25850
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
25851
+ ------------------------------------------------------------
25852
+ ----------------------------------
25853
+ HandlerTest: test_other_attributes
25854
+ ----------------------------------
25855
+ -------------------------------------------
25856
+ HandlerTest: test_our_handler_is_registered
25857
+ -------------------------------------------
25858
+ ------------------------------------------------------------------
25859
+ HandlerTest: test_raises_warning_if_template_has_conditional_logic
25860
+ ------------------------------------------------------------------
25861
+ ---------------------------------------
25862
+ HandlerTest: test_string_in_block_works
25863
+ ---------------------------------------
25864
+ -----------------------------------------------------------------
25865
+ BaseTest: test_.contains_places_fragment_inside_the_enclosing_tag
25866
+ -----------------------------------------------------------------
25867
+ ---------------------------------------------------------
25868
+ BaseTest: test_.has_attributes_creates_default_attributes
25869
+ ---------------------------------------------------------
25870
+ -----------------------------------------------------
25871
+ BaseTest: test_.tag_name_determines_the_enclosing_tag
25872
+ -----------------------------------------------------
25873
+ --------------------------------------------------
25874
+ BaseTest: test_before_build_hook_runs_before_build
25875
+ --------------------------------------------------
25876
+ --------------------------------------------------------------
25877
+ BaseTest: test_class_name_is_dasherized_instead_of_underscored
25878
+ --------------------------------------------------------------
25879
+ -----------------------------------------------------------
25880
+ BaseTest: test_class_option_adds_a_class,_does_not_override
25881
+ -----------------------------------------------------------
25882
+ ----------------------------------------------------
25883
+ BaseTest: test_options_are_passed_to_html_attributes
25884
+ ----------------------------------------------------
25885
+ -----------------------------------------------------------------------------------------
25886
+ ProcTest: test_#source_body_captures_full_body_when_parens_around_parameters_not_provided
25887
+ -----------------------------------------------------------------------------------------
25888
+ ------------------------------------------------
25889
+ ProcTest: test_#source_body_handles_funky_bodies
25890
+ ------------------------------------------------
25891
+ ----------------------------------------------------------
25892
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
25893
+ ----------------------------------------------------------
25894
+ ------------------------------------------------------
25895
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
25896
+ ------------------------------------------------------
25897
+ ----------------------------------------------
25898
+ ProcTest: test_#source_returns_a_proc's_source
25899
+ ----------------------------------------------
25900
+ ---------------------------------------------------------------
25901
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
25902
+ ---------------------------------------------------------------
25903
+ -----------------------------------------------------------------
25904
+ ProcTest: test_#source_works_when_a_proc_is_inside_a_hash_literal
25905
+ -----------------------------------------------------------------
25906
+ ------------------------------------------------------------
25907
+ ProcTest: test_#source_works_with_a_block_containing_a_block
25908
+ ------------------------------------------------------------
25909
+ --------------------------------------------
25910
+ ProcTest: test_#source_works_with_a_do_block
25911
+ --------------------------------------------
25912
+ -----------------------------------------------------
25913
+ ProcTest: test_#source_works_with_a_single_line_block
25914
+ -----------------------------------------------------
25915
+ -------------------------------------------------
25916
+ ProcTest: test_#source_works_with_a_stabby_lambda
25917
+ -------------------------------------------------
25918
+ ----------------------------------------------------------------------------------------
25919
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
25920
+ ----------------------------------------------------------------------------------------
25921
+ ------------------------------------------------------------
25922
+ TreeForTest: test_tree_for_accepts_block_with_custom_content
25923
+ ------------------------------------------------------------
25924
+ ---------------------------------------------------------------------------
25925
+ TreeForTest: test_tree_for_renders_correct_markup_with_node.name_as_default
25926
+ ---------------------------------------------------------------------------
25927
+ -----------------------------------------------------------
25928
+ RadioTest: test_radio_has_correct_label_field_name_and_text
25929
+ -----------------------------------------------------------
25930
+ ------------------------------------------------------------------
25931
+ RadioTest: test_radio_options_from_collection_when_options_omitted
25932
+ ------------------------------------------------------------------
25933
+ ----------------------------------------------------------
25934
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
25935
+ ----------------------------------------------------------
25936
+ --------------------------------------------------------
25937
+ RadioTest: test_radio_options_present_with_class_'radio'
25938
+ --------------------------------------------------------
25939
+ -------------------------------------------------
25940
+ RadioTest: test_radio_requires_a_parent_component
25941
+ -------------------------------------------------
25942
+ ------------------------------------------------------------
25943
+ RadioTest: test_radio_throws_error_if_given_improper_options
25944
+ ------------------------------------------------------------
25945
+ ------------------------------------------------------------------------------------
25946
+ StringTest: test_String#inspect_works_normally_when_#to_view_code_hasn't_been_called
25947
+ ------------------------------------------------------------------------------------
25948
+ --------------------------------------------------------------------------------
25949
+ StringTest: test_String#to_view_code_causes_subsequent_#inspect_to_remove_quotes
25950
+ --------------------------------------------------------------------------------
25951
+ -------------------------------------------------------
25952
+ StringTest: test_String#to_view_code_returns_the_string
25953
+ -------------------------------------------------------
25954
+ -----------------------------------------------------------------------------
25955
+ ConfigurableTest: test_.has_argument_adds_a_positional_configuration_argument
25956
+ -----------------------------------------------------------------------------
25957
+ ----------------------------------------------------------------------------------------
25958
+ ConfigurableTest: test_.has_argument_appends_supported_arguments_in_order_of_inheritence
25959
+ ----------------------------------------------------------------------------------------
25960
+ -------------------------------------------------------------------------------
25961
+ ConfigurableTest: test_.has_argument_as:_allows_overwrite_of_inherited_argument
25962
+ -------------------------------------------------------------------------------
25963
+ -----------------------------------------------------------------------------------------------------
25964
+ ConfigurableTest: test_.has_argument_makes_builder_arguments_accessible_by_name_according_to_position
25965
+ -----------------------------------------------------------------------------------------------------
25966
+ ---------------------------------------------------
25967
+ ConfigurableTest: test_default_values_are_supported
25968
+ ---------------------------------------------------
25969
+ ----------------------------------------------------------------------
25970
+ ConfigurableTest: test_default_values_for_attributes_can_be_overridden
25971
+ ----------------------------------------------------------------------
25972
+ ------------------------------------------------------------------------
25973
+ ConfigurableTest: test_does_not_pass_declared_options_as_html_attributes
25974
+ ------------------------------------------------------------------------
25975
+ -----------------------------------------------------------
25976
+ ConfigurableTest: test_has_no_id_attribute_if_not_specified
25977
+ -----------------------------------------------------------
25978
+ --------------------------------------------
25979
+ ConfigurableTest: test_options_are_inherited
25980
+ --------------------------------------------
25981
+ -------------------------------------------------------
25982
+ ConfigurableTest: test_renders_first_argument_as_dom_id
25983
+ -------------------------------------------------------
25984
+ ----------------------------------------------------
25985
+ ConfigurableTest: test_required_options_are_required
25986
+ ----------------------------------------------------
25987
+ --------------------------------------------------
25988
+ ConfigurableTest: test_supports_option_declaration
25989
+ --------------------------------------------------
25990
+ ---------------------------------------------------------------
25991
+ ConfigurableTest: test_unrecognized_options_raises_an_exception
25992
+ ---------------------------------------------------------------
25993
+ ----------------------------------------------------
25994
+ ConfigurableTest: test_values_can_be_set_for_options
25995
+ ----------------------------------------------------
25996
+ ---------------------------------------------------------------------------------------
25997
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_class_set
25998
+ ---------------------------------------------------------------------------------------
25999
+ ----------------------------------------------------------------------------------------------
26000
+ BasicFieldsTest: test_adds_error_class_if_there_are_errors_on_a_field_with_no_input_attributes
26001
+ ----------------------------------------------------------------------------------------------
26002
+ --------------------------------------------------------------------------------------------
26003
+ BasicFieldsTest: test_adds_error_to_class_if_there_are_errors_on_a_field_with_existing_class
26004
+ --------------------------------------------------------------------------------------------
26005
+ -------------------------------------
26006
+ BasicFieldsTest: test_all_fields_work
26007
+ -------------------------------------
26008
+ ---------------------------------------------------------------------------------
26009
+ BasicFieldsTest: test_hidden_field_passes_additional_html_options_to_rails_helper
26010
+ ---------------------------------------------------------------------------------
26011
+ ---------------------------------------------------------
26012
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
26013
+ ---------------------------------------------------------
26014
+ ---------------------------------------------------------
26015
+ BasicFieldsTest: test_passing_html_options_to_fields_work
26016
+ ---------------------------------------------------------
26017
+ -----------------------------------------------------------------------------
26018
+ BasicFieldsTest: test_textarea_passes_additional_html_options_to_rails_helper
26019
+ -----------------------------------------------------------------------------
26020
+ ----------------------------------------------------------
26021
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
26022
+ ----------------------------------------------------------
26023
+ ----------------------------------------------------------------
26024
+ SelectTest: test_select_collection_works_using_collection_select
26025
+ ----------------------------------------------------------------
26026
+ ------------------------------------------
26027
+ SelectTest: test_select_comes_with_a_label
26028
+ ------------------------------------------
26029
+ --------------------------------------------------
26030
+ SelectTest: test_select_defaults_can_be_overridden
26031
+ --------------------------------------------------
26032
+ -------------------------------------------------------
26033
+ SelectTest: test_select_defaults_to_include_blank:_true
26034
+ -------------------------------------------------------
26035
+ ------------------------------------------------------------------------------------
26036
+ SelectTest: test_select_generates_correct_options_when_values_are_specified_as_array
26037
+ ------------------------------------------------------------------------------------
26038
+ ------------------------------------------------------------------------
26039
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
26040
+ ------------------------------------------------------------------------
26041
+ --------------------------------------------------------------
26042
+ SelectTest: test_select_multiple:_true_if_passed_multiple_true
26043
+ --------------------------------------------------------------
26044
+ -----------------------------------------------------------------------------------------
26045
+ SelectTest: test_select_multiple_gets_options_from_associated_has_many_through_collection
26046
+ -----------------------------------------------------------------------------------------
26047
+ ---------------------------------------------------
26048
+ SelectTest: test_select_requires_a_parent_component
26049
+ ---------------------------------------------------
26050
+ ---------------------------------------------------------------------------
26051
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
26052
+ ---------------------------------------------------------------------------
26053
+ -------------------------------------------------------------------------
26054
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
26055
+ -------------------------------------------------------------------------
26056
+ ---------------------------------------------------------------
26057
+ ExpressFormTest: test_express_form_contents_are_inside_the_form
26058
+ ---------------------------------------------------------------
26059
+ ---------------------------------------------------------
26060
+ ExpressFormTest: test_express_form_default_method_is_POST
26061
+ ---------------------------------------------------------
26062
+ -----------------------------------------------------
26063
+ ExpressFormTest: test_simplest_form_contains_form_tag
26064
+ -----------------------------------------------------
26065
+ ---------------------------------------------------------------
26066
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
26067
+ ---------------------------------------------------------------
26068
+ ---------------------------------------------------
26069
+ ExpressFormTest: test_simplest_form_contains_submit
26070
+ ---------------------------------------------------
26071
+ -------------------------------------------
26072
+ ExpressFormTest: test_simplest_form_renders
26073
+ -------------------------------------------
26074
+ -------------------------------------------------------------------
26075
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
26076
+ -------------------------------------------------------------------
26077
+ -----------------------------------------------------------
26078
+ ExpressFormTest: test_simplest_form_will_have_the_proper_id
26079
+ -----------------------------------------------------------
26080
+ -------------------------------------------------------------
26081
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
26082
+ -------------------------------------------------------------
26083
+ -------------------------------------------------------
26084
+ CheckboxTest: test_checkbox_respects_label_after:_true_
26085
+ -------------------------------------------------------
26086
+ ---------------------------------------------------------------------
26087
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
26088
+ ---------------------------------------------------------------------
26089
+ -------------------------------------------
26090
+ ExpressTemplatesTest: test_we_have_a_module
26091
+ -------------------------------------------