express_templates 0.4.1 → 0.4.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a1785c383db160b28b1308ff2be2bd5c87de3a09
4
- data.tar.gz: 943d8233847de97a0dfe1974af1b7381e2c718da
3
+ metadata.gz: 30791598c725b41c362d6f436e51342db19abea2
4
+ data.tar.gz: 139fc021df9d57161f27240a020826f203aebc40
5
5
  SHA512:
6
- metadata.gz: 1ea52d8c17d51c69c1200194d449518976f0afe21cf98ebcd31f28a1d1a8cf692b375336e8551ef3ddba9c4a5321963bb05cd974852773afc2e2f6ce5f694b04
7
- data.tar.gz: cf0370c865f81cea751cdcc2f6e328742af51d613b1498f26740c470ca17f5843627fb24a455fe6df4021ad6020b9fe8cdcd0e179e9a3efe5a568eb27d889244
6
+ metadata.gz: 4889d57691fbb9a2f787381e42f89bcba50dd084381721003520e2aed39a11514befe3899587ffcab4192f7f2e333f39277681c30ee9c7cdd998c19dea4913d4
7
+ data.tar.gz: 6d4623073cf1f498a4d542637f8a54331cfe7fda2088e33cf9cf05907835875175751a7a19e71adc9965f18f604b5cd450e753d6b4e2824fe5e810bdcea46717
@@ -13,7 +13,7 @@ module ExpressTemplates
13
13
  }
14
14
 
15
15
  def form_id
16
- "#{resource_name}_{{@#{resource_var}.id}}"
16
+ "#{resource_name}_{{@#{resource_name}.id}}"
17
17
  end
18
18
 
19
19
  def form_method
@@ -1,3 +1,3 @@
1
1
  module ExpressTemplates
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
@@ -69250,3 +69250,471 @@ HandlerTest: test_our_handler_is_registered
69250
69250
  ---------------------------------------
69251
69251
  HandlerTest: test_string_in_block_works
69252
69252
  ---------------------------------------
