gara 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +44 -0
  4. data/Rakefile +32 -0
  5. data/lib/gara.rb +8 -0
  6. data/lib/gara/delegator.rb +27 -0
  7. data/lib/gara/html5_emitter.rb +59 -0
  8. data/lib/gara/template/handler.rb +14 -0
  9. data/lib/gara/version.rb +3 -0
  10. data/lib/tasks/gara_tasks.rake +4 -0
  11. data/test/dummy/Rakefile +6 -0
  12. data/test/dummy/app/assets/javascripts/application.js +13 -0
  13. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  14. data/test/dummy/app/controllers/application_controller.rb +5 -0
  15. data/test/dummy/app/controllers/hello_controller.rb +4 -0
  16. data/test/dummy/app/helpers/application_helper.rb +2 -0
  17. data/test/dummy/app/views/hello/show.html.gara +2 -0
  18. data/test/dummy/app/views/layouts/application.html.gara +14 -0
  19. data/test/dummy/bin/bundle +3 -0
  20. data/test/dummy/bin/rails +4 -0
  21. data/test/dummy/bin/rake +4 -0
  22. data/test/dummy/config.ru +4 -0
  23. data/test/dummy/config/application.rb +26 -0
  24. data/test/dummy/config/boot.rb +5 -0
  25. data/test/dummy/config/environment.rb +5 -0
  26. data/test/dummy/config/environments/development.rb +37 -0
  27. data/test/dummy/config/environments/production.rb +82 -0
  28. data/test/dummy/config/environments/test.rb +39 -0
  29. data/test/dummy/config/initializers/assets.rb +8 -0
  30. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  31. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  32. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  33. data/test/dummy/config/initializers/inflections.rb +16 -0
  34. data/test/dummy/config/initializers/mime_types.rb +4 -0
  35. data/test/dummy/config/initializers/session_store.rb +3 -0
  36. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  37. data/test/dummy/config/locales/en.yml +23 -0
  38. data/test/dummy/config/routes.rb +4 -0
  39. data/test/dummy/config/secrets.yml +22 -0
  40. data/test/dummy/log/development.log +1595 -0
  41. data/test/dummy/log/test.log +1377 -0
  42. data/test/dummy/public/404.html +67 -0
  43. data/test/dummy/public/422.html +67 -0
  44. data/test/dummy/public/500.html +66 -0
  45. data/test/dummy/public/favicon.ico +0 -0
  46. data/test/dummy/test/controllers/hello_controller_test.rb +9 -0
  47. data/test/dummy/test/helpers/hello_helper_test.rb +4 -0
  48. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  49. data/test/dummy/tmp/cache/assets/development/sprockets/219e4ef52e71a2dd3142d36271626492 +0 -0
  50. data/test/dummy/tmp/cache/assets/development/sprockets/29331726baea36717bf28565c0be1881 +0 -0
  51. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  52. data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  53. data/test/dummy/tmp/cache/assets/development/sprockets/4584795e7f513db14ffca10dab44759e +0 -0
  54. data/test/dummy/tmp/cache/assets/development/sprockets/72a227156d935c44e2aad8718b3952fb +0 -0
  55. data/test/dummy/tmp/cache/assets/development/sprockets/cfea650552ed221f83ea2c8fc3198c53 +0 -0
  56. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  57. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  58. data/test/dummy/tmp/cache/assets/development/sprockets/e27275f4020fd1fc40de79a1e5db4c96 +0 -0
  59. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  60. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  61. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  62. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  63. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  64. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  65. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  66. data/test/gara_test.rb +7 -0
  67. data/test/handler_test.rb +80 -0
  68. data/test/test_helper.rb +15 -0
  69. metadata +211 -0
