gara 0.1.4 → 0.1.5

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: c2ac74cf48840c8830258afe2ea3733f4f39240c
4
- data.tar.gz: 4bd67171c9ac39e2b4b65b1a4ba1fa4bc653ad83
3
+ metadata.gz: a5067fe61448ba3755093b36f033ead128b9d2f3
4
+ data.tar.gz: 9858e978222f8e32772e1b94878835f8aa17d1bd
5
5
  SHA512:
6
- metadata.gz: 7743c123c5bb7cdeeea973f41b6a1b2b49ec4b5ea5e77deb4503828ab1123f280c7e768f7a0d64be4549ea7f67c0b6ed4be3bf63000c86419321316767952bb8
7
- data.tar.gz: f2a3f4b3afe8b3d0a1e7cfc628cfb26c4ef21a25a2c850fc2ad3ea83764f0082a1d4e04249e4f9fe9d34b753d9c049f4c2fe3d70344856be56344d287c6592c4
6
+ metadata.gz: f56437c4020f584af2594130b84e65c0e6269eb335f6e0743bcf119a819456519a0a583b6449fa0f6cb1c16beb7a35afb61e84ec7bee245feb24e7f31d57e0a0
7
+ data.tar.gz: 8b54630b86118fb99a77e02a5c1007edac24bec50df772d84ca1da1304de2cb6183fa6b28bcce354c38f0d5e4c991bf1250eb5cf888958950bb94a30462a7ea3
@@ -49,7 +49,7 @@ module Gara
49
49
  nodes = @doc.children
50
50
  if nodes.length.eql?(1) && nodes.first.name.eql?("html")
51
51
  # necessary to include doctype - TODO: avoid calling to_html twice
52
- Nokogiri::HTML::Document.parse( @doc.to_html ).to_html
52
+ Nokogiri::HTML::Document.parse( @doc.to_html ).to_xhtml(indent: 2)
53
53
  else
54
54
  @doc.to_html
55
55
  end
@@ -1,3 +1,3 @@
1
1
  module Gara
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
@@ -3280,3 +3280,1319 @@ GaraTest: test_performance_is_okay
3280
3280
  -------------------------------
3281
3281
  GaraTest: test_we_have_a_module
3282
3282
  -------------------------------
