menu_maker 0.0.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 (56) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +32 -0
  5. data/app/helpers/menu_maker/menu_helper.rb +20 -0
  6. data/lib/menu_maker/custom_menu_renderer.rb +51 -0
  7. data/lib/menu_maker/custom_submenu_renderer.rb +17 -0
  8. data/lib/menu_maker/default_menu_renderer.rb +51 -0
  9. data/lib/menu_maker/engine.rb +4 -0
  10. data/lib/menu_maker/menu.rb +99 -0
  11. data/lib/menu_maker/menu_renderer.rb +59 -0
  12. data/lib/menu_maker/menu_renderer_container.rb +27 -0
  13. data/lib/menu_maker/version.rb +3 -0
  14. data/lib/menu_maker.rb +10 -0
  15. data/lib/tasks/menu_maker_tasks.rake +4 -0
  16. data/test/dummy/README.rdoc +28 -0
  17. data/test/dummy/Rakefile +6 -0
  18. data/test/dummy/app/assets/javascripts/application.js +13 -0
  19. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  20. data/test/dummy/app/controllers/application_controller.rb +5 -0
  21. data/test/dummy/app/helpers/application_helper.rb +2 -0
  22. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  23. data/test/dummy/bin/bundle +3 -0
  24. data/test/dummy/bin/rails +4 -0
  25. data/test/dummy/bin/rake +4 -0
  26. data/test/dummy/config/application.rb +26 -0
  27. data/test/dummy/config/boot.rb +5 -0
  28. data/test/dummy/config/database.yml +25 -0
  29. data/test/dummy/config/environment.rb +5 -0
  30. data/test/dummy/config/environments/development.rb +37 -0
  31. data/test/dummy/config/environments/production.rb +82 -0
  32. data/test/dummy/config/environments/test.rb +39 -0
  33. data/test/dummy/config/initializers/assets.rb +8 -0
  34. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  35. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  36. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  37. data/test/dummy/config/initializers/inflections.rb +16 -0
  38. data/test/dummy/config/initializers/mime_types.rb +4 -0
  39. data/test/dummy/config/initializers/session_store.rb +3 -0
  40. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  41. data/test/dummy/config/locales/en.yml +23 -0
  42. data/test/dummy/config/routes.rb +56 -0
  43. data/test/dummy/config/secrets.yml +22 -0
  44. data/test/dummy/config.ru +4 -0
  45. data/test/dummy/db/test.sqlite3 +0 -0
  46. data/test/dummy/log/test.log +635 -0
  47. data/test/dummy/public/404.html +67 -0
  48. data/test/dummy/public/422.html +67 -0
  49. data/test/dummy/public/500.html +66 -0
  50. data/test/dummy/public/favicon.ico +0 -0
  51. data/test/fixtures/menu.html +12 -0
  52. data/test/helpers/menu_maker/menu_helper_test.rb +27 -0
  53. data/test/integration_test_helper.rb +49 -0
  54. data/test/menu_maker_test.rb +36 -0
  55. data/test/test_helper.rb +8 -0
  56. metadata +153 -0