@@ -0,0 +1,1377 @@
1
+ -------------------------------
2
+ GaraTest: test_we_have_a_module
3
+ -------------------------------
4
+ -------------------------------
5
+ GaraTest: test_we_have_a_module
6
+ -------------------------------
7
+ -------------------------------
8
+ GaraTest: test_we_have_a_module
9
+ -------------------------------
10
+ -------------------------------
11
+ GaraTest: test_we_have_a_module
12
+ -------------------------------
13
+ -------------------------------------------
14
+ HandlerTest: test_our_handler_is_registered
15
+ -------------------------------------------
16
+ -------------------------------
17
+ GaraTest: test_we_have_a_module
18
+ -------------------------------
19
+ -------------------------------------------
20
+ HandlerTest: test_our_handler_is_registered
21
+ -------------------------------------------
22
+ -------------------------------
23
+ GaraTest: test_we_have_a_module
24
+ -------------------------------
25
+ -------------------------------------------
26
+ HandlerTest: test_our_handler_is_registered
27
+ -------------------------------------------
28
+ -------------------------------
29
+ GaraTest: test_we_have_a_module
30
+ -------------------------------
31
+ -------------------------------------------
32
+ HandlerTest: test_our_handler_is_registered
33
+ -------------------------------------------
34
+ -------------------------------------------
35
+ HandlerTest: test_our_handler_is_registered
36
+ -------------------------------------------
37
+ -------------------------------
38
+ GaraTest: test_we_have_a_module
39
+ -------------------------------
40
+ --------------------------------------------------
41
+ HandlerTest: test_html_generates_<html></html>_tag
42
+ --------------------------------------------------
43
+ -------------------------------------------
44
+ HandlerTest: test_our_handler_is_registered
45
+ -------------------------------------------
46
+ -------------------------------
47
+ GaraTest: test_we_have_a_module
48
+ -------------------------------
49
+ --------------------------------------------------
50
+ HandlerTest: test_html_generates_<html></html>_tag
51
+ --------------------------------------------------
52
+ -------------------------------------------
53
+ HandlerTest: test_our_handler_is_registered
54
+ -------------------------------------------
55
+ -------------------------------
56
+ GaraTest: test_we_have_a_module
57
+ -------------------------------
58
+ -------------------------------
59
+ GaraTest: test_we_have_a_module
60
+ -------------------------------
61
+ --------------------------------------------------
62
+ HandlerTest: test_html_generates_<html></html>_tag
63
+ --------------------------------------------------
64
+ -------------------------------------------
65
+ HandlerTest: test_our_handler_is_registered
66
+ -------------------------------------------
67
+ -------------------------------
68
+ GaraTest: test_we_have_a_module
69
+ -------------------------------
70
+ --------------------------------------------------
71
+ HandlerTest: test_html_generates_<html></html>_tag
72
+ --------------------------------------------------
73
+ -------------------------------------------
74
+ HandlerTest: test_our_handler_is_registered
75
+ -------------------------------------------
76
+ --------------------------------------------------
77
+ HandlerTest: test_html_generates_<html></html>_tag
78
+ --------------------------------------------------
79
+ -------------------------------------------
80
+ HandlerTest: test_our_handler_is_registered
81
+ -------------------------------------------
82
+ -------------------------------
83
+ GaraTest: test_we_have_a_module
84
+ -------------------------------
85
+ --------------------------------------------------
86
+ HandlerTest: test_html_generates_<html></html>_tag
87
+ --------------------------------------------------
88
+ -------------------------------------------
89
+ HandlerTest: test_our_handler_is_registered
90
+ -------------------------------------------
91
+ -------------------------------
92
+ GaraTest: test_we_have_a_module
93
+ -------------------------------
94
+ --------------------------------------------------
95
+ HandlerTest: test_html_generates_<html></html>_tag
96
+ --------------------------------------------------
97
+ -------------------------------------------
98
+ HandlerTest: test_our_handler_is_registered
99
+ -------------------------------------------
100
+ -------------------------------
101
+ GaraTest: test_we_have_a_module
102
+ -------------------------------
103
+ --------------------------------------------------
104
+ HandlerTest: test_html_generates_<html></html>_tag
105
+ --------------------------------------------------
106
+ -------------------------------------------
107
+ HandlerTest: test_our_handler_is_registered
108
+ -------------------------------------------
109
+ -------------------------------
110
+ GaraTest: test_we_have_a_module
111
+ -------------------------------
112
+ -------------------------------
113
+ GaraTest: test_we_have_a_module
114
+ -------------------------------
115
+ --------------------------------------------------
116
+ HandlerTest: test_html_generates_<html></html>_tag
117
+ --------------------------------------------------
118
+ -------------------------------------------
119
+ HandlerTest: test_our_handler_is_registered
120
+ -------------------------------------------
121
+ -------------------------------
122
+ GaraTest: test_we_have_a_module
123
+ -------------------------------
124
+ --------------------------------------------------
125
+ HandlerTest: test_html_generates_<html></html>_tag
126
+ --------------------------------------------------
127
+ -------------------------------------------
128
+ HandlerTest: test_our_handler_is_registered
129
+ -------------------------------------------
130
+ --------------------------------------------------
131
+ HandlerTest: test_html_generates_<html></html>_tag
132
+ --------------------------------------------------
133
+ -------------------------------------------
134
+ HandlerTest: test_our_handler_is_registered
135
+ -------------------------------------------
136
+ -------------------------------
137
+ GaraTest: test_we_have_a_module
138
+ -------------------------------
139
+ -------------------------------
140
+ GaraTest: test_we_have_a_module
141
+ -------------------------------
142
+ --------------------------------------------------
143
+ HandlerTest: test_html_generates_<html></html>_tag
144
+ --------------------------------------------------
145
+ -------------------------------------------
146
+ HandlerTest: test_our_handler_is_registered
147
+ -------------------------------------------
148
+ --------------------------------------------------
149
+ HandlerTest: test_html_generates_<html></html>_tag
150
+ --------------------------------------------------
151
+ -------------------------------------------
152
+ HandlerTest: test_our_handler_is_registered
153
+ -------------------------------------------
154
+ -------------------------------
155
+ GaraTest: test_we_have_a_module
156
+ -------------------------------
157
+ --------------------------------------------------
158
+ HandlerTest: test_html_generates_<html></html>_tag
159
+ --------------------------------------------------
160
+ -------------------------------------------
161
+ HandlerTest: test_our_handler_is_registered
162
+ -------------------------------------------
163
+ -------------------------------
164
+ GaraTest: test_we_have_a_module
165
+ -------------------------------
166
+ -------------------------------
167
+ GaraTest: test_we_have_a_module
168
+ -------------------------------
169
+ --------------------------------------------------
170
+ HandlerTest: test_html_generates_<html></html>_tag
171
+ --------------------------------------------------
172
+ -------------------------------------------
173
+ HandlerTest: test_our_handler_is_registered
174
+ -------------------------------------------
175
+ --------------------------------------------------
176
+ HandlerTest: test_html_generates_<html></html>_tag
177
+ --------------------------------------------------
178
+ -------------------------------------------
179
+ HandlerTest: test_our_handler_is_registered
180
+ -------------------------------------------
181
+ -------------------------------
182
+ GaraTest: test_we_have_a_module
183
+ -------------------------------
184
+ --------------------------------------------------
185
+ HandlerTest: test_html_generates_<html></html>_tag
186
+ --------------------------------------------------
187
+ -------------------------------------------
188
+ HandlerTest: test_our_handler_is_registered
189
+ -------------------------------------------
190
+ -------------------------------
191
+ GaraTest: test_we_have_a_module
192
+ -------------------------------
193
+ -------------------------------
194
+ GaraTest: test_we_have_a_module
195
+ -------------------------------
196
+ --------------------------------------------------
197
+ HandlerTest: test_html_generates_<html></html>_tag
198
+ --------------------------------------------------
199
+ -------------------------------------------
200
+ HandlerTest: test_our_handler_is_registered
201
+ -------------------------------------------
202
+ --------------------------------------------------
203
+ HandlerTest: test_html_generates_<html></html>_tag
204
+ --------------------------------------------------
205
+ -------------------------------------------
206
+ HandlerTest: test_our_handler_is_registered
207
+ -------------------------------------------
208
+ -------------------------------
209
+ GaraTest: test_we_have_a_module
210
+ -------------------------------
211
+ --------------------------------------------------
212
+ HandlerTest: test_html_generates_<html></html>_tag
213
+ --------------------------------------------------
214
+ -------------------------------------------
215
+ HandlerTest: test_our_handler_is_registered
216
+ -------------------------------------------
217
+ -------------------------------
218
+ GaraTest: test_we_have_a_module
219
+ -------------------------------
220
+ -------------------------------
221
+ GaraTest: test_we_have_a_module
222
+ -------------------------------
223
+ --------------------------------------------------
224
+ HandlerTest: test_html_generates_<html></html>_tag
225
+ --------------------------------------------------
226
+ -------------------------------------------
227
+ HandlerTest: test_our_handler_is_registered
228
+ -------------------------------------------
229
+ --------------------------------------------------
230
+ HandlerTest: test_html_generates_<html></html>_tag
231
+ --------------------------------------------------
232
+ -------------------------------------------
233
+ HandlerTest: test_our_handler_is_registered
234
+ -------------------------------------------
235
+ -------------------------------
236
+ GaraTest: test_we_have_a_module
237
+ -------------------------------
238
+ -------------------------------
239
+ GaraTest: test_we_have_a_module
240
+ -------------------------------
241
+ --------------------------------------------------
242
+ HandlerTest: test_html_generates_<html></html>_tag
243
+ --------------------------------------------------
244
+ -------------------------------------------
245
+ HandlerTest: test_our_handler_is_registered
246
+ -------------------------------------------
247
+ -------------------------------
248
+ GaraTest: test_we_have_a_module
249
+ -------------------------------
250
+ --------------------------------------------------
251
+ HandlerTest: test_html_generates_<html></html>_tag
252
+ --------------------------------------------------
253
+ -------------------------------------------
254
+ HandlerTest: test_our_handler_is_registered
255
+ -------------------------------------------
256
+ --------------------------------------------------
257
+ HandlerTest: test_html_generates_<html></html>_tag
258
+ --------------------------------------------------
259
+ -------------------------------------------
260
+ HandlerTest: test_our_handler_is_registered
261
+ -------------------------------------------
262
+ -------------------------------
263
+ GaraTest: test_we_have_a_module
264
+ -------------------------------
265
+ -------------------------------
266
+ GaraTest: test_we_have_a_module
267
+ -------------------------------
268
+ --------------------------------------------------
269
+ HandlerTest: test_html_generates_<html></html>_tag
270
+ --------------------------------------------------
271
+ -------------------------------------------
272
+ HandlerTest: test_our_handler_is_registered
273
+ -------------------------------------------
274
+ -------------------------------
275
+ GaraTest: test_we_have_a_module
276
+ -------------------------------
277
+ --------------------------------------------------
278
+ HandlerTest: test_html_generates_<html></html>_tag
279
+ --------------------------------------------------
280
+ -------------------------------------------
281
+ HandlerTest: test_our_handler_is_registered
282
+ -------------------------------------------
283
+ --------------------------------------------------
284
+ HandlerTest: test_html_generates_<html></html>_tag
285
+ --------------------------------------------------
286
+ -------------------------------------------
287
+ HandlerTest: test_our_handler_is_registered
288
+ -------------------------------------------
289
+ -------------------------------
290
+ GaraTest: test_we_have_a_module
291
+ -------------------------------
292
+ -------------------------------
293
+ GaraTest: test_we_have_a_module
294
+ -------------------------------
295
+ --------------------------------------------------
296
+ HandlerTest: test_html_generates_<html></html>_tag
297
+ --------------------------------------------------
298
+ -------------------------------------------
299
+ HandlerTest: test_our_handler_is_registered
300
+ -------------------------------------------
301
+ --------------------------------------------------
302
+ HandlerTest: test_html_generates_<html></html>_tag
303
+ --------------------------------------------------
304
+ -------------------------------------------
305
+ HandlerTest: test_our_handler_is_registered
306
+ -------------------------------------------
307
+ -------------------------------
308
+ GaraTest: test_we_have_a_module
309
+ -------------------------------
310
+ -------------------------------
311
+ GaraTest: test_we_have_a_module
312
+ -------------------------------
313
+ --------------------------------------------------
314
+ HandlerTest: test_html_generates_<html></html>_tag
315
+ --------------------------------------------------
316
+ -------------------------------------------
317
+ HandlerTest: test_our_handler_is_registered
318
+ -------------------------------------------
319
+ -------------------------------
320
+ GaraTest: test_we_have_a_module
321
+ -------------------------------
322
+ --------------------------------------------------
323
+ HandlerTest: test_html_generates_<html></html>_tag
324
+ --------------------------------------------------
325
+ -------------------------------------------
326
+ HandlerTest: test_our_handler_is_registered
327
+ -------------------------------------------
328
+ --------------------------------------------------
329
+ HandlerTest: test_html_generates_<html></html>_tag
330
+ --------------------------------------------------
331
+ -------------------------------------------
332
+ HandlerTest: test_our_handler_is_registered
333
+ -------------------------------------------
334
+ -------------------------------
335
+ GaraTest: test_we_have_a_module
336
+ -------------------------------
337
+ -------------------------------
338
+ GaraTest: test_we_have_a_module
339
+ -------------------------------
340
+ --------------------------------------------------
341
+ HandlerTest: test_html_generates_<html></html>_tag
342
+ --------------------------------------------------
343
+ -------------------------------------------
344
+ HandlerTest: test_our_handler_is_registered
345
+ -------------------------------------------
346
+ --------------------------------------------------
347
+ HandlerTest: test_html_generates_<html></html>_tag
348
+ --------------------------------------------------
349
+ -------------------------------------------
350
+ HandlerTest: test_our_handler_is_registered
351
+ -------------------------------------------
352
+ -------------------------------
353
+ GaraTest: test_we_have_a_module
354
+ -------------------------------
355
+ --------------------------------------------------
356
+ HandlerTest: test_html_generates_<html></html>_tag
357
+ --------------------------------------------------
358
+ -------------------------------------------
359
+ HandlerTest: test_our_handler_is_registered
360
+ -------------------------------------------
361
+ -------------------------------
362
+ GaraTest: test_we_have_a_module
363
+ -------------------------------
364
+ --------------------------------------------------
365
+ HandlerTest: test_html_generates_<html></html>_tag
366
+ --------------------------------------------------
367
+ -------------------------------------------
368
+ HandlerTest: test_our_handler_is_registered
369
+ -------------------------------------------
370
+ -------------------------------
371
+ GaraTest: test_we_have_a_module
372
+ -------------------------------
373
+ --------------------------------------------------
374
+ HandlerTest: test_html_generates_<html></html>_tag
375
+ --------------------------------------------------
376
+ -------------------------------------------
377
+ HandlerTest: test_our_handler_is_registered
378
+ -------------------------------------------
379
+ -------------------------------
380
+ GaraTest: test_we_have_a_module
381
+ -------------------------------
382
+ -------------------------------
383
+ GaraTest: test_we_have_a_module
384
+ -------------------------------
385
+ --------------------------------------------------
386
+ HandlerTest: test_html_generates_<html></html>_tag
387
+ --------------------------------------------------
388
+ -------------------------------------------
389
+ HandlerTest: test_our_handler_is_registered
390
+ -------------------------------------------
391
+ -------------------------------
392
+ GaraTest: test_we_have_a_module
393
+ -------------------------------
394
+ --------------------------------------------------
395
+ HandlerTest: test_html_generates_<html></html>_tag
396
+ --------------------------------------------------
397
+ -------------------------------------------
398
+ HandlerTest: test_our_handler_is_registered
399
+ -------------------------------------------
400
+ --------------------------------------------------
401
+ HandlerTest: test_html_generates_<html></html>_tag
402
+ --------------------------------------------------
403
+ -------------------------------------------
404
+ HandlerTest: test_our_handler_is_registered
405
+ -------------------------------------------
406
+ -------------------------------
407
+ GaraTest: test_we_have_a_module
408
+ -------------------------------
409
+ ----------------------------------------------------------
410
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
411
+ ----------------------------------------------------------
412
+ -------------------------------------------
413
+ HandlerTest: test_our_handler_is_registered
414
+ -------------------------------------------
415
+ -------------------------------
416
+ GaraTest: test_we_have_a_module
417
+ -------------------------------
418
+ -------------------------------
419
+ GaraTest: test_we_have_a_module
420
+ -------------------------------
421
+ ----------------------------------------------------------
422
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
423
+ ----------------------------------------------------------
424
+ -------------------------------------------
425
+ HandlerTest: test_our_handler_is_registered
426
+ -------------------------------------------
427
+ ----------------------------------------------------------
428
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
429
+ ----------------------------------------------------------
430
+ -------------------------------------------
431
+ HandlerTest: test_our_handler_is_registered
432
+ -------------------------------------------
433
+ -------------------------------
434
+ GaraTest: test_we_have_a_module
435
+ -------------------------------
436
+ -------------------------------
437
+ GaraTest: test_we_have_a_module
438
+ -------------------------------
439
+ ----------------------------------------------------------
440
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
441
+ ----------------------------------------------------------
442
+ -------------------------------------------
443
+ HandlerTest: test_our_handler_is_registered
444
+ -------------------------------------------
445
+ ----------------------------------------------------------
446
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
447
+ ----------------------------------------------------------
448
+ -------------------------------------------
449
+ HandlerTest: test_our_handler_is_registered
450
+ -------------------------------------------
451
+ -------------------------------
452
+ GaraTest: test_we_have_a_module
453
+ -------------------------------
454
+ -------------------------------
455
+ GaraTest: test_we_have_a_module
456
+ -------------------------------
457
+ ----------------------------------------------------------
458
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
459
+ ----------------------------------------------------------
460
+ -------------------------------------------
461
+ HandlerTest: test_our_handler_is_registered
462
+ -------------------------------------------
463
+ ----------------------------------------------------------
464
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
465
+ ----------------------------------------------------------
466
+ -------------------------------------------
467
+ HandlerTest: test_our_handler_is_registered
468
+ -------------------------------------------
469
+ -------------------------------
470
+ GaraTest: test_we_have_a_module
471
+ -------------------------------
472
+ ----------------------------------------------------------
473
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
474
+ ----------------------------------------------------------
475
+ -------------------------------------------
476
+ HandlerTest: test_our_handler_is_registered
477
+ -------------------------------------------
478
+ -------------------------------
479
+ GaraTest: test_we_have_a_module
480
+ -------------------------------
481
+ -------------------------------
482
+ GaraTest: test_we_have_a_module
483
+ -------------------------------
484
+ ----------------------------------------------------------
485
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
486
+ ----------------------------------------------------------
487
+ -------------------------------------------
488
+ HandlerTest: test_our_handler_is_registered
489
+ -------------------------------------------
490
+ ----------------------------------------------------------
491
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
492
+ ----------------------------------------------------------
493
+ -------------------------------------------
494
+ HandlerTest: test_our_handler_is_registered
495
+ -------------------------------------------
496
+ -------------------------------
497
+ GaraTest: test_we_have_a_module
498
+ -------------------------------
499
+ ----------------------------------------------------------
500
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
501
+ ----------------------------------------------------------
502
+ -------------------------------------------
503
+ HandlerTest: test_our_handler_is_registered
504
+ -------------------------------------------
505
+ -------------------------------
506
+ GaraTest: test_we_have_a_module
507
+ -------------------------------
508
+ -------------------------------
509
+ GaraTest: test_we_have_a_module
510
+ -------------------------------
511
+ ----------------------------------------------------------
512
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
513
+ ----------------------------------------------------------
514
+ -------------------------------------------
515
+ HandlerTest: test_our_handler_is_registered
516
+ -------------------------------------------
517
+ ----------------------------------------------------------
518
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
519
+ ----------------------------------------------------------
520
+ -------------------------------------------
521
+ HandlerTest: test_our_handler_is_registered
522
+ -------------------------------------------
523
+ -------------------------------
524
+ GaraTest: test_we_have_a_module
525
+ -------------------------------
526
+ ----------------------------------------------------------
527
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
528
+ ----------------------------------------------------------
529
+ -------------------------------------------
530
+ HandlerTest: test_our_handler_is_registered
531
+ -------------------------------------------
532
+ -------------------------------
533
+ GaraTest: test_we_have_a_module
534
+ -------------------------------
535
+ ----------------------------------------------------------
536
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
537
+ ----------------------------------------------------------
538
+ -------------------------------------------
539
+ HandlerTest: test_our_handler_is_registered
540
+ -------------------------------------------
541
+ -------------------------------
542
+ GaraTest: test_we_have_a_module
543
+ -------------------------------
544
+ ----------------------------------------------------------
545
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
546
+ ----------------------------------------------------------
547
+ -------------------------------------------
548
+ HandlerTest: test_our_handler_is_registered
549
+ -------------------------------------------
550
+ -------------------------------
551
+ GaraTest: test_we_have_a_module
552
+ -------------------------------
553
+ ----------------------------------------------------------
554
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
555
+ ----------------------------------------------------------
556
+ -------------------------------------------
557
+ HandlerTest: test_our_handler_is_registered
558
+ -------------------------------------------
559
+ -------------------------------
560
+ GaraTest: test_we_have_a_module
561
+ -------------------------------
562
+ -------------------------------
563
+ GaraTest: test_we_have_a_module
564
+ -------------------------------
565
+ ----------------------------------------------------------
566
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
567
+ ----------------------------------------------------------
568
+ -------------------------------------------
569
+ HandlerTest: test_our_handler_is_registered
570
+ -------------------------------------------
571
+ ----------------------------------------------------------
572
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
573
+ ----------------------------------------------------------
574
+ -------------------------------------------
575
+ HandlerTest: test_our_handler_is_registered
576
+ -------------------------------------------
577
+ -------------------------------
578
+ GaraTest: test_we_have_a_module
579
+ -------------------------------
580
+ -------------------------------
581
+ GaraTest: test_we_have_a_module
582
+ -------------------------------
583
+ ----------------------------------------------------------
584
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
585
+ ----------------------------------------------------------
586
+ -------------------------------------------
587
+ HandlerTest: test_our_handler_is_registered
588
+ -------------------------------------------
589
+ ----------------------------------------------------------
590
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
591
+ ----------------------------------------------------------
592
+ -------------------------------------------
593
+ HandlerTest: test_our_handler_is_registered
594
+ -------------------------------------------
595
+ -------------------------------
596
+ GaraTest: test_we_have_a_module
597
+ -------------------------------
598
+ -------------------------------
599
+ GaraTest: test_we_have_a_module
600
+ -------------------------------
601
+ ----------------------------------------------------------
602
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
603
+ ----------------------------------------------------------
604
+ ------------------------------------------------------------
605
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
606
+ ------------------------------------------------------------
607
+ -------------------------------------------
608
+ HandlerTest: test_our_handler_is_registered
609
+ -------------------------------------------
610
+ -------------------------------
611
+ GaraTest: test_we_have_a_module
612
+ -------------------------------
613
+ ----------------------------------------------------------
614
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
615
+ ----------------------------------------------------------
616
+ ------------------------------------------------------------
617
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
618
+ ------------------------------------------------------------
619
+ -------------------------------------------
620
+ HandlerTest: test_our_handler_is_registered
621
+ -------------------------------------------
622
+ ----------------------------------
623
+ HandlerTest: test_class_names_work
624
+ ----------------------------------
625
+ ----------------------------------------------------------
626
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
627
+ ----------------------------------------------------------
628
+ ------------------------------------------------------------
629
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
630
+ ------------------------------------------------------------
631
+ -------------------------------------------
632
+ HandlerTest: test_our_handler_is_registered
633
+ -------------------------------------------
634
+ -------------------------------
635
+ GaraTest: test_we_have_a_module
636
+ -------------------------------
637
+ ----------------------------------
638
+ HandlerTest: test_class_names_work
639
+ ----------------------------------
640
+ ----------------------------------------------------------
641
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
642
+ ----------------------------------------------------------
643
+ ------------------------------------------------------------
644
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
645
+ ------------------------------------------------------------
646
+ -------------------------------------------
647
+ HandlerTest: test_our_handler_is_registered
648
+ -------------------------------------------
649
+ -------------------------------
650
+ GaraTest: test_we_have_a_module
651
+ -------------------------------
652
+ -------------------------------
653
+ GaraTest: test_we_have_a_module
654
+ -------------------------------
655
+ ----------------------------------
656
+ HandlerTest: test_class_names_work
657
+ ----------------------------------
658
+ ----------------------------------------------------------
659
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
660
+ ----------------------------------------------------------
661
+ ------------------------------------------------------------
662
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
663
+ ------------------------------------------------------------
664
+ -------------------------------------------
665
+ HandlerTest: test_our_handler_is_registered
666
+ -------------------------------------------
667
+ -------------------------------
668
+ GaraTest: test_we_have_a_module
669
+ -------------------------------
670
+ ----------------------------------
671
+ HandlerTest: test_class_names_work
672
+ ----------------------------------
673
+ ----------------------------------------------------------
674
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
675
+ ----------------------------------------------------------
676
+ ------------------------------------------------------------
677
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
678
+ ------------------------------------------------------------
679
+ -------------------------------------------
680
+ HandlerTest: test_our_handler_is_registered
681
+ -------------------------------------------
682
+ -------------------------------
683
+ GaraTest: test_we_have_a_module
684
+ -------------------------------
685
+ ----------------------------------
686
+ HandlerTest: test_class_names_work
687
+ ----------------------------------
688
+ ----------------------------------------------------------
689
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
690
+ ----------------------------------------------------------
691
+ ------------------------------------------------------------
692
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
693
+ ------------------------------------------------------------
694
+ -------------------------------------------
695
+ HandlerTest: test_our_handler_is_registered
696
+ -------------------------------------------
697
+ ----------------------------------
698
+ HandlerTest: test_class_names_work
699
+ ----------------------------------
700
+ ----------------------------------------------------------
701
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
702
+ ----------------------------------------------------------
703
+ ------------------------------------------------------------
704
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
705
+ ------------------------------------------------------------
706
+ -------------------------------------------
707
+ HandlerTest: test_our_handler_is_registered
708
+ -------------------------------------------
709
+ -------------------------------
710
+ GaraTest: test_we_have_a_module
711
+ -------------------------------
712
+ -----------------------------
713
+ HandlerTest: test_class_names
714
+ -----------------------------
715
+ ----------------------------------------------------------
716
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
717
+ ----------------------------------------------------------
718
+ ------------------------------------------------------------
719
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
720
+ ------------------------------------------------------------
721
+ ----------------------------------
722
+ HandlerTest: test_other_attributes
723
+ ----------------------------------
724
+ -------------------------------------------
725
+ HandlerTest: test_our_handler_is_registered
726
+ -------------------------------------------
727
+ -------------------------------
728
+ GaraTest: test_we_have_a_module
729
+ -------------------------------
730
+ -----------------------------
731
+ HandlerTest: test_class_names
732
+ -----------------------------
733
+ ----------------------------------------------------------
734
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
735
+ ----------------------------------------------------------
736
+ ------------------------------------------------------------
737
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
738
+ ------------------------------------------------------------
739
+ ----------------------------------
740
+ HandlerTest: test_other_attributes
741
+ ----------------------------------
742
+ -------------------------------------------
743
+ HandlerTest: test_our_handler_is_registered
744
+ -------------------------------------------
745
+ -------------------------------
746
+ GaraTest: test_we_have_a_module
747
+ -------------------------------
748
+ -------------------------------
749
+ GaraTest: test_we_have_a_module
750
+ -------------------------------
751
+ -----------------------------
752
+ HandlerTest: test_class_names
753
+ -----------------------------
754
+ ----------------------------------------------------------
755
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
756
+ ----------------------------------------------------------
757
+ ------------------------------------------------------------
758
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
759
+ ------------------------------------------------------------
760
+ ----------------------------------
761
+ HandlerTest: test_other_attributes
762
+ ----------------------------------
763
+ -------------------------------------------
764
+ HandlerTest: test_our_handler_is_registered
765
+ -------------------------------------------
766
+ -----------------------------
767
+ HandlerTest: test_class_names
768
+ -----------------------------
769
+ ----------------------------------------------------------
770
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
771
+ ----------------------------------------------------------
772
+ ------------------------------------------------------------
773
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
774
+ ------------------------------------------------------------
775
+ ----------------------------------
776
+ HandlerTest: test_other_attributes
777
+ ----------------------------------
778
+ -------------------------------------------
779
+ HandlerTest: test_our_handler_is_registered
780
+ -------------------------------------------
781
+ -------------------------------
782
+ GaraTest: test_we_have_a_module
783
+ -------------------------------
784
+ -------------------------------
785
+ GaraTest: test_we_have_a_module
786
+ -------------------------------
787
+ -----------------------------
788
+ HandlerTest: test_class_names
789
+ -----------------------------
790
+ ----------------------------------------------------------
791
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
792
+ ----------------------------------------------------------
793
+ ------------------------------------------------------------
794
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
795
+ ------------------------------------------------------------
796
+ ----------------------------------
797
+ HandlerTest: test_other_attributes
798
+ ----------------------------------
799
+ -------------------------------------------
800
+ HandlerTest: test_our_handler_is_registered
801
+ -------------------------------------------
802
+ -------------------------------
803
+ GaraTest: test_we_have_a_module
804
+ -------------------------------
805
+ -----------------------------
806
+ HandlerTest: test_class_names
807
+ -----------------------------
808
+ ----------------------------------------------------------
809
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
810
+ ----------------------------------------------------------
811
+ ------------------------------------------------------------
812
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
813
+ ------------------------------------------------------------
814
+ ----------------------------------
815
+ HandlerTest: test_other_attributes
816
+ ----------------------------------
817
+ -------------------------------------------
818
+ HandlerTest: test_our_handler_is_registered
819
+ -------------------------------------------
820
+ -------------------------------
821
+ GaraTest: test_we_have_a_module
822
+ -------------------------------
823
+ -----------------------------
824
+ HandlerTest: test_class_names
825
+ -----------------------------
826
+ ----------------------------------------------------------
827
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
828
+ ----------------------------------------------------------
829
+ ------------------------------------------------------------
830
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
831
+ ------------------------------------------------------------
832
+ ----------------------------------
833
+ HandlerTest: test_other_attributes
834
+ ----------------------------------
835
+ -------------------------------------------
836
+ HandlerTest: test_our_handler_is_registered
837
+ -------------------------------------------
838
+ -------------------------------
839
+ GaraTest: test_we_have_a_module
840
+ -------------------------------
841
+ -----------------------------
842
+ HandlerTest: test_class_names
843
+ -----------------------------
844
+ ----------------------------------------------------------
845
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
846
+ ----------------------------------------------------------
847
+ ------------------------------------------------------------
848
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
849
+ ------------------------------------------------------------
850
+ ----------------------------------
851
+ HandlerTest: test_other_attributes
852
+ ----------------------------------
853
+ -------------------------------------------
854
+ HandlerTest: test_our_handler_is_registered
855
+ -------------------------------------------
856
+ -------------------------------
857
+ GaraTest: test_we_have_a_module
858
+ -------------------------------
859
+ -----------------------------
860
+ HandlerTest: test_class_names
861
+ -----------------------------
862
+ ----------------------------------------------------------
863
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
864
+ ----------------------------------------------------------
865
+ ------------------------------------------------------------
866
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
867
+ ------------------------------------------------------------
868
+ ----------------------------------
869
+ HandlerTest: test_other_attributes
870
+ ----------------------------------
871
+ -------------------------------------------
872
+ HandlerTest: test_our_handler_is_registered
873
+ -------------------------------------------
874
+ -----------------------------
875
+ HandlerTest: test_class_names
876
+ -----------------------------
877
+ ----------------------------------------------------------
878
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
879
+ ----------------------------------------------------------
880
+ ------------------------------------------------------------
881
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
882
+ ------------------------------------------------------------
883
+ ----------------------------------
884
+ HandlerTest: test_other_attributes
885
+ ----------------------------------
886
+ -------------------------------------------
887
+ HandlerTest: test_our_handler_is_registered
888
+ -------------------------------------------
889
+ -------------------------------
890
+ GaraTest: test_we_have_a_module
891
+ -------------------------------
892
+ -----------------------------
893
+ HandlerTest: test_class_names
894
+ -----------------------------
895
+ ----------------------------------------------------------
896
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
897
+ ----------------------------------------------------------
898
+ ------------------------------------------------------------
899
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
900
+ ------------------------------------------------------------
901
+ ----------------------------------
902
+ HandlerTest: test_other_attributes
903
+ ----------------------------------
904
+ -------------------------------------------
905
+ HandlerTest: test_our_handler_is_registered
906
+ -------------------------------------------
907
+ -------------------------------
908
+ GaraTest: test_we_have_a_module
909
+ -------------------------------
910
+ -----------------------------
911
+ HandlerTest: test_class_names
912
+ -----------------------------
913
+ ----------------------------------------------------------
914
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
915
+ ----------------------------------------------------------
916
+ ------------------------------------------------------------
917
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
918
+ ------------------------------------------------------------
919
+ ----------------------------------
920
+ HandlerTest: test_other_attributes
921
+ ----------------------------------
922
+ -------------------------------------------
923
+ HandlerTest: test_our_handler_is_registered
924
+ -------------------------------------------
925
+ -------------------------------
926
+ GaraTest: test_we_have_a_module
927
+ -------------------------------
928
+ -----------------------------
929
+ HandlerTest: test_class_names
930
+ -----------------------------
931
+ ----------------------------------------------------------
932
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
933
+ ----------------------------------------------------------
934
+ ------------------------------------------------------------
935
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
936
+ ------------------------------------------------------------
937
+ ----------------------------------
938
+ HandlerTest: test_other_attributes
939
+ ----------------------------------
940
+ -------------------------------------------
941
+ HandlerTest: test_our_handler_is_registered
942
+ -------------------------------------------
943
+ -------------------------------
944
+ GaraTest: test_we_have_a_module
945
+ -------------------------------
946
+ -----------------------------
947
+ HandlerTest: test_class_names
948
+ -----------------------------
949
+ ----------------------------------------------------------
950
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
951
+ ----------------------------------------------------------
952
+ ------------------------------------------------------------
953
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
954
+ ------------------------------------------------------------
955
+ ----------------------------------
956
+ HandlerTest: test_other_attributes
957
+ ----------------------------------
958
+ -------------------------------------------
959
+ HandlerTest: test_our_handler_is_registered
960
+ -------------------------------------------
961
+ -------------------------------
962
+ GaraTest: test_we_have_a_module
963
+ -------------------------------
964
+ -----------------------------
965
+ HandlerTest: test_class_names
966
+ -----------------------------
967
+ ----------------------------------------------------------
968
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
969
+ ----------------------------------------------------------
970
+ ------------------------------------------------------------
971
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
972
+ ------------------------------------------------------------
973
+ ----------------------------------
974
+ HandlerTest: test_other_attributes
975
+ ----------------------------------
976
+ -------------------------------------------
977
+ HandlerTest: test_our_handler_is_registered
978
+ -------------------------------------------
979
+ -------------------------------
980
+ GaraTest: test_we_have_a_module
981
+ -------------------------------
982
+ -------------------------------
983
+ GaraTest: test_we_have_a_module
984
+ -------------------------------
985
+ -----------------------------
986
+ HandlerTest: test_class_names
987
+ -----------------------------
988
+ ----------------------------------------------------------
989
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
990
+ ----------------------------------------------------------
991
+ ------------------------------------------------------------
992
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
993
+ ------------------------------------------------------------
994
+ ----------------------------------
995
+ HandlerTest: test_other_attributes
996
+ ----------------------------------
997
+ -------------------------------------------
998
+ HandlerTest: test_our_handler_is_registered
999
+ -------------------------------------------
1000
+ -------------------------------
1001
+ GaraTest: test_we_have_a_module
1002
+ -------------------------------
1003
+ -----------------------------
1004
+ HandlerTest: test_class_names
1005
+ -----------------------------
1006
+ ----------------------------------------------------------
1007
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1008
+ ----------------------------------------------------------
1009
+ ------------------------------------------------------------
1010
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1011
+ ------------------------------------------------------------
1012
+ ----------------------------------
1013
+ HandlerTest: test_other_attributes
1014
+ ----------------------------------
1015
+ -------------------------------------------
1016
+ HandlerTest: test_our_handler_is_registered
1017
+ -------------------------------------------
1018
+ -------------------------------
1019
+ GaraTest: test_we_have_a_module
1020
+ -------------------------------
1021
+ -----------------------------
1022
+ HandlerTest: test_class_names
1023
+ -----------------------------
1024
+ ----------------------------------------------------------
1025
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1026
+ ----------------------------------------------------------
1027
+ ------------------------------------------------------------
1028
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1029
+ ------------------------------------------------------------
1030
+ ----------------------------------
1031
+ HandlerTest: test_other_attributes
1032
+ ----------------------------------
1033
+ -------------------------------------------
1034
+ HandlerTest: test_our_handler_is_registered
1035
+ -------------------------------------------
1036
+ -----------------------------
1037
+ HandlerTest: test_class_names
1038
+ -----------------------------
1039
+ ----------------------------------------------------------
1040
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1041
+ ----------------------------------------------------------
1042
+ ------------------------------------------------------------
1043
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1044
+ ------------------------------------------------------------
1045
+ ----------------------------------
1046
+ HandlerTest: test_other_attributes
1047
+ ----------------------------------
1048
+ -------------------------------------------
1049
+ HandlerTest: test_our_handler_is_registered
1050
+ -------------------------------------------
1051
+ -------------------------------
1052
+ GaraTest: test_we_have_a_module
1053
+ -------------------------------
1054
+ -----------------------------
1055
+ HandlerTest: test_class_names
1056
+ -----------------------------
1057
+ ----------------------------------------------------------
1058
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1059
+ ----------------------------------------------------------
1060
+ ------------------------------------------------------------
1061
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1062
+ ------------------------------------------------------------
1063
+ ----------------------------------
1064
+ HandlerTest: test_other_attributes
1065
+ ----------------------------------
1066
+ -------------------------------------------
1067
+ HandlerTest: test_our_handler_is_registered
1068
+ -------------------------------------------
1069
+ -------------------------------
1070
+ GaraTest: test_we_have_a_module
1071
+ -------------------------------
1072
+ -------------------------------
1073
+ GaraTest: test_we_have_a_module
1074
+ -------------------------------
1075
+ -----------------------------
1076
+ HandlerTest: test_class_names
1077
+ -----------------------------
1078
+ ----------------------------------------------------------
1079
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1080
+ ----------------------------------------------------------
1081
+ ------------------------------------------------------------
1082
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1083
+ ------------------------------------------------------------
1084
+ ----------------------------------
1085
+ HandlerTest: test_other_attributes
1086
+ ----------------------------------
1087
+ -------------------------------------------
1088
+ HandlerTest: test_our_handler_is_registered
1089
+ -------------------------------------------
1090
+ -----------------------------
1091
+ HandlerTest: test_class_names
1092
+ -----------------------------
1093
+ ----------------------------------------------------------
1094
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1095
+ ----------------------------------------------------------
1096
+ ------------------------------------------------------------
1097
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1098
+ ------------------------------------------------------------
1099
+ ----------------------------------
1100
+ HandlerTest: test_other_attributes
1101
+ ----------------------------------
1102
+ -------------------------------------------
1103
+ HandlerTest: test_our_handler_is_registered
1104
+ -------------------------------------------
1105
+ -------------------------------
1106
+ GaraTest: test_we_have_a_module
1107
+ -------------------------------
1108
+ ----------------------------------------
1109
+ HelloControllerTest: test_should_get_get
1110
+ ----------------------------------------
1111
+ -------------------------------
1112
+ GaraTest: test_we_have_a_module
1113
+ -------------------------------
1114
+ -----------------------------
1115
+ HandlerTest: test_class_names
1116
+ -----------------------------
1117
+ ----------------------------------------------------------
1118
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1119
+ ----------------------------------------------------------
1120
+ ------------------------------------------------------------
1121
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1122
+ ------------------------------------------------------------
1123
+ ----------------------------------
1124
+ HandlerTest: test_other_attributes
1125
+ ----------------------------------
1126
+ -------------------------------------------
1127
+ HandlerTest: test_our_handler_is_registered
1128
+ -------------------------------------------
1129
+ -------------------------------
1130
+ GaraTest: test_we_have_a_module
1131
+ -------------------------------
1132
+ -----------------------------------------
1133
+ HelloControllerTest: test_should_get_show
1134
+ -----------------------------------------
1135
+ Processing by HelloController#show as HTML
1136
+ Rendered hello/show.html.gara within layouts/application (2.4ms)
1137
+ Completed 500 Internal Server Error in 10ms
1138
+ -----------------------------
1139
+ HandlerTest: test_class_names
1140
+ -----------------------------
1141
+ ----------------------------------------------------------
1142
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1143
+ ----------------------------------------------------------
1144
+ ------------------------------------------------------------
1145
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1146
+ ------------------------------------------------------------
1147
+ ----------------------------------
1148
+ HandlerTest: test_other_attributes
1149
+ ----------------------------------
1150
+ -------------------------------------------
1151
+ HandlerTest: test_our_handler_is_registered
1152
+ -------------------------------------------
1153
+ -------------------------------
1154
+ GaraTest: test_we_have_a_module
1155
+ -------------------------------
1156
+ -----------------------------------------
1157
+ HelloControllerTest: test_should_get_show
1158
+ -----------------------------------------
1159
+ Processing by HelloController#show as HTML
1160
+ Rendered hello/show.html.gara within layouts/application (12.7ms)
1161
+ Completed 200 OK in 44ms (Views: 43.7ms)
1162
+ -----------------------------
1163
+ HandlerTest: test_class_names
1164
+ -----------------------------
1165
+ ----------------------------------------------------------
1166
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1167
+ ----------------------------------------------------------
1168
+ ------------------------------------------------------------
1169
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1170
+ ------------------------------------------------------------
1171
+ ----------------------------------
1172
+ HandlerTest: test_other_attributes
1173
+ ----------------------------------
1174
+ -------------------------------------------
1175
+ HandlerTest: test_our_handler_is_registered
1176
+ -------------------------------------------
1177
+ -------------------------------
1178
+ GaraTest: test_we_have_a_module
1179
+ -------------------------------
1180
+ -----------------------------
1181
+ HandlerTest: test_class_names
1182
+ -----------------------------
1183
+ ----------------------------------------------------------
1184
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1185
+ ----------------------------------------------------------
1186
+ ------------------------------------------------------------
1187
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1188
+ ------------------------------------------------------------
1189
+ ----------------------------------
1190
+ HandlerTest: test_other_attributes
1191
+ ----------------------------------
1192
+ -------------------------------------------
1193
+ HandlerTest: test_our_handler_is_registered
1194
+ -------------------------------------------
1195
+ -----------------------------------------
1196
+ HelloControllerTest: test_should_get_show
1197
+ -----------------------------------------
1198
+ Processing by HelloController#show as HTML
1199
+ Rendered hello/show.html.gara within layouts/application (1.2ms)
1200
+ Completed 200 OK in 23ms (Views: 22.9ms)
1201
+ -----------------------------------------
1202
+ HelloControllerTest: test_should_get_show
1203
+ -----------------------------------------
1204
+ Processing by HelloController#show as HTML
1205
+ Rendered hello/show.html.gara within layouts/application (1.0ms)
1206
+ Completed 200 OK in 15ms (Views: 14.7ms)
1207
+ -----------------------------
1208
+ HandlerTest: test_class_names
1209
+ -----------------------------
1210
+ ----------------------------------------------------------
1211
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1212
+ ----------------------------------------------------------
1213
+ ------------------------------------------------------------
1214
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1215
+ ------------------------------------------------------------
1216
+ ----------------------------------
1217
+ HandlerTest: test_other_attributes
1218
+ ----------------------------------
1219
+ -------------------------------------------
1220
+ HandlerTest: test_our_handler_is_registered
1221
+ -------------------------------------------
1222
+ -------------------------------
1223
+ GaraTest: test_we_have_a_module
1224
+ -------------------------------
1225
+ -------------------------------
1226
+ GaraTest: test_we_have_a_module
1227
+ -------------------------------
1228
+ -----------------------------
1229
+ HandlerTest: test_class_names
1230
+ -----------------------------
1231
+ ----------------------------------------------------------
1232
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1233
+ ----------------------------------------------------------
1234
+ ------------------------------------------------------------
1235
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1236
+ ------------------------------------------------------------
1237
+ ----------------------------------
1238
+ HandlerTest: test_other_attributes
1239
+ ----------------------------------
1240
+ -------------------------------------------
1241
+ HandlerTest: test_our_handler_is_registered
1242
+ -------------------------------------------
1243
+ -----------------------------------------
1244
+ HelloControllerTest: test_should_get_show
1245
+ -----------------------------------------
1246
+ Processing by HelloController#show as HTML
1247
+ Rendered hello/show.html.gara within layouts/application (0.9ms)
1248
+ Completed 200 OK in 17ms (Views: 16.6ms)
1249
+ -----------------------------
1250
+ HandlerTest: test_class_names
1251
+ -----------------------------
1252
+ ----------------------------------------------------------
1253
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1254
+ ----------------------------------------------------------
1255
+ ------------------------------------------------------------
1256
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1257
+ ------------------------------------------------------------
1258
+ ----------------------------------
1259
+ HandlerTest: test_other_attributes
1260
+ ----------------------------------
1261
+ -------------------------------------------
1262
+ HandlerTest: test_our_handler_is_registered
1263
+ -------------------------------------------
1264
+ -----------------------------------------
1265
+ HelloControllerTest: test_should_get_show
1266
+ -----------------------------------------
1267
+ Processing by HelloController#show as HTML
1268
+ Rendered hello/show.html.gara within layouts/application (1.5ms)
1269
+ Completed 200 OK in 19ms (Views: 18.7ms)
1270
+ -------------------------------
1271
+ GaraTest: test_we_have_a_module
1272
+ -------------------------------
1273
+ -----------------------------
1274
+ HandlerTest: test_class_names
1275
+ -----------------------------
1276
+ ----------------------------------------------------------
1277
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1278
+ ----------------------------------------------------------
1279
+ ------------------------------------------------------------
1280
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1281
+ ------------------------------------------------------------
1282
+ ----------------------------------
1283
+ HandlerTest: test_other_attributes
1284
+ ----------------------------------
1285
+ -------------------------------------------
1286
+ HandlerTest: test_our_handler_is_registered
1287
+ -------------------------------------------
1288
+ -------------------------------
1289
+ GaraTest: test_we_have_a_module
1290
+ -------------------------------
1291
+ -----------------------------------------
1292
+ HelloControllerTest: test_should_get_show
1293
+ -----------------------------------------
1294
+ Processing by HelloController#show as HTML
1295
+ Rendered hello/show.html.gara within layouts/application (0.7ms)
1296
+ Completed 200 OK in 16ms (Views: 15.6ms)
1297
+ -----------------------------------------
1298
+ HelloControllerTest: test_should_get_show
1299
+ -----------------------------------------
1300
+ Processing by HelloController#show as HTML
1301
+ Rendered hello/show.html.gara within layouts/application (1.0ms)
1302
+ Completed 200 OK in 13ms (Views: 13.3ms)
1303
+ -------------------------------
1304
+ GaraTest: test_we_have_a_module
1305
+ -------------------------------
1306
+ -----------------------------
1307
+ HandlerTest: test_class_names
1308
+ -----------------------------
1309
+ ----------------------------------------------------------
1310
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1311
+ ----------------------------------------------------------
1312
+ ------------------------------------------------------------
1313
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1314
+ ------------------------------------------------------------
1315
+ ----------------------------------
1316
+ HandlerTest: test_other_attributes
1317
+ ----------------------------------
1318
+ -------------------------------------------
1319
+ HandlerTest: test_our_handler_is_registered
1320
+ -------------------------------------------
1321
+ -------------------------------------------------------
1322
+ HandlerTest: test_real_document_has_doctype_and_newline
1323
+ -------------------------------------------------------
1324
+ -----------------------------------------
1325
+ HelloControllerTest: test_should_get_show
1326
+ -----------------------------------------
1327
+ Processing by HelloController#show as HTML
1328
+ Rendered hello/show.html.gara within layouts/application (1.0ms)
1329
+ Completed 200 OK in 14ms (Views: 13.5ms)
1330
+ -----------------------------
1331
+ HandlerTest: test_class_names
1332
+ -----------------------------
1333
+ ----------------------------------------------------------
1334
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1335
+ ----------------------------------------------------------
1336
+ ------------------------------------------------------------
1337
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1338
+ ------------------------------------------------------------
1339
+ ----------------------------------
1340
+ HandlerTest: test_other_attributes
1341
+ ----------------------------------
1342
+ -------------------------------------------
1343
+ HandlerTest: test_our_handler_is_registered
1344
+ -------------------------------------------
1345
+ -------------------------------------------------------
1346
+ HandlerTest: test_real_document_has_doctype_and_newline
1347
+ -------------------------------------------------------
1348
+ -------------------------------
1349
+ GaraTest: test_we_have_a_module
1350
+ -------------------------------
1351
+ -----------------------------
1352
+ HandlerTest: test_class_names
1353
+ -----------------------------
1354
+ ----------------------------------------------------------
1355
+ HandlerTest: test_html_generates_<h1>Hello</h1>_by_default
1356
+ ----------------------------------------------------------
1357
+ ------------------------------------------------------------
1358
+ HandlerTest: test_nesting_elements_with_ruby_block_structure
1359
+ ------------------------------------------------------------
1360
+ ----------------------------------
1361
+ HandlerTest: test_other_attributes
1362
+ ----------------------------------
1363
+ -------------------------------------------
1364
+ HandlerTest: test_our_handler_is_registered
1365
+ -------------------------------------------
1366
+ -------------------------------------------------------
1367
+ HandlerTest: test_real_document_has_doctype_and_newline
1368
+ -------------------------------------------------------
1369
+ -----------------------------------------
1370
+ HelloControllerTest: test_should_get_show
1371
+ -----------------------------------------
1372
+ Processing by HelloController#show as HTML
1373
+ Rendered hello/show.html.gara within layouts/application (0.7ms)
1374
+ Completed 200 OK in 13ms (Views: 13.0ms)
1375
+ -------------------------------
1376
+ GaraTest: test_we_have_a_module
1377
+ -------------------------------