3283
+ -----------------------------
3284
+ HandlerTest: test_class_names
3285
+ -----------------------------
3286
+ ----------------------------------------------------------
3287
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3288
+ ----------------------------------------------------------
3289
+ -----------------------------
3290
+ HandlerTest: test_locals_work
3291
+ -----------------------------
3292
+ ------------------------------------------------------------
3293
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3294
+ ------------------------------------------------------------
3295
+ ----------------------------------
3296
+ HandlerTest: test_other_attributes
3297
+ ----------------------------------
3298
+ -------------------------------------------
3299
+ HandlerTest: test_our_handler_is_registered
3300
+ -------------------------------------------
3301
+ -------------------------------------------------------
3302
+ HandlerTest: test_real_document_has_doctype_and_newline
3303
+ -------------------------------------------------------
3304
+ -----------------------------------------
3305
+ HelloControllerTest: test_should_get_show
3306
+ -----------------------------------------
3307
+ Processing by HelloController#show as HTML
3308
+ Rendered hello/show.html.gara within layouts/application (1.3ms)
3309
+ Completed 200 OK in 20ms (Views: 20.1ms)
3310
+ ---------------------------------------------
3311
+ GaraTest: test_Gara.render_renders_a_template
3312
+ ---------------------------------------------
3313
+ ----------------------------------------------
3314
+ GaraTest: test_another_emitter_may_be_supplied
3315
+ ----------------------------------------------
3316
+ ----------------------------------
3317
+ GaraTest: test_performance_is_okay
3318
+ ----------------------------------
3319
+ -------------------------------
3320
+ GaraTest: test_we_have_a_module
3321
+ -------------------------------
3322
+ ------------------------------------------
3323
+ GaraTranslator: test_#translate_html_works
3324
+ ------------------------------------------
3325
+ ---------------------------------------------
3326
+ GaraTest: test_Gara.render_renders_a_template
3327
+ ---------------------------------------------
3328
+ ----------------------------------------------
3329
+ GaraTest: test_another_emitter_may_be_supplied
3330
+ ----------------------------------------------
3331
+ ----------------------------------
3332
+ GaraTest: test_performance_is_okay
3333
+ ----------------------------------
3334
+ -------------------------------
3335
+ GaraTest: test_we_have_a_module
3336
+ -------------------------------
3337
+ -----------------------------------------
3338
+ HelloControllerTest: test_should_get_show
3339
+ -----------------------------------------
3340
+ Processing by HelloController#show as HTML
3341
+ Rendered hello/show.html.gara within layouts/application (1.1ms)
3342
+ Completed 200 OK in 25ms (Views: 24.8ms)
3343
+ ------------------------------------------
3344
+ GaraTranslator: test_#translate_html_works
3345
+ ------------------------------------------
3346
+ -----------------------------
3347
+ HandlerTest: test_class_names
3348
+ -----------------------------
3349
+ ----------------------------------------------------------
3350
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3351
+ ----------------------------------------------------------
3352
+ -----------------------------
3353
+ HandlerTest: test_locals_work
3354
+ -----------------------------
3355
+ ------------------------------------------------------------
3356
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3357
+ ------------------------------------------------------------
3358
+ ----------------------------------
3359
+ HandlerTest: test_other_attributes
3360
+ ----------------------------------
3361
+ -------------------------------------------
3362
+ HandlerTest: test_our_handler_is_registered
3363
+ -------------------------------------------
3364
+ -------------------------------------------------------
3365
+ HandlerTest: test_real_document_has_doctype_and_newline
3366
+ -------------------------------------------------------
3367
+ ---------------------------------------------
3368
+ GaraTest: test_Gara.render_renders_a_template
3369
+ ---------------------------------------------
3370
+ ----------------------------------------------
3371
+ GaraTest: test_another_emitter_may_be_supplied
3372
+ ----------------------------------------------
3373
+ ----------------------------------
3374
+ GaraTest: test_performance_is_okay
3375
+ ----------------------------------
3376
+ -------------------------------
3377
+ GaraTest: test_we_have_a_module
3378
+ -------------------------------
3379
+ ------------------------------------------
3380
+ GaraTranslator: test_#translate_html_works
3381
+ ------------------------------------------
3382
+ -----------------------------------------
3383
+ HelloControllerTest: test_should_get_show
3384
+ -----------------------------------------
3385
+ Processing by HelloController#show as HTML
3386
+ Rendered hello/show.html.gara within layouts/application (1.2ms)
3387
+ Completed 200 OK in 24ms (Views: 24.1ms)
3388
+ -----------------------------
3389
+ HandlerTest: test_class_names
3390
+ -----------------------------
3391
+ ----------------------------------------------------------
3392
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3393
+ ----------------------------------------------------------
3394
+ -----------------------------
3395
+ HandlerTest: test_locals_work
3396
+ -----------------------------
3397
+ ------------------------------------------------------------
3398
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3399
+ ------------------------------------------------------------
3400
+ ----------------------------------
3401
+ HandlerTest: test_other_attributes
3402
+ ----------------------------------
3403
+ -------------------------------------------
3404
+ HandlerTest: test_our_handler_is_registered
3405
+ -------------------------------------------
3406
+ -------------------------------------------------------
3407
+ HandlerTest: test_real_document_has_doctype_and_newline
3408
+ -------------------------------------------------------
3409
+ ---------------------------------------------
3410
+ GaraTest: test_Gara.render_renders_a_template
3411
+ ---------------------------------------------
3412
+ ----------------------------------------------
3413
+ GaraTest: test_another_emitter_may_be_supplied
3414
+ ----------------------------------------------
3415
+ ----------------------------------
3416
+ GaraTest: test_performance_is_okay
3417
+ ----------------------------------
3418
+ -------------------------------
3419
+ GaraTest: test_we_have_a_module
3420
+ -------------------------------
3421
+ ------------------------------------------
3422
+ GaraTranslator: test_#translate_html_works
3423
+ ------------------------------------------
3424
+ -----------------------------
3425
+ HandlerTest: test_class_names
3426
+ -----------------------------
3427
+ ----------------------------------------------------------
3428
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3429
+ ----------------------------------------------------------
3430
+ -----------------------------
3431
+ HandlerTest: test_locals_work
3432
+ -----------------------------
3433
+ ------------------------------------------------------------
3434
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3435
+ ------------------------------------------------------------
3436
+ ----------------------------------
3437
+ HandlerTest: test_other_attributes
3438
+ ----------------------------------
3439
+ -------------------------------------------
3440
+ HandlerTest: test_our_handler_is_registered
3441
+ -------------------------------------------
3442
+ -------------------------------------------------------
3443
+ HandlerTest: test_real_document_has_doctype_and_newline
3444
+ -------------------------------------------------------
3445
+ -----------------------------------------
3446
+ HelloControllerTest: test_should_get_show
3447
+ -----------------------------------------
3448
+ Processing by HelloController#show as HTML
3449
+ Rendered hello/show.html.gara within layouts/application (0.7ms)
3450
+ Completed 200 OK in 14ms (Views: 13.5ms)
3451
+ -----------------------------
3452
+ HandlerTest: test_class_names
3453
+ -----------------------------
3454
+ ----------------------------------------------------------
3455
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3456
+ ----------------------------------------------------------
3457
+ -----------------------------
3458
+ HandlerTest: test_locals_work
3459
+ -----------------------------
3460
+ ------------------------------------------------------------
3461
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3462
+ ------------------------------------------------------------
3463
+ ----------------------------------
3464
+ HandlerTest: test_other_attributes
3465
+ ----------------------------------
3466
+ -------------------------------------------
3467
+ HandlerTest: test_our_handler_is_registered
3468
+ -------------------------------------------
3469
+ -------------------------------------------------------
3470
+ HandlerTest: test_real_document_has_doctype_and_newline
3471
+ -------------------------------------------------------
3472
+ ---------------------------------------------
3473
+ GaraTest: test_Gara.render_renders_a_template
3474
+ ---------------------------------------------
3475
+ ----------------------------------------------
3476
+ GaraTest: test_another_emitter_may_be_supplied
3477
+ ----------------------------------------------
3478
+ ----------------------------------
3479
+ GaraTest: test_performance_is_okay
3480
+ ----------------------------------
3481
+ -------------------------------
3482
+ GaraTest: test_we_have_a_module
3483
+ -------------------------------
3484
+ -----------------------------------------
3485
+ HelloControllerTest: test_should_get_show
3486
+ -----------------------------------------
3487
+ Processing by HelloController#show as HTML
3488
+ Rendered hello/show.html.gara within layouts/application (0.7ms)
3489
+ Completed 200 OK in 14ms (Views: 13.8ms)
3490
+ ------------------------------------------
3491
+ GaraTranslator: test_#translate_html_works
3492
+ ------------------------------------------
3493
+ -----------------------------
3494
+ HandlerTest: test_class_names
3495
+ -----------------------------
3496
+ ----------------------------------------------------------
3497
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3498
+ ----------------------------------------------------------
3499
+ -----------------------------
3500
+ HandlerTest: test_locals_work
3501
+ -----------------------------
3502
+ ------------------------------------------------------------
3503
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3504
+ ------------------------------------------------------------
3505
+ ----------------------------------
3506
+ HandlerTest: test_other_attributes
3507
+ ----------------------------------
3508
+ -------------------------------------------
3509
+ HandlerTest: test_our_handler_is_registered
3510
+ -------------------------------------------
3511
+ -------------------------------------------------------
3512
+ HandlerTest: test_real_document_has_doctype_and_newline
3513
+ -------------------------------------------------------
3514
+ ---------------------------------------------
3515
+ GaraTest: test_Gara.render_renders_a_template
3516
+ ---------------------------------------------
3517
+ ----------------------------------------------
3518
+ GaraTest: test_another_emitter_may_be_supplied
3519
+ ----------------------------------------------
3520
+ ----------------------------------
3521
+ GaraTest: test_performance_is_okay
3522
+ ----------------------------------
3523
+ -------------------------------
3524
+ GaraTest: test_we_have_a_module
3525
+ -------------------------------
3526
+ -----------------------------------------
3527
+ HelloControllerTest: test_should_get_show
3528
+ -----------------------------------------
3529
+ Processing by HelloController#show as HTML
3530
+ Rendered hello/show.html.gara within layouts/application (0.7ms)
3531
+ Completed 200 OK in 15ms (Views: 15.0ms)
3532
+ ---------------------------------------------
3533
+ GaraTest: test_Gara.render_renders_a_template
3534
+ ---------------------------------------------
3535
+ ----------------------------------------------
3536
+ GaraTest: test_another_emitter_may_be_supplied
3537
+ ----------------------------------------------
3538
+ ----------------------------------
3539
+ GaraTest: test_performance_is_okay
3540
+ ----------------------------------
3541
+ -------------------------------
3542
+ GaraTest: test_we_have_a_module
3543
+ -------------------------------
3544
+ -----------------------------
3545
+ HandlerTest: test_class_names
3546
+ -----------------------------
3547
+ ------------------------------------------------------------------
3548
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3549
+ ------------------------------------------------------------------
3550
+ ----------------------------------------------------------
3551
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3552
+ ----------------------------------------------------------
3553
+ -----------------------------
3554
+ HandlerTest: test_locals_work
3555
+ -----------------------------
3556
+ ------------------------------------------------------------
3557
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3558
+ ------------------------------------------------------------
3559
+ ----------------------------------
3560
+ HandlerTest: test_other_attributes
3561
+ ----------------------------------
3562
+ -------------------------------------------
3563
+ HandlerTest: test_our_handler_is_registered
3564
+ -------------------------------------------
3565
+ -------------------------------------------------------
3566
+ HandlerTest: test_real_document_has_doctype_and_newline
3567
+ -------------------------------------------------------
3568
+ -----------------------------------------
3569
+ HelloControllerTest: test_should_get_show
3570
+ -----------------------------------------
3571
+ Processing by HelloController#show as HTML
3572
+ Rendered hello/show.html.gara within layouts/application (2.4ms)
3573
+ Completed 200 OK in 55ms (Views: 54.9ms)
3574
+ -----------------------------
3575
+ HandlerTest: test_class_names
3576
+ -----------------------------
3577
+ ------------------------------------------------------------------
3578
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3579
+ ------------------------------------------------------------------
3580
+ ----------------------------------------------------------
3581
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3582
+ ----------------------------------------------------------
3583
+ -----------------------------
3584
+ HandlerTest: test_locals_work
3585
+ -----------------------------
3586
+ ------------------------------------------------------------
3587
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3588
+ ------------------------------------------------------------
3589
+ ----------------------------------
3590
+ HandlerTest: test_other_attributes
3591
+ ----------------------------------
3592
+ -------------------------------------------
3593
+ HandlerTest: test_our_handler_is_registered
3594
+ -------------------------------------------
3595
+ -------------------------------------------------------
3596
+ HandlerTest: test_real_document_has_doctype_and_newline
3597
+ -------------------------------------------------------
3598
+ -----------------------------------------
3599
+ HelloControllerTest: test_should_get_show
3600
+ -----------------------------------------
3601
+ Processing by HelloController#show as HTML
3602
+ Rendered hello/show.html.gara within layouts/application (0.8ms)
3603
+ Completed 200 OK in 24ms (Views: 23.7ms)
3604
+ ---------------------------------------------
3605
+ GaraTest: test_Gara.render_renders_a_template
3606
+ ---------------------------------------------
3607
+ ----------------------------------------------
3608
+ GaraTest: test_another_emitter_may_be_supplied
3609
+ ----------------------------------------------
3610
+ ----------------------------------
3611
+ GaraTest: test_performance_is_okay
3612
+ ----------------------------------
3613
+ -------------------------------
3614
+ GaraTest: test_we_have_a_module
3615
+ -------------------------------
3616
+ ---------------------------------------------
3617
+ GaraTest: test_Gara.render_renders_a_template
3618
+ ---------------------------------------------
3619
+ ----------------------------------------------
3620
+ GaraTest: test_another_emitter_may_be_supplied
3621
+ ----------------------------------------------
3622
+ ----------------------------------
3623
+ GaraTest: test_performance_is_okay
3624
+ ----------------------------------
3625
+ -------------------------------
3626
+ GaraTest: test_we_have_a_module
3627
+ -------------------------------
3628
+ -----------------------------
3629
+ HandlerTest: test_class_names
3630
+ -----------------------------
3631
+ ------------------------------------------------------------------
3632
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3633
+ ------------------------------------------------------------------
3634
+ ----------------------------------------------------------
3635
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3636
+ ----------------------------------------------------------
3637
+ -----------------------------
3638
+ HandlerTest: test_locals_work
3639
+ -----------------------------
3640
+ ------------------------------------------------------------
3641
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3642
+ ------------------------------------------------------------
3643
+ ----------------------------------
3644
+ HandlerTest: test_other_attributes
3645
+ ----------------------------------
3646
+ -------------------------------------------
3647
+ HandlerTest: test_our_handler_is_registered
3648
+ -------------------------------------------
3649
+ -------------------------------------------------------
3650
+ HandlerTest: test_real_document_has_doctype_and_newline
3651
+ -------------------------------------------------------
3652
+ -----------------------------------------
3653
+ HelloControllerTest: test_should_get_show
3654
+ -----------------------------------------
3655
+ Processing by HelloController#show as HTML
3656
+ Rendered hello/show.html.gara within layouts/application (0.8ms)
3657
+ Completed 200 OK in 14ms (Views: 13.5ms)
3658
+ -----------------------------------------
3659
+ HelloControllerTest: test_should_get_show
3660
+ -----------------------------------------
3661
+ Processing by HelloController#show as HTML
3662
+ Rendered hello/show.html.gara within layouts/application (1.1ms)
3663
+ Completed 200 OK in 14ms (Views: 13.9ms)
3664
+ -----------------------------
3665
+ HandlerTest: test_class_names
3666
+ -----------------------------
3667
+ ------------------------------------------------------------------
3668
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3669
+ ------------------------------------------------------------------
3670
+ ----------------------------------------------------------
3671
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3672
+ ----------------------------------------------------------
3673
+ -----------------------------
3674
+ HandlerTest: test_locals_work
3675
+ -----------------------------
3676
+ ------------------------------------------------------------
3677
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3678
+ ------------------------------------------------------------
3679
+ ----------------------------------
3680
+ HandlerTest: test_other_attributes
3681
+ ----------------------------------
3682
+ -------------------------------------------
3683
+ HandlerTest: test_our_handler_is_registered
3684
+ -------------------------------------------
3685
+ -------------------------------------------------------
3686
+ HandlerTest: test_real_document_has_doctype_and_newline
3687
+ -------------------------------------------------------
3688
+ ---------------------------------------------
3689
+ GaraTest: test_Gara.render_renders_a_template
3690
+ ---------------------------------------------
3691
+ ----------------------------------------------
3692
+ GaraTest: test_another_emitter_may_be_supplied
3693
+ ----------------------------------------------
3694
+ ----------------------------------
3695
+ GaraTest: test_performance_is_okay
3696
+ ----------------------------------
3697
+ -------------------------------
3698
+ GaraTest: test_we_have_a_module
3699
+ -------------------------------
3700
+ ---------------------------------------------
3701
+ GaraTest: test_Gara.render_renders_a_template
3702
+ ---------------------------------------------
3703
+ ----------------------------------------------
3704
+ GaraTest: test_another_emitter_may_be_supplied
3705
+ ----------------------------------------------
3706
+ ----------------------------------
3707
+ GaraTest: test_performance_is_okay
3708
+ ----------------------------------
3709
+ -------------------------------
3710
+ GaraTest: test_we_have_a_module
3711
+ -------------------------------
3712
+ -----------------------------------------
3713
+ HelloControllerTest: test_should_get_show
3714
+ -----------------------------------------
3715
+ Processing by HelloController#show as HTML
3716
+ Rendered hello/show.html.gara within layouts/application (0.7ms)
3717
+ Completed 200 OK in 18ms (Views: 17.5ms)
3718
+ -----------------------------
3719
+ HandlerTest: test_class_names
3720
+ -----------------------------
3721
+ ------------------------------------------------------------------
3722
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3723
+ ------------------------------------------------------------------
3724
+ ----------------------------------------------------------
3725
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3726
+ ----------------------------------------------------------
3727
+ -----------------------------
3728
+ HandlerTest: test_locals_work
3729
+ -----------------------------
3730
+ ------------------------------------------------------------
3731
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3732
+ ------------------------------------------------------------
3733
+ ----------------------------------
3734
+ HandlerTest: test_other_attributes
3735
+ ----------------------------------
3736
+ -------------------------------------------
3737
+ HandlerTest: test_our_handler_is_registered
3738
+ -------------------------------------------
3739
+ -------------------------------------------------------
3740
+ HandlerTest: test_real_document_has_doctype_and_newline
3741
+ -------------------------------------------------------
3742
+ -----------------------------------------
3743
+ HelloControllerTest: test_should_get_show
3744
+ -----------------------------------------
3745
+ Processing by HelloController#show as HTML
3746
+ Rendered hello/show.html.gara within layouts/application (1.1ms)
3747
+ Completed 200 OK in 16ms (Views: 15.7ms)
3748
+ -----------------------------
3749
+ HandlerTest: test_class_names
3750
+ -----------------------------
3751
+ ------------------------------------------------------------------
3752
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3753
+ ------------------------------------------------------------------
3754
+ ----------------------------------------------------------
3755
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3756
+ ----------------------------------------------------------
3757
+ -----------------------------
3758
+ HandlerTest: test_locals_work
3759
+ -----------------------------
3760
+ ------------------------------------------------------------
3761
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3762
+ ------------------------------------------------------------
3763
+ ----------------------------------
3764
+ HandlerTest: test_other_attributes
3765
+ ----------------------------------
3766
+ -------------------------------------------
3767
+ HandlerTest: test_our_handler_is_registered
3768
+ -------------------------------------------
3769
+ -------------------------------------------------------
3770
+ HandlerTest: test_real_document_has_doctype_and_newline
3771
+ -------------------------------------------------------
3772
+ ---------------------------------------------
3773
+ GaraTest: test_Gara.render_renders_a_template
3774
+ ---------------------------------------------
3775
+ ----------------------------------------------
3776
+ GaraTest: test_another_emitter_may_be_supplied
3777
+ ----------------------------------------------
3778
+ ----------------------------------
3779
+ GaraTest: test_performance_is_okay
3780
+ ----------------------------------
3781
+ -------------------------------
3782
+ GaraTest: test_we_have_a_module
3783
+ -------------------------------
3784
+ -----------------------------
3785
+ HandlerTest: test_class_names
3786
+ -----------------------------
3787
+ ------------------------------------------------------------------
3788
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3789
+ ------------------------------------------------------------------
3790
+ ----------------------------------------------------------
3791
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3792
+ ----------------------------------------------------------
3793
+ -----------------------------
3794
+ HandlerTest: test_locals_work
3795
+ -----------------------------
3796
+ ------------------------------------------------------------
3797
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3798
+ ------------------------------------------------------------
3799
+ ----------------------------------
3800
+ HandlerTest: test_other_attributes
3801
+ ----------------------------------
3802
+ -------------------------------------------
3803
+ HandlerTest: test_our_handler_is_registered
3804
+ -------------------------------------------
3805
+ -------------------------------------------------------
3806
+ HandlerTest: test_real_document_has_doctype_and_newline
3807
+ -------------------------------------------------------
3808
+ -----------------------------------------
3809
+ HelloControllerTest: test_should_get_show
3810
+ -----------------------------------------
3811
+ Processing by HelloController#show as HTML
3812
+ Rendered hello/show.html.gara within layouts/application (0.8ms)
3813
+ Completed 200 OK in 14ms (Views: 13.9ms)
3814
+ ---------------------------------------------
3815
+ GaraTest: test_Gara.render_renders_a_template
3816
+ ---------------------------------------------
3817
+ ----------------------------------------------
3818
+ GaraTest: test_another_emitter_may_be_supplied
3819
+ ----------------------------------------------
3820
+ ----------------------------------
3821
+ GaraTest: test_performance_is_okay
3822
+ ----------------------------------
3823
+ -------------------------------
3824
+ GaraTest: test_we_have_a_module
3825
+ -------------------------------
3826
+ -----------------------------
3827
+ HandlerTest: test_class_names
3828
+ -----------------------------
3829
+ ------------------------------------------------------------------
3830
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3831
+ ------------------------------------------------------------------
3832
+ ----------------------------------------------------------
3833
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3834
+ ----------------------------------------------------------
3835
+ -----------------------------
3836
+ HandlerTest: test_locals_work
3837
+ -----------------------------
3838
+ ------------------------------------------------------------
3839
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3840
+ ------------------------------------------------------------
3841
+ ----------------------------------
3842
+ HandlerTest: test_other_attributes
3843
+ ----------------------------------
3844
+ -------------------------------------------
3845
+ HandlerTest: test_our_handler_is_registered
3846
+ -------------------------------------------
3847
+ -------------------------------------------------------
3848
+ HandlerTest: test_real_document_has_doctype_and_newline
3849
+ -------------------------------------------------------
3850
+ -----------------------------------------
3851
+ HelloControllerTest: test_should_get_show
3852
+ -----------------------------------------
3853
+ Processing by HelloController#show as HTML
3854
+ Rendered hello/show.html.gara within layouts/application (0.7ms)
3855
+ Completed 200 OK in 13ms (Views: 13.2ms)
3856
+ ---------------------------------------------
3857
+ GaraTest: test_Gara.render_renders_a_template
3858
+ ---------------------------------------------
3859
+ ----------------------------------------------
3860
+ GaraTest: test_another_emitter_may_be_supplied
3861
+ ----------------------------------------------
3862
+ ----------------------------------
3863
+ GaraTest: test_performance_is_okay
3864
+ ----------------------------------
3865
+ -------------------------------
3866
+ GaraTest: test_we_have_a_module
3867
+ -------------------------------
3868
+ ---------------------------------------------
3869
+ GaraTest: test_Gara.render_renders_a_template
3870
+ ---------------------------------------------
3871
+ ----------------------------------------------
3872
+ GaraTest: test_another_emitter_may_be_supplied
3873
+ ----------------------------------------------
3874
+ ----------------------------------
3875
+ GaraTest: test_performance_is_okay
3876
+ ----------------------------------
3877
+ -------------------------------
3878
+ GaraTest: test_we_have_a_module
3879
+ -------------------------------
3880
+ -----------------------------
3881
+ HandlerTest: test_class_names
3882
+ -----------------------------
3883
+ ------------------------------------------------------------------
3884
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3885
+ ------------------------------------------------------------------
3886
+ ----------------------------------------------------------
3887
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3888
+ ----------------------------------------------------------
3889
+ -----------------------------
3890
+ HandlerTest: test_locals_work
3891
+ -----------------------------
3892
+ ------------------------------------------------------------
3893
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3894
+ ------------------------------------------------------------
3895
+ ----------------------------------
3896
+ HandlerTest: test_other_attributes
3897
+ ----------------------------------
3898
+ -------------------------------------------
3899
+ HandlerTest: test_our_handler_is_registered
3900
+ -------------------------------------------
3901
+ -------------------------------------------------------
3902
+ HandlerTest: test_real_document_has_doctype_and_newline
3903
+ -------------------------------------------------------
3904
+ -----------------------------------------
3905
+ HelloControllerTest: test_should_get_show
3906
+ -----------------------------------------
3907
+ Processing by HelloController#show as HTML
3908
+ Rendered hello/show.html.gara within layouts/application (1.1ms)
3909
+ Completed 200 OK in 18ms (Views: 17.2ms)
3910
+ -----------------------------
3911
+ HandlerTest: test_class_names
3912
+ -----------------------------
3913
+ ------------------------------------------------------------------
3914
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3915
+ ------------------------------------------------------------------
3916
+ ---------------------------------------------------------------------------------------------
3917
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
3918
+ ---------------------------------------------------------------------------------------------
3919
+ ----------------------------------------------------------
3920
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3921
+ ----------------------------------------------------------
3922
+ -----------------------------
3923
+ HandlerTest: test_locals_work
3924
+ -----------------------------
3925
+ ------------------------------------------------------------
3926
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3927
+ ------------------------------------------------------------
3928
+ ----------------------------------
3929
+ HandlerTest: test_other_attributes
3930
+ ----------------------------------
3931
+ -------------------------------------------
3932
+ HandlerTest: test_our_handler_is_registered
3933
+ -------------------------------------------
3934
+ -------------------------------------------------------
3935
+ HandlerTest: test_real_document_has_doctype_and_newline
3936
+ -------------------------------------------------------
3937
+ ---------------------------------------------
3938
+ GaraTest: test_Gara.render_renders_a_template
3939
+ ---------------------------------------------
3940
+ ----------------------------------------------
3941
+ GaraTest: test_another_emitter_may_be_supplied
3942
+ ----------------------------------------------
3943
+ ----------------------------------
3944
+ GaraTest: test_performance_is_okay
3945
+ ----------------------------------
3946
+ -------------------------------
3947
+ GaraTest: test_we_have_a_module
3948
+ -------------------------------
3949
+ -----------------------------------------
3950
+ HelloControllerTest: test_should_get_show
3951
+ -----------------------------------------
3952
+ Processing by HelloController#show as HTML
3953
+ Rendered hello/show.html.gara within layouts/application (1.2ms)
3954
+ Completed 200 OK in 22ms (Views: 21.6ms)
3955
+ -----------------------------
3956
+ HandlerTest: test_class_names
3957
+ -----------------------------
3958
+ ------------------------------------------------------------------
3959
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
3960
+ ------------------------------------------------------------------
3961
+ ---------------------------------------------------------------------------------------------
3962
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
3963
+ ---------------------------------------------------------------------------------------------
3964
+ ----------------------------------------------------------
3965
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
3966
+ ----------------------------------------------------------
3967
+ -----------------------------
3968
+ HandlerTest: test_locals_work
3969
+ -----------------------------
3970
+ ------------------------------------------------------------
3971
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
3972
+ ------------------------------------------------------------
3973
+ ----------------------------------
3974
+ HandlerTest: test_other_attributes
3975
+ ----------------------------------
3976
+ -------------------------------------------
3977
+ HandlerTest: test_our_handler_is_registered
3978
+ -------------------------------------------
3979
+ -------------------------------------------------------
3980
+ HandlerTest: test_real_document_has_doctype_and_newline
3981
+ -------------------------------------------------------
3982
+ ---------------------------------------------
3983
+ GaraTest: test_Gara.render_renders_a_template
3984
+ ---------------------------------------------
3985
+ ----------------------------------------------
3986
+ GaraTest: test_another_emitter_may_be_supplied
3987
+ ----------------------------------------------
3988
+ ----------------------------------
3989
+ GaraTest: test_performance_is_okay
3990
+ ----------------------------------
3991
+ -------------------------------
3992
+ GaraTest: test_we_have_a_module
3993
+ -------------------------------
3994
+ -----------------------------------------
3995
+ HelloControllerTest: test_should_get_show
3996
+ -----------------------------------------
3997
+ Processing by HelloController#show as HTML
3998
+ Rendered hello/show.html.gara within layouts/application (1.0ms)
3999
+ Completed 500 Internal Server Error in 6ms
4000
+ ---------------------------------------------
4001
+ GaraTest: test_Gara.render_renders_a_template
4002
+ ---------------------------------------------
4003
+ ----------------------------------------------
4004
+ GaraTest: test_another_emitter_may_be_supplied
4005
+ ----------------------------------------------
4006
+ ----------------------------------
4007
+ GaraTest: test_performance_is_okay
4008
+ ----------------------------------
4009
+ -------------------------------
4010
+ GaraTest: test_we_have_a_module
4011
+ -------------------------------
4012
+ -----------------------------------------
4013
+ HelloControllerTest: test_should_get_show
4014
+ -----------------------------------------
4015
+ Processing by HelloController#show as HTML
4016
+ Rendered hello/show.html.gara within layouts/application (8.5ms)
4017
+ Completed 500 Internal Server Error in 14ms
4018
+ -----------------------------
4019
+ HandlerTest: test_class_names
4020
+ -----------------------------
4021
+ ------------------------------------------------------------------
4022
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
4023
+ ------------------------------------------------------------------
4024
+ ---------------------------------------------------------------------------------------------
4025
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
4026
+ ---------------------------------------------------------------------------------------------
4027
+ ----------------------------------------------------------
4028
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4029
+ ----------------------------------------------------------
4030
+ -----------------------------
4031
+ HandlerTest: test_locals_work
4032
+ -----------------------------
4033
+ ------------------------------------------------------------
4034
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4035
+ ------------------------------------------------------------
4036
+ ----------------------------------
4037
+ HandlerTest: test_other_attributes
4038
+ ----------------------------------
4039
+ -------------------------------------------
4040
+ HandlerTest: test_our_handler_is_registered
4041
+ -------------------------------------------
4042
+ -------------------------------------------------------
4043
+ HandlerTest: test_real_document_has_doctype_and_newline
4044
+ -------------------------------------------------------
4045
+ ---------------------------------------------
4046
+ GaraTest: test_Gara.render_renders_a_template
4047
+ ---------------------------------------------
4048
+ ----------------------------------------------
4049
+ GaraTest: test_another_emitter_may_be_supplied
4050
+ ----------------------------------------------
4051
+ ----------------------------------
4052
+ GaraTest: test_performance_is_okay
4053
+ ----------------------------------
4054
+ -------------------------------
4055
+ GaraTest: test_we_have_a_module
4056
+ -------------------------------
4057
+ -----------------------------------------
4058
+ HelloControllerTest: test_should_get_show
4059
+ -----------------------------------------
4060
+ Processing by HelloController#show as HTML
4061
+ Rendered hello/show.html.gara within layouts/application (0.9ms)
4062
+ Completed 200 OK in 7ms (Views: 7.2ms)
4063
+ -----------------------------
4064
+ HandlerTest: test_class_names
4065
+ -----------------------------
4066
+ ------------------------------------------------------------------
4067
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
4068
+ ------------------------------------------------------------------
4069
+ ---------------------------------------------------------------------------------------------
4070
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
4071
+ ---------------------------------------------------------------------------------------------
4072
+ ----------------------------------------------------------
4073
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4074
+ ----------------------------------------------------------
4075
+ -----------------------------
4076
+ HandlerTest: test_locals_work
4077
+ -----------------------------
4078
+ ------------------------------------------------------------
4079
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4080
+ ------------------------------------------------------------
4081
+ ----------------------------------
4082
+ HandlerTest: test_other_attributes
4083
+ ----------------------------------
4084
+ -------------------------------------------
4085
+ HandlerTest: test_our_handler_is_registered
4086
+ -------------------------------------------
4087
+ -------------------------------------------------------
4088
+ HandlerTest: test_real_document_has_doctype_and_newline
4089
+ -------------------------------------------------------
4090
+ -----------------------------------------
4091
+ HelloControllerTest: test_should_get_show
4092
+ -----------------------------------------
4093
+ Processing by HelloController#show as HTML
4094
+ Rendered hello/show.html.gara within layouts/application (10.7ms)
4095
+ Completed 500 Internal Server Error in 16ms
4096
+ ---------------------------------------------
4097
+ GaraTest: test_Gara.render_renders_a_template
4098
+ ---------------------------------------------
4099
+ ----------------------------------------------
4100
+ GaraTest: test_another_emitter_may_be_supplied
4101
+ ----------------------------------------------
4102
+ ----------------------------------
4103
+ GaraTest: test_performance_is_okay
4104
+ ----------------------------------
4105
+ -------------------------------
4106
+ GaraTest: test_we_have_a_module
4107
+ -------------------------------
4108
+ -----------------------------
4109
+ HandlerTest: test_class_names
4110
+ -----------------------------
4111
+ ------------------------------------------------------------------
4112
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
4113
+ ------------------------------------------------------------------
4114
+ ---------------------------------------------------------------------------------------------
4115
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
4116
+ ---------------------------------------------------------------------------------------------
4117
+ ----------------------------------------------------------
4118
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4119
+ ----------------------------------------------------------
4120
+ -----------------------------
4121
+ HandlerTest: test_locals_work
4122
+ -----------------------------
4123
+ ------------------------------------------------------------
4124
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4125
+ ------------------------------------------------------------
4126
+ ----------------------------------
4127
+ HandlerTest: test_other_attributes
4128
+ ----------------------------------
4129
+ -------------------------------------------
4130
+ HandlerTest: test_our_handler_is_registered
4131
+ -------------------------------------------
4132
+ -------------------------------------------------------
4133
+ HandlerTest: test_real_document_has_doctype_and_newline
4134
+ -------------------------------------------------------
4135
+ ---------------------------------------------
4136
+ GaraTest: test_Gara.render_renders_a_template
4137
+ ---------------------------------------------
4138
+ ----------------------------------------------
4139
+ GaraTest: test_another_emitter_may_be_supplied
4140
+ ----------------------------------------------
4141
+ ----------------------------------
4142
+ GaraTest: test_performance_is_okay
4143
+ ----------------------------------
4144
+ -------------------------------
4145
+ GaraTest: test_we_have_a_module
4146
+ -------------------------------
4147
+ -----------------------------------------
4148
+ HelloControllerTest: test_should_get_show
4149
+ -----------------------------------------
4150
+ Processing by HelloController#show as HTML
4151
+ Rendered hello/show.html.gara within layouts/application (2.5ms)
4152
+ Completed 500 Internal Server Error in 8ms
4153
+ -----------------------------
4154
+ HandlerTest: test_class_names
4155
+ -----------------------------
4156
+ ------------------------------------------------------------------
4157
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
4158
+ ------------------------------------------------------------------
4159
+ ---------------------------------------------------------------------------------------------
4160
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
4161
+ ---------------------------------------------------------------------------------------------
4162
+ ----------------------------------------------------------
4163
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4164
+ ----------------------------------------------------------
4165
+ -----------------------------
4166
+ HandlerTest: test_locals_work
4167
+ -----------------------------
4168
+ ------------------------------------------------------------
4169
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4170
+ ------------------------------------------------------------
4171
+ ----------------------------------
4172
+ HandlerTest: test_other_attributes
4173
+ ----------------------------------
4174
+ -------------------------------------------
4175
+ HandlerTest: test_our_handler_is_registered
4176
+ -------------------------------------------
4177
+ -------------------------------------------------------
4178
+ HandlerTest: test_real_document_has_doctype_and_newline
4179
+ -------------------------------------------------------
4180
+ -----------------------------------------
4181
+ HelloControllerTest: test_should_get_show
4182
+ -----------------------------------------
4183
+ Processing by HelloController#show as HTML
4184
+ Rendered hello/show.html.gara within layouts/application (3.1ms)
4185
+ Completed 500 Internal Server Error in 9ms
4186
+ ---------------------------------------------
4187
+ GaraTest: test_Gara.render_renders_a_template
4188
+ ---------------------------------------------
4189
+ ----------------------------------------------
4190
+ GaraTest: test_another_emitter_may_be_supplied
4191
+ ----------------------------------------------
4192
+ ----------------------------------
4193
+ GaraTest: test_performance_is_okay
4194
+ ----------------------------------
4195
+ -------------------------------
4196
+ GaraTest: test_we_have_a_module
4197
+ -------------------------------
4198
+ -----------------------------
4199
+ HandlerTest: test_class_names
4200
+ -----------------------------
4201
+ ------------------------------------------------------------------
4202
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
4203
+ ------------------------------------------------------------------
4204
+ ---------------------------------------------------------------------------------------------
4205
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
4206
+ ---------------------------------------------------------------------------------------------
4207
+ ----------------------------------------------------------
4208
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4209
+ ----------------------------------------------------------
4210
+ -----------------------------
4211
+ HandlerTest: test_locals_work
4212
+ -----------------------------
4213
+ ------------------------------------------------------------
4214
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4215
+ ------------------------------------------------------------
4216
+ ----------------------------------
4217
+ HandlerTest: test_other_attributes
4218
+ ----------------------------------
4219
+ -------------------------------------------
4220
+ HandlerTest: test_our_handler_is_registered
4221
+ -------------------------------------------
4222
+ -------------------------------------------------------
4223
+ HandlerTest: test_real_document_has_doctype_and_newline
4224
+ -------------------------------------------------------
4225
+ -----------------------------
4226
+ HandlerTest: test_class_names
4227
+ -----------------------------
4228
+ ------------------------------------------------------------------
4229
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
4230
+ ------------------------------------------------------------------
4231
+ ---------------------------------------------------------------------------------------------
4232
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
4233
+ ---------------------------------------------------------------------------------------------
4234
+ ----------------------------------------------------------
4235
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4236
+ ----------------------------------------------------------
4237
+ -----------------------------
4238
+ HandlerTest: test_locals_work
4239
+ -----------------------------
4240
+ ------------------------------------------------------------
4241
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4242
+ ------------------------------------------------------------
4243
+ ----------------------------------
4244
+ HandlerTest: test_other_attributes
4245
+ ----------------------------------
4246
+ -------------------------------------------
4247
+ HandlerTest: test_our_handler_is_registered
4248
+ -------------------------------------------
4249
+ -------------------------------------------------------
4250
+ HandlerTest: test_real_document_has_doctype_and_newline
4251
+ -------------------------------------------------------
4252
+ -----------------------------------------
4253
+ HelloControllerTest: test_should_get_show
4254
+ -----------------------------------------
4255
+ Processing by HelloController#show as HTML
4256
+ Rendered hello/show.html.gara within layouts/application (1.1ms)
4257
+ Completed 200 OK in 9ms (Views: 8.4ms)
4258
+ ---------------------------------------------
4259
+ GaraTest: test_Gara.render_renders_a_template
4260
+ ---------------------------------------------
4261
+ ----------------------------------------------
4262
+ GaraTest: test_another_emitter_may_be_supplied
4263
+ ----------------------------------------------
4264
+ ----------------------------------
4265
+ GaraTest: test_performance_is_okay
4266
+ ----------------------------------
4267
+ -------------------------------
4268
+ GaraTest: test_we_have_a_module
4269
+ -------------------------------
4270
+ -----------------------------------------
4271
+ HelloControllerTest: test_should_get_show
4272
+ -----------------------------------------
4273
+ Processing by HelloController#show as HTML
4274
+ Rendered hello/show.html.gara within layouts/application (2.2ms)
4275
+ Completed 500 Internal Server Error in 8ms
4276
+ ---------------------------------------------
4277
+ GaraTest: test_Gara.render_renders_a_template
4278
+ ---------------------------------------------
4279
+ ----------------------------------------------
4280
+ GaraTest: test_another_emitter_may_be_supplied
4281
+ ----------------------------------------------
4282
+ ----------------------------------
4283
+ GaraTest: test_performance_is_okay
4284
+ ----------------------------------
4285
+ -------------------------------
4286
+ GaraTest: test_we_have_a_module
4287
+ -------------------------------
4288
+ -----------------------------
4289
+ HandlerTest: test_class_names
4290
+ -----------------------------
4291
+ ------------------------------------------------------------------
4292
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
4293
+ ------------------------------------------------------------------
4294
+ ---------------------------------------------------------------------------------------------
4295
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
4296
+ ---------------------------------------------------------------------------------------------
4297
+ ----------------------------------------------------------
4298
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4299
+ ----------------------------------------------------------
4300
+ -----------------------------
4301
+ HandlerTest: test_locals_work
4302
+ -----------------------------
4303
+ ------------------------------------------------------------
4304
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4305
+ ------------------------------------------------------------
4306
+ ----------------------------------
4307
+ HandlerTest: test_other_attributes
4308
+ ----------------------------------
4309
+ -------------------------------------------
4310
+ HandlerTest: test_our_handler_is_registered
4311
+ -------------------------------------------
4312
+ -------------------------------------------------------
4313
+ HandlerTest: test_real_document_has_doctype_and_newline
4314
+ -------------------------------------------------------
4315
+ -----------------------------------------
4316
+ HelloControllerTest: test_should_get_show
4317
+ -----------------------------------------
4318
+ Processing by HelloController#show as HTML
4319
+ Rendered hello/show.html.gara within layouts/application (61837.3ms)
4320
+ Completed 500 Internal Server Error in 61842ms
4321
+ ---------------------------------------------
4322
+ GaraTest: test_Gara.render_renders_a_template
4323
+ ---------------------------------------------
4324
+ ----------------------------------------------
4325
+ GaraTest: test_another_emitter_may_be_supplied
4326
+ ----------------------------------------------
4327
+ ----------------------------------
4328
+ GaraTest: test_performance_is_okay
4329
+ ----------------------------------
4330
+ -------------------------------
4331
+ GaraTest: test_we_have_a_module
4332
+ -------------------------------
4333
+ -----------------------------
4334
+ HandlerTest: test_class_names
4335
+ -----------------------------
4336
+ ---------------------------------------------
4337
+ GaraTest: test_Gara.render_renders_a_template
4338
+ ---------------------------------------------
4339
+ -----------------------------
4340
+ HandlerTest: test_class_names
4341
+ -----------------------------
4342
+ -----------------------------------------
4343
+ HelloControllerTest: test_should_get_show
4344
+ -----------------------------------------
4345
+ Processing by HelloController#show as HTML
4346
+ -----------------------------
4347
+ HandlerTest: test_class_names
4348
+ -----------------------------
4349
+ -----------------------------------------
4350
+ HelloControllerTest: test_should_get_show
4351
+ -----------------------------------------
4352
+ Processing by HelloController#show as HTML
4353
+ -----------------------------------------
4354
+ HelloControllerTest: test_should_get_show
4355
+ -----------------------------------------
4356
+ Processing by HelloController#show as HTML
4357
+ Rendered hello/show.html.gara within layouts/application (4.0ms)
4358
+ Completed 500 Internal Server Error in 9ms
4359
+ -----------------------------
4360
+ HandlerTest: test_class_names
4361
+ -----------------------------
4362
+ ------------------------------------------------------------------
4363
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
4364
+ ------------------------------------------------------------------
4365
+ ---------------------------------------------------------------------------------------------
4366
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
4367
+ ---------------------------------------------------------------------------------------------
4368
+ ----------------------------------------------------------
4369
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4370
+ ----------------------------------------------------------
4371
+ -----------------------------
4372
+ HandlerTest: test_locals_work
4373
+ -----------------------------
4374
+ ------------------------------------------------------------
4375
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4376
+ ------------------------------------------------------------
4377
+ ----------------------------------
4378
+ HandlerTest: test_other_attributes
4379
+ ----------------------------------
4380
+ -------------------------------------------
4381
+ HandlerTest: test_our_handler_is_registered
4382
+ -------------------------------------------
4383
+ -------------------------------------------------------
4384
+ HandlerTest: test_real_document_has_doctype_and_newline
4385
+ -------------------------------------------------------
4386
+ ---------------------------------------------
4387
+ GaraTest: test_Gara.render_renders_a_template
4388
+ ---------------------------------------------
4389
+ ----------------------------------------------
4390
+ GaraTest: test_another_emitter_may_be_supplied
4391
+ ----------------------------------------------
4392
+ ----------------------------------
4393
+ GaraTest: test_performance_is_okay
4394
+ ----------------------------------
4395
+ -------------------------------
4396
+ GaraTest: test_we_have_a_module
4397
+ -------------------------------
4398
+ ---------------------------------------------
4399
+ GaraTest: test_Gara.render_renders_a_template
4400
+ ---------------------------------------------
4401
+ ----------------------------------------------
4402
+ GaraTest: test_another_emitter_may_be_supplied
4403
+ ----------------------------------------------
4404
+ ----------------------------------
4405
+ GaraTest: test_performance_is_okay
4406
+ ----------------------------------
4407
+ -------------------------------
4408
+ GaraTest: test_we_have_a_module
4409
+ -------------------------------
4410
+ -----------------------------
4411
+ HandlerTest: test_class_names
4412
+ -----------------------------
4413
+ ------------------------------------------------------------------
4414
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax
4415
+ ------------------------------------------------------------------
4416
+ ---------------------------------------------------------------------------------------------
4417
+ HandlerTest: test_helpers_returning_html_work_without_funny_syntax_in_sequence_within_a_block
4418
+ ---------------------------------------------------------------------------------------------
4419
+ ----------------------------------------------------------
4420
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4421
+ ----------------------------------------------------------
4422
+ -----------------------------
4423
+ HandlerTest: test_locals_work
4424
+ -----------------------------
4425
+ ------------------------------------------------------------
4426
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4427
+ ------------------------------------------------------------
4428
+ ----------------------------------
4429
+ HandlerTest: test_other_attributes
4430
+ ----------------------------------
4431
+ -------------------------------------------
4432
+ HandlerTest: test_our_handler_is_registered
4433
+ -------------------------------------------
4434
+ -------------------------------------------------------
4435
+ HandlerTest: test_real_document_has_doctype_and_newline
4436
+ -------------------------------------------------------
4437
+ -----------------------------------------
4438
+ HelloControllerTest: test_should_get_show
4439
+ -----------------------------------------
4440
+ Processing by HelloController#show as HTML
4441
+ Rendered hello/show.html.gara within layouts/application (29.9ms)
4442
+ Completed 500 Internal Server Error in 39ms
4443
+ -----------------------------------------
4444
+ HelloControllerTest: test_should_get_show
4445
+ -----------------------------------------
4446
+ Processing by HelloController#show as HTML
4447
+ Rendered hello/show.html.gara within layouts/application (1.0ms)
4448
+ Completed 200 OK in 18ms (Views: 17.4ms)
4449
+ ---------------------------------------------
4450
+ GaraTest: test_Gara.render_renders_a_template
4451
+ ---------------------------------------------
4452
+ ----------------------------------------------
4453
+ GaraTest: test_another_emitter_may_be_supplied
4454
+ ----------------------------------------------
4455
+ ----------------------------------
4456
+ GaraTest: test_performance_is_okay
4457
+ ----------------------------------
4458
+ -------------------------------
4459
+ GaraTest: test_we_have_a_module
4460
+ -------------------------------
4461
+ -----------------------------
4462
+ HandlerTest: test_class_names
4463
+ -----------------------------
4464
+ ----------------------------------------------------------
4465
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4466
+ ----------------------------------------------------------
4467
+ -----------------------------
4468
+ HandlerTest: test_locals_work
4469
+ -----------------------------
4470
+ ------------------------------------------------------------
4471
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4472
+ ------------------------------------------------------------
4473
+ ----------------------------------
4474
+ HandlerTest: test_other_attributes
4475
+ ----------------------------------
4476
+ -------------------------------------------
4477
+ HandlerTest: test_our_handler_is_registered
4478
+ -------------------------------------------
4479
+ -------------------------------------------------------
4480
+ HandlerTest: test_real_document_has_doctype_and_newline
4481
+ -------------------------------------------------------
4482
+ -----------------------------------------
4483
+ HelloControllerTest: test_should_get_show
4484
+ -----------------------------------------
4485
+ Processing by HelloController#show as HTML
4486
+ Rendered hello/show.html.gara within layouts/application (1.0ms)
4487
+ Completed 200 OK in 18ms (Views: 18.1ms)
4488
+ ---------------------------------------------
4489
+ GaraTest: test_Gara.render_renders_a_template
4490
+ ---------------------------------------------
4491
+ ----------------------------------------------
4492
+ GaraTest: test_another_emitter_may_be_supplied
4493
+ ----------------------------------------------
4494
+ ----------------------------------
4495
+ GaraTest: test_performance_is_okay
4496
+ ----------------------------------
4497
+ -------------------------------
4498
+ GaraTest: test_we_have_a_module
4499
+ -------------------------------
4500
+ -----------------------------
4501
+ HandlerTest: test_class_names
4502
+ -----------------------------
4503
+ ----------------------------------------------------------
4504
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4505
+ ----------------------------------------------------------
4506
+ -----------------------------
4507
+ HandlerTest: test_locals_work
4508
+ -----------------------------
4509
+ ------------------------------------------------------------
4510
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4511
+ ------------------------------------------------------------
4512
+ ----------------------------------
4513
+ HandlerTest: test_other_attributes
4514
+ ----------------------------------
4515
+ -------------------------------------------
4516
+ HandlerTest: test_our_handler_is_registered
4517
+ -------------------------------------------
4518
+ -------------------------------------------------------
4519
+ HandlerTest: test_real_document_has_doctype_and_newline
4520
+ -------------------------------------------------------
4521
+ ---------------------------------------------
4522
+ GaraTest: test_Gara.render_renders_a_template
4523
+ ---------------------------------------------
4524
+ ----------------------------------------------
4525
+ GaraTest: test_another_emitter_may_be_supplied
4526
+ ----------------------------------------------
4527
+ ----------------------------------
4528
+ GaraTest: test_performance_is_okay
4529
+ ----------------------------------
4530
+ -------------------------------
4531
+ GaraTest: test_we_have_a_module
4532
+ -------------------------------
4533
+ -----------------------------
4534
+ HandlerTest: test_class_names
4535
+ -----------------------------
4536
+ ----------------------------------------------------------
4537
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4538
+ ----------------------------------------------------------
4539
+ -----------------------------
4540
+ HandlerTest: test_locals_work
4541
+ -----------------------------
4542
+ ------------------------------------------------------------
4543
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4544
+ ------------------------------------------------------------
4545
+ ----------------------------------
4546
+ HandlerTest: test_other_attributes
4547
+ ----------------------------------
4548
+ -------------------------------------------
4549
+ HandlerTest: test_our_handler_is_registered
4550
+ -------------------------------------------
4551
+ -------------------------------------------------------
4552
+ HandlerTest: test_real_document_has_doctype_and_newline
4553
+ -------------------------------------------------------
4554
+ -----------------------------------------
4555
+ HelloControllerTest: test_should_get_show
4556
+ -----------------------------------------
4557
+ Processing by HelloController#show as HTML
4558
+ Rendered hello/show.html.gara within layouts/application (1.2ms)
4559
+ Completed 200 OK in 23ms (Views: 22.6ms)
4560
+ -----------------------------
4561
+ HandlerTest: test_class_names
4562
+ -----------------------------
4563
+ ----------------------------------------------------------
4564
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
4565
+ ----------------------------------------------------------
4566
+ -----------------------------
4567
+ HandlerTest: test_locals_work
4568
+ -----------------------------
4569
+ ------------------------------------------------------------
4570
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
4571
+ ------------------------------------------------------------
4572
+ ----------------------------------
4573
+ HandlerTest: test_other_attributes
4574
+ ----------------------------------
4575
+ -------------------------------------------
4576
+ HandlerTest: test_our_handler_is_registered
4577
+ -------------------------------------------
4578
+ -------------------------------------------------------
4579
+ HandlerTest: test_real_document_has_doctype_and_newline
4580
+ -------------------------------------------------------
4581
+ ---------------------------------------------
4582
+ GaraTest: test_Gara.render_renders_a_template
4583
+ ---------------------------------------------
4584
+ ----------------------------------------------
4585
+ GaraTest: test_another_emitter_may_be_supplied
4586
+ ----------------------------------------------
4587
+ ----------------------------------
4588
+ GaraTest: test_performance_is_okay
4589
+ ----------------------------------
4590
+ -------------------------------
4591
+ GaraTest: test_we_have_a_module
4592
+ -------------------------------
4593
+ -----------------------------------------
4594
+ HelloControllerTest: test_should_get_show
4595
+ -----------------------------------------
4596
+ Processing by HelloController#show as HTML
4597
+ Rendered hello/show.html.gara within layouts/application (0.8ms)
4598
+ Completed 200 OK in 17ms (Views: 16.9ms)