@@ -0,0 +1,635 @@
1
+  (0.1ms) begin transaction
2
+ -------------------------
3
+ MenuMakerTest: test_truth
4
+ -------------------------
5
+  (0.0ms) rollback transaction
6
+  (0.1ms) begin transaction
7
+ -----------------------------------------------------------------
8
+ MenuMaker::UiHelperTest: test_menu_helper_that_maps_to_Menu_class
9
+ -----------------------------------------------------------------
10
+  (0.0ms) rollback transaction
11
+  (0.0ms) begin transaction
12
+ -------------------------
13
+ MenuMakerTest: test_truth
14
+ -------------------------
15
+  (0.0ms) rollback transaction
16
+  (0.1ms) begin transaction
17
+ -------------------------------------------------------------------------
18
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
19
+ -------------------------------------------------------------------------
20
+  (0.0ms) rollback transaction
21
+  (0.0ms) begin transaction
22
+ --------------------------------------------------------------------------------------
23
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
24
+ --------------------------------------------------------------------------------------
25
+  (0.0ms) rollback transaction
26
+  (0.0ms) begin transaction
27
+ -----------------------------------------------------------------------------------------
28
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
29
+ -----------------------------------------------------------------------------------------
30
+  (0.0ms) rollback transaction
31
+  (0.1ms) begin transaction
32
+ -------------------------------------------------------------------------
33
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
34
+ -------------------------------------------------------------------------
35
+  (0.0ms) rollback transaction
36
+  (0.0ms) begin transaction
37
+ --------------------------------------------------------------------------------------
38
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
39
+ --------------------------------------------------------------------------------------
40
+  (0.1ms) rollback transaction
41
+  (0.1ms) begin transaction
42
+ -----------------------------------------------------------------------------------------
43
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
44
+ -----------------------------------------------------------------------------------------
45
+  (0.1ms) rollback transaction
46
+  (0.1ms) begin transaction
47
+ -----------------------------------------------------------------
48
+ MenuMaker::UiHelperTest: test_menu_helper_that_maps_to_Menu_class
49
+ -----------------------------------------------------------------
50
+  (0.1ms) rollback transaction
51
+  (0.1ms) begin transaction
52
+ -------------------------
53
+ MenuMakerTest: test_truth
54
+ -------------------------
55
+  (0.0ms) rollback transaction
56
+  (0.1ms) begin transaction
57
+ -------------------------
58
+ MenuMakerTest: test_truth
59
+ -------------------------
60
+  (0.0ms) rollback transaction
61
+  (0.0ms) begin transaction
62
+ -----------------------------------------------------------------
63
+ MenuMaker::UiHelperTest: test_menu_helper_that_maps_to_Menu_class
64
+ -----------------------------------------------------------------
65
+  (0.1ms) rollback transaction
66
+  (0.1ms) begin transaction
67
+ -------------------------------------------------------------------------
68
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
69
+ -------------------------------------------------------------------------
70
+  (0.1ms) rollback transaction
71
+  (0.0ms) begin transaction
72
+ --------------------------------------------------------------------------------------
73
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
74
+ --------------------------------------------------------------------------------------
75
+  (0.0ms) rollback transaction
76
+  (0.0ms) begin transaction
77
+ -----------------------------------------------------------------------------------------
78
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
79
+ -----------------------------------------------------------------------------------------
80
+  (0.0ms) rollback transaction
81
+  (0.1ms) begin transaction
82
+ -------------------------------------------------------------------------
83
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
84
+ -------------------------------------------------------------------------
85
+  (0.0ms) rollback transaction
86
+  (0.0ms) begin transaction
87
+ --------------------------------------------------------------------------------------
88
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
89
+ --------------------------------------------------------------------------------------
90
+  (0.0ms) rollback transaction
91
+  (0.1ms) begin transaction
92
+ -----------------------------------------------------------------------------------------
93
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
94
+ -----------------------------------------------------------------------------------------
95
+  (0.0ms) rollback transaction
96
+  (0.1ms) begin transaction
97
+ -----------------------------------------------------------------
98
+ MenuMaker::UiHelperTest: test_menu_helper_that_maps_to_Menu_class
99
+ -----------------------------------------------------------------
100
+  (0.0ms) rollback transaction
101
+  (0.1ms) begin transaction
102
+ -------------------------
103
+ MenuMakerTest: test_truth
104
+ -------------------------
105
+  (0.0ms) rollback transaction
106
+  (0.1ms) begin transaction
107
+ -------------------------
108
+ MenuMakerTest: test_truth
109
+ -------------------------
110
+  (0.0ms) rollback transaction
111
+  (0.0ms) begin transaction
112
+ -------------------------------------------------------------------------
113
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
114
+ -------------------------------------------------------------------------
115
+  (0.1ms) rollback transaction
116
+  (0.0ms) begin transaction
117
+ --------------------------------------------------------------------------------------
118
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
119
+ --------------------------------------------------------------------------------------
120
+  (0.0ms) rollback transaction
121
+  (0.0ms) begin transaction
122
+ -----------------------------------------------------------------------------------------
123
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
124
+ -----------------------------------------------------------------------------------------
125
+  (0.1ms) rollback transaction
126
+  (0.0ms) begin transaction
127
+ -----------------------------------------------------------------
128
+ MenuMaker::UiHelperTest: test_menu_helper_that_maps_to_Menu_class
129
+ -----------------------------------------------------------------
130
+  (0.0ms) rollback transaction
131
+  (0.1ms) begin transaction
132
+ -------------------------------------------------------------------------
133
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
134
+ -------------------------------------------------------------------------
135
+  (0.1ms) rollback transaction
136
+  (0.1ms) begin transaction
137
+ --------------------------------------------------------------------------------------
138
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
139
+ --------------------------------------------------------------------------------------
140
+  (0.1ms) rollback transaction
141
+  (0.0ms) begin transaction
142
+ -----------------------------------------------------------------------------------------
143
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
144
+ -----------------------------------------------------------------------------------------
145
+  (0.0ms) rollback transaction
146
+  (0.0ms) begin transaction
147
+ -------------------------
148
+ MenuMakerTest: test_truth
149
+ -------------------------
150
+  (0.0ms) rollback transaction
151
+  (0.1ms) begin transaction
152
+ -----------------------------------------------------------------
153
+ MenuMaker::UiHelperTest: test_menu_helper_that_maps_to_Menu_class
154
+ -----------------------------------------------------------------
155
+  (0.1ms) rollback transaction
156
+  (0.1ms) begin transaction
157
+ -------------------------------------------------------------------------
158
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
159
+ -------------------------------------------------------------------------
160
+  (0.1ms) rollback transaction
161
+  (0.1ms) begin transaction
162
+ --------------------------------------------------------------------------------------
163
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
164
+ --------------------------------------------------------------------------------------
165
+  (0.0ms) rollback transaction
166
+  (0.0ms) begin transaction
167
+ -----------------------------------------------------------------------------------------
168
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
169
+ -----------------------------------------------------------------------------------------
170
+  (0.0ms) rollback transaction
171
+  (0.0ms) begin transaction
172
+ -----------------------------------------------------------------
173
+ MenuMaker::UiHelperTest: test_menu_helper_that_maps_to_Menu_class
174
+ -----------------------------------------------------------------
175
+  (0.1ms) rollback transaction
176
+  (0.0ms) begin transaction
177
+ -------------------------
178
+ MenuMakerTest: test_truth
179
+ -------------------------
180
+  (0.0ms) rollback transaction
181
+  (0.1ms) begin transaction
182
+ -------------------------
183
+ MenuMakerTest: test_truth
184
+ -------------------------
185
+  (0.0ms) rollback transaction
186
+  (0.0ms) begin transaction
187
+ -------------------------------------------------------------------
188
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
189
+ -------------------------------------------------------------------
190
+  (0.0ms) rollback transaction
191
+  (0.0ms) begin transaction
192
+ -------------------------------------------------------------------------
193
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
194
+ -------------------------------------------------------------------------
195
+  (0.0ms) rollback transaction
196
+  (0.0ms) begin transaction
197
+ --------------------------------------------------------------------------------------
198
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
199
+ --------------------------------------------------------------------------------------
200
+  (0.0ms) rollback transaction
201
+  (0.1ms) begin transaction
202
+ -----------------------------------------------------------------------------------------
203
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
204
+ -----------------------------------------------------------------------------------------
205
+  (0.0ms) rollback transaction
206
+  (0.1ms) begin transaction
207
+ -------------------------
208
+ MenuMakerTest: test_truth
209
+ -------------------------
210
+  (0.1ms) rollback transaction
211
+  (0.0ms) begin transaction
212
+ -------------------------------------------------------------------
213
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
214
+ -------------------------------------------------------------------
215
+  (0.1ms) rollback transaction
216
+  (0.0ms) begin transaction
217
+ -------------------------------------------------------------------------
218
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
219
+ -------------------------------------------------------------------------
220
+  (0.0ms) rollback transaction
221
+  (0.0ms) begin transaction
222
+ --------------------------------------------------------------------------------------
223
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
224
+ --------------------------------------------------------------------------------------
225
+  (0.0ms) rollback transaction
226
+  (0.0ms) begin transaction
227
+ -----------------------------------------------------------------------------------------
228
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
229
+ -----------------------------------------------------------------------------------------
230
+  (0.0ms) rollback transaction
231
+  (0.1ms) begin transaction
232
+ -------------------------------------------------------------------
233
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
234
+ -------------------------------------------------------------------
235
+  (0.1ms) rollback transaction
236
+  (0.1ms) begin transaction
237
+ -------------------------------------------------------------------------
238
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
239
+ -------------------------------------------------------------------------
240
+  (0.1ms) rollback transaction
241
+  (0.0ms) begin transaction
242
+ --------------------------------------------------------------------------------------
243
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
244
+ --------------------------------------------------------------------------------------
245
+  (0.0ms) rollback transaction
246
+  (0.0ms) begin transaction
247
+ -----------------------------------------------------------------------------------------
248
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
249
+ -----------------------------------------------------------------------------------------
250
+  (0.0ms) rollback transaction
251
+  (0.0ms) begin transaction
252
+ -------------------------
253
+ MenuMakerTest: test_truth
254
+ -------------------------
255
+  (0.0ms) rollback transaction
256
+  (0.1ms) begin transaction
257
+ -------------------------
258
+ MenuMakerTest: test_truth
259
+ -------------------------
260
+  (0.0ms) rollback transaction
261
+  (0.1ms) begin transaction
262
+ -------------------------------------------------------------------
263
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
264
+ -------------------------------------------------------------------
265
+  (0.1ms) rollback transaction
266
+  (0.1ms) begin transaction
267
+ -------------------------------------------------------------------------
268
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
269
+ -------------------------------------------------------------------------
270
+  (0.1ms) rollback transaction
271
+  (0.1ms) begin transaction
272
+ --------------------------------------------------------------------------------------
273
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
274
+ --------------------------------------------------------------------------------------
275
+  (0.1ms) rollback transaction
276
+  (0.0ms) begin transaction
277
+ -----------------------------------------------------------------------------------------
278
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
279
+ -----------------------------------------------------------------------------------------
280
+  (0.0ms) rollback transaction
281
+  (0.1ms) begin transaction
282
+ -------------------------
283
+ MenuMakerTest: test_truth
284
+ -------------------------
285
+  (0.1ms) rollback transaction
286
+  (0.0ms) begin transaction
287
+ -------------------------------------------------------------------
288
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
289
+ -------------------------------------------------------------------
290
+  (0.1ms) rollback transaction
291
+  (0.0ms) begin transaction
292
+ -------------------------------------------------------------------------
293
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
294
+ -------------------------------------------------------------------------
295
+  (0.0ms) rollback transaction
296
+  (0.0ms) begin transaction
297
+ --------------------------------------------------------------------------------------
298
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
299
+ --------------------------------------------------------------------------------------
300
+  (0.1ms) rollback transaction
301
+  (0.0ms) begin transaction
302
+ -----------------------------------------------------------------------------------------
303
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
304
+ -----------------------------------------------------------------------------------------
305
+  (0.0ms) rollback transaction
306
+  (0.1ms) begin transaction
307
+ -------------------------------------------------------------------
308
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
309
+ -------------------------------------------------------------------
310
+  (0.1ms) rollback transaction
311
+  (0.0ms) begin transaction
312
+ -------------------------------------------------------------------------
313
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
314
+ -------------------------------------------------------------------------
315
+  (0.1ms) rollback transaction
316
+  (0.0ms) begin transaction
317
+ --------------------------------------------------------------------------------------
318
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
319
+ --------------------------------------------------------------------------------------
320
+  (0.0ms) rollback transaction
321
+  (0.0ms) begin transaction
322
+ -----------------------------------------------------------------------------------------
323
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
324
+ -----------------------------------------------------------------------------------------
325
+  (0.0ms) rollback transaction
326
+  (0.0ms) begin transaction
327
+ -------------------------
328
+ MenuMakerTest: test_truth
329
+ -------------------------
330
+  (0.0ms) rollback transaction
331
+  (0.1ms) begin transaction
332
+ -------------------------------------------------------------------
333
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
334
+ -------------------------------------------------------------------
335
+  (0.1ms) rollback transaction
336
+  (0.0ms) begin transaction
337
+ -------------------------------------------------------------------------
338
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
339
+ -------------------------------------------------------------------------
340
+  (0.1ms) rollback transaction
341
+  (0.0ms) begin transaction
342
+ --------------------------------------------------------------------------------------
343
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
344
+ --------------------------------------------------------------------------------------
345
+  (0.0ms) rollback transaction
346
+  (0.0ms) begin transaction
347
+ -----------------------------------------------------------------------------------------
348
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
349
+ -----------------------------------------------------------------------------------------
350
+  (0.0ms) rollback transaction
351
+  (0.0ms) begin transaction
352
+ -------------------------
353
+ MenuMakerTest: test_truth
354
+ -------------------------
355
+  (0.0ms) rollback transaction
356
+  (0.1ms) begin transaction
357
+ --------------------------------------------------------
358
+ MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
359
+ --------------------------------------------------------
360
+  (0.0ms) rollback transaction
361
+  (0.0ms) begin transaction
362
+ -------------------------
363
+ MenuMakerTest: test_truth
364
+ -------------------------
365
+  (0.0ms) rollback transaction
366
+  (0.0ms) begin transaction
367
+ -------------------------------------------------------------------------
368
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
369
+ -------------------------------------------------------------------------
370
+  (0.1ms) rollback transaction
371
+  (0.0ms) begin transaction
372
+ --------------------------------------------------------------------------------------
373
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
374
+ --------------------------------------------------------------------------------------
375
+  (0.0ms) rollback transaction
376
+  (0.0ms) begin transaction
377
+ -----------------------------------------------------------------------------------------
378
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
379
+ -----------------------------------------------------------------------------------------
380
+  (0.0ms) rollback transaction
381
+  (0.1ms) begin transaction
382
+ -------------------------
383
+ MenuMakerTest: test_truth
384
+ -------------------------
385
+  (0.0ms) rollback transaction
386
+  (0.0ms) begin transaction
387
+ -------------------------------------------------------------------
388
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
389
+ -------------------------------------------------------------------
390
+  (0.0ms) rollback transaction
391
+  (0.0ms) begin transaction
392
+ -------------------------------------------------------------------------
393
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
394
+ -------------------------------------------------------------------------
395
+  (0.0ms) rollback transaction
396
+  (0.1ms) begin transaction
397
+ --------------------------------------------------------------------------------------
398
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
399
+ --------------------------------------------------------------------------------------
400
+  (0.0ms) rollback transaction
401
+  (0.0ms) begin transaction
402
+ -----------------------------------------------------------------------------------------
403
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
404
+ -----------------------------------------------------------------------------------------
405
+  (0.0ms) rollback transaction
406
+  (0.1ms) begin transaction
407
+ -------------------------------------------------------------------
408
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
409
+ -------------------------------------------------------------------
410
+  (0.1ms) rollback transaction
411
+  (0.0ms) begin transaction
412
+ -------------------------------------------------------------------------
413
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
414
+ -------------------------------------------------------------------------
415
+  (0.0ms) rollback transaction
416
+  (0.1ms) begin transaction
417
+ --------------------------------------------------------------------------------------
418
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
419
+ --------------------------------------------------------------------------------------
420
+  (0.0ms) rollback transaction
421
+  (0.0ms) begin transaction
422
+ -----------------------------------------------------------------------------------------
423
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
424
+ -----------------------------------------------------------------------------------------
425
+  (0.0ms) rollback transaction
426
+  (0.0ms) begin transaction
427
+ -------------------------
428
+ MenuMakerTest: test_truth
429
+ -------------------------
430
+  (0.0ms) rollback transaction
431
+  (0.1ms) begin transaction
432
+ -------------------------------------------------------------------
433
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
434
+ -------------------------------------------------------------------
435
+  (0.0ms) rollback transaction
436
+  (0.0ms) begin transaction
437
+ -------------------------------------------------------------------------
438
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
439
+ -------------------------------------------------------------------------
440
+  (0.0ms) rollback transaction
441
+  (0.0ms) begin transaction
442
+ --------------------------------------------------------------------------------------
443
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
444
+ --------------------------------------------------------------------------------------
445
+  (0.0ms) rollback transaction
446
+  (0.0ms) begin transaction
447
+ -----------------------------------------------------------------------------------------
448
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
449
+ -----------------------------------------------------------------------------------------
450
+  (0.0ms) rollback transaction
451
+  (0.1ms) begin transaction
452
+ -------------------------------------------------------------------
453
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
454
+ -------------------------------------------------------------------
455
+  (0.1ms) rollback transaction
456
+  (0.1ms) begin transaction
457
+ -------------------------------------------------------------------
458
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
459
+ -------------------------------------------------------------------
460
+  (0.1ms) rollback transaction
461
+  (0.1ms) begin transaction
462
+ -------------------------------------------------------------------
463
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
464
+ -------------------------------------------------------------------
465
+  (0.0ms) rollback transaction
466
+  (0.1ms) begin transaction
467
+ -------------------------------------------------------------------
468
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
469
+ -------------------------------------------------------------------
470
+  (0.1ms) rollback transaction
471
+  (0.1ms) begin transaction
472
+ -------------------------------------------------------------------
473
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
474
+ -------------------------------------------------------------------
475
+  (0.0ms) rollback transaction
476
+  (0.1ms) begin transaction
477
+ -------------------------------------------------------------------
478
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
479
+ -------------------------------------------------------------------
480
+  (0.1ms) rollback transaction
481
+  (0.1ms) begin transaction
482
+ -------------------------------------------------------------------------
483
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
484
+ -------------------------------------------------------------------------
485
+  (0.0ms) rollback transaction
486
+  (0.0ms) begin transaction
487
+ --------------------------------------------------------------------------------------
488
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
489
+ --------------------------------------------------------------------------------------
490
+  (0.0ms) rollback transaction
491
+  (0.1ms) begin transaction
492
+ -----------------------------------------------------------------------------------------
493
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
494
+ -----------------------------------------------------------------------------------------
495
+  (0.0ms) rollback transaction
496
+  (0.1ms) begin transaction
497
+ -------------------------------------------------------------------
498
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
499
+ -------------------------------------------------------------------
500
+  (0.1ms) rollback transaction
501
+  (0.0ms) begin transaction
502
+ -------------------------------------------------------------------------
503
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
504
+ -------------------------------------------------------------------------
505
+  (0.1ms) rollback transaction
506
+  (0.1ms) begin transaction
507
+ --------------------------------------------------------------------------------------
508
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
509
+ --------------------------------------------------------------------------------------
510
+  (0.0ms) rollback transaction
511
+  (0.0ms) begin transaction
512
+ -----------------------------------------------------------------------------------------
513
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
514
+ -----------------------------------------------------------------------------------------
515
+  (0.0ms) rollback transaction
516
+ -------------------------------------------------------------------
517
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
518
+ -------------------------------------------------------------------
519
+ -------------------------------------------------------------------------
520
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
521
+ -------------------------------------------------------------------------
522
+ --------------------------------------------------------------------------------------
523
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
524
+ --------------------------------------------------------------------------------------
525
+ -----------------------------------------------------------------------------------------
526
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
527
+ -----------------------------------------------------------------------------------------
528
+ -------------------------------------------------------------------
529
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
530
+ -------------------------------------------------------------------
531
+ -------------------------------------------------------------------------
532
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
533
+ -------------------------------------------------------------------------
534
+ --------------------------------------------------------------------------------------
535
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
536
+ --------------------------------------------------------------------------------------
537
+ -----------------------------------------------------------------------------------------
538
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
539
+ -----------------------------------------------------------------------------------------
540
+ -------------------------------------------------------------------
541
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
542
+ -------------------------------------------------------------------
543
+ -------------------------------------------------------------------------
544
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
545
+ -------------------------------------------------------------------------
546
+ --------------------------------------------------------------------------------------
547
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
548
+ --------------------------------------------------------------------------------------
549
+ -----------------------------------------------------------------------------------------
550
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
551
+ -----------------------------------------------------------------------------------------
552
+ -------------------------------------------------------------------
553
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
554
+ -------------------------------------------------------------------
555
+ -------------------------------------------------------------------------
556
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
557
+ -------------------------------------------------------------------------
558
+ --------------------------------------------------------------------------------------
559
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
560
+ --------------------------------------------------------------------------------------
561
+ -----------------------------------------------------------------------------------------
562
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
563
+ -----------------------------------------------------------------------------------------
564
+ -------------------------------------------------------------------
565
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
566
+ -------------------------------------------------------------------
567
+ -------------------------------------------------------------------------
568
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
569
+ -------------------------------------------------------------------------
570
+ --------------------------------------------------------------------------------------
571
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
572
+ --------------------------------------------------------------------------------------
573
+ -----------------------------------------------------------------------------------------
574
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
575
+ -----------------------------------------------------------------------------------------
576
+ -------------------------------------------------------------------
577
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
578
+ -------------------------------------------------------------------
579
+ -------------------------------------------------------------------------
580
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
581
+ -------------------------------------------------------------------------
582
+ --------------------------------------------------------------------------------------
583
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
584
+ --------------------------------------------------------------------------------------
585
+ -----------------------------------------------------------------------------------------
586
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
587
+ -----------------------------------------------------------------------------------------
588
+ -------------------------------------------------------------------
589
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
590
+ -------------------------------------------------------------------
591
+ -------------------------------------------------------------------------
592
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
593
+ -------------------------------------------------------------------------
594
+ --------------------------------------------------------------------------------------
595
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
596
+ --------------------------------------------------------------------------------------
597
+ -----------------------------------------------------------------------------------------
598
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
599
+ -----------------------------------------------------------------------------------------
600
+ -------------------------------------------------------------------
601
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
602
+ -------------------------------------------------------------------
603
+ -------------------------------------------------------------------------
604
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
605
+ -------------------------------------------------------------------------
606
+ --------------------------------------------------------------------------------------
607
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
608
+ --------------------------------------------------------------------------------------
609
+ -----------------------------------------------------------------------------------------
610
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
611
+ -----------------------------------------------------------------------------------------
612
+ -------------------------------------------------------------------
613
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
614
+ -------------------------------------------------------------------
615
+ -------------------------------------------------------------------------
616
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
617
+ -------------------------------------------------------------------------
618
+ --------------------------------------------------------------------------------------
619
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
620
+ --------------------------------------------------------------------------------------
621
+ -----------------------------------------------------------------------------------------
622
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
623
+ -----------------------------------------------------------------------------------------
624
+ -------------------------------------------------------------------
625
+ MenuMaker::MenuHelperTest: test_menu_helper_that_maps_to_Menu_class
626
+ -------------------------------------------------------------------
627
+ -------------------------------------------------------------------------
628
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_active
629
+ -------------------------------------------------------------------------
630
+ --------------------------------------------------------------------------------------
631
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_first_li_submenu_item_active
632
+ --------------------------------------------------------------------------------------
633
+ -----------------------------------------------------------------------------------------
634
+ MenuMaker::MenuHelperTest: test_outputs_the_menu_with_the_second_li_submenu_item_selected
635
+ -----------------------------------------------------------------------------------------