69253
+ ---------------------------------------------------------------------
69254
+ ExpressTemplatesTest: test_ExpressTemplates.render_renders_a_template
69255
+ ---------------------------------------------------------------------
69256
+ -------------------------------------------
69257
+ ExpressTemplatesTest: test_we_have_a_module
69258
+ -------------------------------------------
69259
+ --------------------------------------------------------------------
69260
+ ContainerTest: test_Container#compile_calls_#compile_on_its_children
69261
+ --------------------------------------------------------------------
69262
+ ----------------------------------------------
69263
+ ContainerTest: test_a_Container_is_a_Component
69264
+ ----------------------------------------------
69265
+ -------------------------------------------------------------------
69266
+ ContainerTest: test_a_container_has_children_but_initially_has_none
69267
+ -------------------------------------------------------------------
69268
+ ------------------------------------------------
69269
+ ContainerTest: test_children_with_interpolations
69270
+ ------------------------------------------------
69271
+ -------------------------------------------------------
69272
+ ContainerTest: test_renders_children_in_place_of__yield
69273
+ -------------------------------------------------------
69274
+ -------------------------------------------------------------
69275
+ TagTest: test_#close_tag_is_my_macro_name_as_an_xml_close_tag
69276
+ -------------------------------------------------------------
69277
+ --------------------------------------------------------------------------------------------
69278
+ TagTest: test_#compile_on_bare_with_2_children_yields_'"<bare>"+"child1"+"child2"+"</bare>"'
69279
+ --------------------------------------------------------------------------------------------
69280
+ --------------------------------------------------------------------------------------------------------------
69281
+ TagTest: test_#compile_on_tag_with_subtag_returns_a_string_which_when_eval'd_looks_like_'<bare><sub_/></bare>'
69282
+ --------------------------------------------------------------------------------------------------------------
69283
+ ---------------------------------------
69284
+ TagTest: test_#compile_returns_a_string
69285
+ ---------------------------------------
69286
+ -------------------------------------------------------
69287
+ TagTest: test_#macro_name_returns_the_name_of_the_class
69288
+ -------------------------------------------------------
69289
+ -------------------------------------------------------------
69290
+ TagTest: test_#start_tag_is_my_macro_name_as_an_xml_start_tag
69291
+ -------------------------------------------------------------
69292
+ -----------------------------------------------------
69293
+ TagTest: test_#to_template_on_bare_tag_returns_'bare'
69294
+ -----------------------------------------------------
69295
+ -----------------------------------------------------------
69296
+ TagTest: test_#to_template_on_nested_tags_indents_properly'
69297
+ -----------------------------------------------------------
69298
+ ---------------------------------------------------------------------
69299
+ TagTest: test_#to_template_on_tag_with_subtag_returns_'bare_{_sub_}_'
69300
+ ---------------------------------------------------------------------
69301
+ ------------------------------------------------------------------------------------
69302
+ TagTest: test_CSS_classes_specified_with_underscored_method_get_translated_to_dashed
69303
+ ------------------------------------------------------------------------------------
69304
+ ------------------------------------------
69305
+ TagTest: test_can_be_created_with_children
69306
+ ------------------------------------------
69307
+ ---------------------------------------------------------------------------------
69308
+ TagTest: test_children_still_evaluated_after_css_class_provided_via_method_syntax
69309
+ ---------------------------------------------------------------------------------
69310
+ ---------------------------------------------------------------------------------------
69311
+ TagTest: test_data_option_value_hashes_are_converted_to_data_attributes_similar_to_haml
69312
+ ---------------------------------------------------------------------------------------
69313
+ ----------------------------------------------------------------
69314
+ TagTest: test_data_option_value_hashes_can_take_immediate_values
69315
+ ----------------------------------------------------------------
69316
+ ----------------------------------------------
69317
+ TagTest: test_dom_ID_may_be_passed_as_a_symbol
69318
+ ----------------------------------------------
69319
+ -------------------------------------------------------------------------------------
69320
+ TagTest: test_double_bracketed_child_values_are_substituted_for_evaluation_in_context
69321
+ -------------------------------------------------------------------------------------
69322
+ --------------------------------------------------------------------------------------
69323
+ TagTest: test_double_bracketed_option_values_are_substituted_for_evaluation_in_context
69324
+ --------------------------------------------------------------------------------------
69325
+ ---------------------------------------------------------------------------------------
69326
+ TagTest: test_empty_i_tag_does_does_not_use_abbreviated_form_since_it_is_used_for_icons
69327
+ ---------------------------------------------------------------------------------------
69328
+ -------------------------------------------------------
69329
+ TagTest: test_empty_tags_use_abbreviated_empty_tag_form
69330
+ -------------------------------------------------------
69331
+ -----------------------------
69332
+ TagTest: test_has_no_children
69333
+ -----------------------------
69334
+ --------------------------------
69335
+ TagTest: test_markup_is_indented
69336
+ --------------------------------
69337
+ -----------------------------------------
69338
+ TagTest: test_method_missing_returns_self
69339
+ -----------------------------------------
69340
+ ------------------------------------------------------
69341
+ TagTest: test_print_doctype_for_HTML5_document_version
69342
+ ------------------------------------------------------
69343
+ ---------------------------------------------------------
69344
+ TagTest: test_proc_option_values_are_evaluated_in_context
69345
+ ---------------------------------------------------------
69346
+ --------------------------------------------------
69347
+ TagTest: test_void_tags_do_not_have_trailing_slash
69348
+ --------------------------------------------------
69349
+ ----------------------------------------------------------------------------
69350
+ ExpressFormTest: test_#form_action_uses_correct_path_helper_for_update/patch
69351
+ ----------------------------------------------------------------------------
69352
+ ---------------------------------------------------
69353
+ ExpressFormTest: test_#form_action_uses_url_helpers
69354
+ ---------------------------------------------------
69355
+ --------------------------------------------------------------------------------
69356
+ ExpressFormTest: test_express_form_accepts_:resource_name_for_removing_namespace
69357
+ --------------------------------------------------------------------------------
69358
+ ---------------------------------------------------
69359
+ ExpressFormTest: test_express_form_component_exists
69360
+ ---------------------------------------------------
69361
+ ---------------------------------------------------------
69362
+ ExpressFormTest: test_express_form_default_method_is_POST
69363
+ ---------------------------------------------------------
69364
+ --------------------------------------------------------------------------
69365
+ ExpressFormTest: test_express_form_has_a_namespace_option_with_nil_default
69366
+ --------------------------------------------------------------------------
69367
+ ------------------------------------------------------------------------------------
69368
+ ExpressFormTest: test_simplest_form_adopts_children_(submit_has_reference_to_parent)
69369
+ ------------------------------------------------------------------------------------
69370
+ -----------------------------------------------------
69371
+ ExpressFormTest: test_simplest_form_contains_form_tag
69372
+ -----------------------------------------------------
69373
+ ---------------------------------------------------------------
69374
+ ExpressFormTest: test_simplest_form_contains_rails_form_helpers
69375
+ ---------------------------------------------------------------
69376
+ ---------------------------------------------------
69377
+ ExpressFormTest: test_simplest_form_contains_submit
69378
+ ---------------------------------------------------
69379
+ -------------------------------------------
69380
+ ExpressFormTest: test_simplest_form_renders
69381
+ -------------------------------------------
69382
+ -------------------------------------------------------------------
69383
+ ExpressFormTest: test_simplest_form_uses_form_action_for_the_action
69384
+ -------------------------------------------------------------------
69385
+ -----------------------------------------
69386
+ HelloControllerTest: test_should_get_show
69387
+ -----------------------------------------
69388
+ Processing by HelloController#show as HTML
69389
+ Rendered hello/show.html.et within layouts/application (4.4ms)
69390
+ Completed 200 OK in 42ms (Views: 41.4ms)
69391
+ --------------------------------------------------
69392
+ CheckboxTest: test_Checkbox_requires_a_parent_form
69393
+ --------------------------------------------------
69394
+ -------------------------------------------------------------
69395
+ CheckboxTest: test_checkbox_places_the_label_before_the_input
69396
+ -------------------------------------------------------------
69397
+ -------------------------------------------------------
69398
+ CheckboxTest: test_checkbox_respects_label_after:_true_
69399
+ -------------------------------------------------------
69400
+ ---------------------------------------------------------
69401
+ ExpanderStackTest: test_#<<_adds_something_to_the_current
69402
+ ---------------------------------------------------------
69403
+ ----------------------------------------------
69404
+ ExpanderStackTest: test_#all_returns_the_stack
69405
+ ----------------------------------------------
69406
+ --------------------------------
69407
+ ExpanderStackTest: test_#ascend!
69408
+ --------------------------------
69409
+ -----------------------------------------
69410
+ ExpanderStackTest: test_#current_is_empty
69411
+ -----------------------------------------
69412
+ -------------------------------------------------------------------------------
69413
+ ExpanderStackTest: test_#descend!_adds_a_level_to_the_stack_and_updates_current
69414
+ -------------------------------------------------------------------------------
69415
+ ------------------------------------------
69416
+ SelectTest: test_select_comes_with_a_label
69417
+ ------------------------------------------
69418
+ --------------------------------------------------
69419
+ SelectTest: test_select_defaults_can_be_overridden
69420
+ --------------------------------------------------
69421
+ -------------------------------------------------------
69422
+ SelectTest: test_select_defaults_to_include_blank:_true
69423
+ -------------------------------------------------------
69424
+ ------------------------------------------------------------------------
69425
+ SelectTest: test_select_generates_options_from_data_when_options_omitted
69426
+ ------------------------------------------------------------------------
69427
+ ---------------------------------------------------
69428
+ SelectTest: test_select_requires_a_parent_component
69429
+ ---------------------------------------------------
69430
+ -------------------------------------------------------------------------
69431
+ SelectTest: test_select_uses_options_for_select_when_values_are_specified
69432
+ -------------------------------------------------------------------------
69433
+ ---------------------------------------------------------------------------
69434
+ SelectTest: test_select_uses_options_from_collect..._when_field_is_relation
69435
+ ---------------------------------------------------------------------------
69436
+ -------------------------------------------------------------------------
69437
+ SelectTest: test_selected_option_is_omitted_selection_is_taken_from_model
69438
+ -------------------------------------------------------------------------
69439
+ ------------------------------------------------------------
69440
+ TreeForTest: test_compiled_source_is_legible_and_transparent
69441
+ ------------------------------------------------------------
69442
+ ----------------------------------------------------------
69443
+ TreeForTest: test_example_view_code_renders_example_markup
69444
+ ----------------------------------------------------------
69445
+ -----------------------------------------------------------
69446
+ TreeForTest: test_rendered_component_matches_desired_markup
69447
+ -----------------------------------------------------------
69448
+ ---------------------------------------------------
69449
+ IteratingTest: test_#for_each_expands_to_view_logic
69450
+ ---------------------------------------------------
69451
+ ------------------------------------------------------------
69452
+ IteratingTest: test_#for_each_iterates_markup_for_each_value
69453
+ ------------------------------------------------------------
69454
+ -----------------------------------------------------
69455
+ IteratingTest: test_.for_each_offers_declarative_form
69456
+ -----------------------------------------------------
69457
+ ---------------------------------------------------------------
69458
+ IteratingTest: test_.wrap_with_wraps_via__yield_special_handler
69459
+ ---------------------------------------------------------------
69460
+ -------------------------------------------------------------------------------------------
69461
+ IteratingTest: test_a_template_utilizing_a_component_with_for_each_inside_another_component
69462
+ -------------------------------------------------------------------------------------------
69463
+ ----------------------------------------------------------------
69464
+ IteratingTest: test_empty_state_renders_when_collection_is_empty
69465
+ ----------------------------------------------------------------
69466
+ ----------------------------------------------------------------------------------------------------
69467
+ IteratingTest: test_if_collection_is_empty_and_no_empty_fragment_specified,_empty_string_is_rendered
69468
+ ----------------------------------------------------------------------------------------------------
69469
+ ---------------------------------------------------------------------
69470
+ ExpanderTest: test_#expand_correctly_allocated_helpers_and_parameters
69471
+ ---------------------------------------------------------------------
69472
+ --------------------------------------------------------
69473
+ ExpanderTest: test_#expand_doesn't_yield_[]_for_children
69474
+ --------------------------------------------------------
69475
+ --------------------------------------------------------------------------------------
69476
+ ExpanderTest: test_#expand_of_'foo_{_bar_;_baz_}_returns_a_component_with_two_children
69477
+ --------------------------------------------------------------------------------------
69478
+ -------------------------------------------------------------------------------------
69479
+ ExpanderTest: test_#expand_of_'foo_{_foo_}_returns_a_component_with_a_child_component
69480
+ -------------------------------------------------------------------------------------
69481
+ ------------------------------------------------------------------------------------
69482
+ ExpanderTest: test_#expand_of_macros_with_args_returns_a_component_with_two_children
69483
+ ------------------------------------------------------------------------------------
69484
+ ------------------------------------------------------------------
69485
+ ExpanderTest: test_#expand_returns_an_array_containing_a_component
69486
+ ------------------------------------------------------------------
69487
+ ------------------------------------------------------------------------
69488
+ ExpanderTest: test_#expand_works_with_css_class_specification_syntax_xxx
69489
+ ------------------------------------------------------------------------
69490
+ ------------------------------------------
69491
+ ExpanderTest: test_helpers_can_take_blocks
69492
+ ------------------------------------------
69493
+ ------------------------------------------------------------
69494
+ ExpanderTest: test_initializer_accepts_special_handlers_hash
69495
+ ------------------------------------------------------------
69496
+ ----------------------------------------------------------------------------------------------------------------
69497
+ ExpanderTest: test_non-interpolated_string_children_containing_string_interpolations_will_interpolate_in_context
69498
+ ----------------------------------------------------------------------------------------------------------------
69499
+ ---------------------------------------------------------------------------------------------
69500
+ IndenterTest: test_.for(:name)_returns_current_indent_without_newline_when_block_is_not_given
69501
+ ---------------------------------------------------------------------------------------------
69502
+ -----------------------------------------------------------------
69503
+ IndenterTest: test_.for(:name)_takes_a_block_receiving_whitespace
69504
+ -----------------------------------------------------------------
69505
+ ------------------------------------------------------------------
69506
+ IndenterTest: test_nesting_blocks_increases_whitespace_accordingly
69507
+ ------------------------------------------------------------------
69508
+ ------------------------------------
69509
+ WrapperTest: test_args_are_preserved
69510
+ ------------------------------------
69511
+ -------------------------------------------------------------
69512
+ WrapperTest: test_double-braced_args_are_evaluated_in_context
69513
+ -------------------------------------------------------------
69514
+ -----------------------------------------------------------
69515
+ WrapperTest: test_initializer_block_is_preserved_in_compile
69516
+ -----------------------------------------------------------
69517
+ ---------------------------------------------------------------
69518
+ WrapperTest: test_lambda_option_values_are_evaluated_in_context
69519
+ ---------------------------------------------------------------
69520
+ --------------------------------------------
69521
+ WrapperTest: test_name_compiles_to_just_name
69522
+ --------------------------------------------
69523
+ -------------------------------------------
69524
+ WrapperTest: test_simple_args_are_preserved
69525
+ -------------------------------------------
69526
+ ---------------------------------------------------------------------------------------------
69527
+ WrapperTest: test_something_returning_nil_when_wrapped_and_compiled,_evals_to_an_empty_string
69528
+ ---------------------------------------------------------------------------------------------
69529
+ -----------------------------
69530
+ HandlerTest: test_class_names
69531
+ -----------------------------
69532
+ --------------------------------------------------------------
69533
+ HandlerTest: test_helpers_returning_html_when_alone_in_a_block
69534
+ --------------------------------------------------------------
69535
+ ------------------------------------------------------------------------
69536
+ HandlerTest: test_helpers_returning_html_work_in_sequence_within_a_block
69537
+ ------------------------------------------------------------------------
69538
+ ----------------------------------------------------------
69539
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
69540
+ ----------------------------------------------------------
69541
+ -----------------------------
69542
+ HandlerTest: test_locals_work
69543
+ -----------------------------
69544
+ ------------------------------------------------------------
69545
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
69546
+ ------------------------------------------------------------
69547
+ ----------------------------------
69548
+ HandlerTest: test_other_attributes
69549
+ ----------------------------------
69550
+ -------------------------------------------
69551
+ HandlerTest: test_our_handler_is_registered
69552
+ -------------------------------------------
69553
+ ---------------------------------------
69554
+ HandlerTest: test_string_in_block_works
69555
+ ---------------------------------------
69556
+ -----------------------------------------
69557
+ ColumnTest: test_a_column_is_configurable
69558
+ -----------------------------------------
69559
+ --------------------------------------------------------------------
69560
+ ContentForTest: test_content_for_accepts_a_block_of_express_template
69561
+ --------------------------------------------------------------------
69562
+ --------------------------------------------------------------------------------
69563
+ ContentForTest: test_content_for_accepts_a_second_argument_which_contains_markup
69564
+ --------------------------------------------------------------------------------
69565
+ --------------------------------------------------
69566
+ ContentForTest: test_content_for_body_is_html_safe
69567
+ --------------------------------------------------
69568
+ ------------------------------------------------------------------
69569
+ ContentForTest: test_content_for_without_a_body_returns_the_markup
69570
+ ------------------------------------------------------------------
69571
+ ----------------------------------------------------
69572
+ SubmitTest: test_submit_takes_string_param_for_value
69573
+ ----------------------------------------------------
69574
+ ------------------------------------------------
69575
+ ProcTest: test_#source_body_handles_funky_bodies
69576
+ ------------------------------------------------
69577
+ ----------------------------------------------------------
69578
+ ProcTest: test_#source_body_raises_exception_for_arity_>_0
69579
+ ----------------------------------------------------------
69580
+ ------------------------------------------------------
69581
+ ProcTest: test_#source_body_returns_the_body_of_a_proc
69582
+ ------------------------------------------------------
69583
+ ----------------------------------------------
69584
+ ProcTest: test_#source_returns_a_proc's_source
69585
+ ----------------------------------------------
69586
+ ---------------------------------------------------------------
69587
+ ProcTest: test_#source_work_with_a_stabby_lambda_spanning_lines
69588
+ ---------------------------------------------------------------
69589
+ ------------------------------------------------------------
69590
+ ProcTest: test_#source_works_with_a_block_containing_a_block
69591
+ ------------------------------------------------------------
69592
+ --------------------------------------------
69593
+ ProcTest: test_#source_works_with_a_do_block
69594
+ --------------------------------------------
69595
+ -----------------------------------------------------
69596
+ ProcTest: test_#source_works_with_a_single_line_block
69597
+ -----------------------------------------------------
69598
+ -------------------------------------------------
69599
+ ProcTest: test_#source_works_with_a_stabby_lambda
69600
+ -------------------------------------------------
69601
+ ----------------------------------------------------------------------------------------
69602
+ ProcTest: test_.from_source_stores_source_of_a_dynamicly_built_proc_for_later_inspection
69603
+ ----------------------------------------------------------------------------------------
69604
+ -----------------------------------------------------------------------------------------
69605
+ BaseTest: test_.has_markup_makes_compile_return_the_block_passed_through_express_compiled
69606
+ -----------------------------------------------------------------------------------------
69607
+ -------------------------------------------------------
69608
+ BaseTest: test_components_register_themselves_as_macros
69609
+ -------------------------------------------------------
69610
+ --------------------------------------------------------------
69611
+ BaseTest: test_fragments_and_has_markup_are_synonyms_for_emits
69612
+ --------------------------------------------------------------
69613
+ --------------------------------------------------------------------
69614
+ BaseTest: test_helpers_defined_in_component_are_evaluated_in_context
69615
+ --------------------------------------------------------------------
69616
+ --------------------------------------------
69617
+ NullWrapTest: test_a_NullWrap_is_a_Container
69618
+ --------------------------------------------
69619
+ --------------------------------------------------------------------------
69620
+ NullWrapTest: test_null_wrap_accepts_a_string_contianing_a_ruby_string_def
69621
+ --------------------------------------------------------------------------
69622
+ ------------------------------------------------
69623
+ NullWrapTest: test_null_wrap_wraps_template_code
69624
+ ------------------------------------------------
69625
+ -----------------------------------------------
69626
+ YielderTest: test_yielder_preserves_symbol_args
69627
+ -----------------------------------------------
69628
+ ----------------------------------------------------------------------
69629
+ ConfigurableTest: test_a_configurable_component_accepts_an_id_argument
69630
+ ----------------------------------------------------------------------
69631
+ ----------------------------------------------------------------------------
69632
+ ConfigurableTest: test_a_configurable_component_may_have_also_be_a_container
69633
+ ----------------------------------------------------------------------------
69634
+ ----------------------------------------------------
69635
+ ConfigurableTest: test_renders_id_argument_as_dom_id
69636
+ ----------------------------------------------------
69637
+ -------------------------------------
69638
+ BasicFieldsTest: test_all_fields_work
69639
+ -------------------------------------
69640
+ ---------------------------------------------------------
69641
+ BasicFieldsTest: test_hidden_uses_rails_hidden_tag_helper
69642
+ ---------------------------------------------------------
69643
+ ------------------------------------------
69644
+ BasicFieldsTest: test_text_requires_parent
69645
+ ------------------------------------------
69646
+ ----------------------------------------------------------
69647
+ BasicFieldsTest: test_textarea_uses_rails_text_area_helper
69648
+ ----------------------------------------------------------
69649
+ -----------------------------------
69650
+ RowTest: test_a_row_is_configurable
69651
+ -----------------------------------
69652
+ ----------------------------
69653
+ RowTest: test_id_is_optional
69654
+ ----------------------------
69655
+ --------------------------------------------
69656
+ CompilerTest: test_.compile_returns_a_string
69657
+ --------------------------------------------
69658
+ -----------------------------------------------------------
69659
+ RadioTest: test_radio_has_correct_label_field_name_and_text
69660
+ -----------------------------------------------------------
69661
+ ------------------------------------------------------------------
69662
+ RadioTest: test_radio_options_from_collection_when_options_omitted
69663
+ ------------------------------------------------------------------
69664
+ ----------------------------------------------------------
69665
+ RadioTest: test_radio_options_may_be_specified_with_a_hash
69666
+ ----------------------------------------------------------
69667
+ --------------------------------------------------------
69668
+ RadioTest: test_radio_options_present_with_class_'radio'
69669
+ --------------------------------------------------------
69670
+ -------------------------------------------------
69671
+ RadioTest: test_radio_requires_a_parent_component
69672
+ -------------------------------------------------
69673
+ ------------------------------------------------------------
69674
+ RadioTest: test_radio_throws_error_if_given_improper_options
69675
+ ------------------------------------------------------------
69676
+ ------------------------------------------------------------------------------------
69677
+ InterpolatorTest: test_"{{some_{{thing}}_foo}}"_transforms_to_"#{some_#{thing}_foo}"
69678
+ ------------------------------------------------------------------------------------
69679
+ -------------------------------------------------------------------
69680
+ InterpolatorTest: test_"{{something}}"_transforms_to_"#{something}"
69681
+ -------------------------------------------------------------------
69682
+ ---------------------------------------------------------------------
69683
+ InterpolatorTest: test_'a_lot_of_{{something_"{{good}}"}}'_transforms
69684
+ ---------------------------------------------------------------------
69685
+ ---------------------------------------------------------------------
69686
+ InterpolatorTest: test_nested_with_multiple_nested_expressions_parses
69687
+ ---------------------------------------------------------------------
69688
+ ----------------------------------------------------
69689
+ InterpolatorTest: test_nested_with_outer_text_parses
69690
+ ----------------------------------------------------
69691
+ -------------------------------------------------------
69692
+ InterpolatorTest: test_nested_without_outer_text_parses
69693
+ -------------------------------------------------------
69694
+ ---------------------------------------------------------------------
69695
+ InterpolatorTest: test_simple_expression_with_surrounding_text_parses
69696
+ ---------------------------------------------------------------------
69697
+ -------------------------------------------------
69698
+ InterpolatorTest: test_simplest_expression_parses
69699
+ -------------------------------------------------
69700
+ -------------------------------------------------------------
69701
+ TableForTest: test_compiled_source_is_legible_and_transparent
69702
+ -------------------------------------------------------------
69703
+ ----------------------------------------------------------------------------
69704
+ TableForTest: test_example_compiled_source_renders_the_markup_in_the_context
69705
+ ----------------------------------------------------------------------------
69706
+ ----------------------------------------------------------------
69707
+ TableForTest: test_example_view_code_evaluates_to_example_markup
69708
+ ----------------------------------------------------------------
69709
+ ------------------------
69710
+ TableForTest: test_items
69711
+ ------------------------
69712
+ ------------------------------------------------------------
69713
+ TableForTest: test_rendered_component_matches_desired_markup
69714
+ ------------------------------------------------------------
69715
+ -------------------------------------------------------------------------------
69716
+ ConditionalityTest: test_when_supplied_condition_is_false,_renders_empty_string
69717
+ -------------------------------------------------------------------------------
69718
+ -------------------------------------------------------------------------------
69719
+ ConditionalityTest: test_when_supplied_condition_is_true,_renders_the_component
69720
+ -------------------------------------------------------------------------------
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: express_templates
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Talcott Smith