blogue 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +20 -0
  3. data/README.md +99 -0
  4. data/Rakefile +32 -0
  5. data/app/models/blogue/post.rb +105 -0
  6. data/lib/blogue/engine.rb +18 -0
  7. data/lib/blogue/version.rb +3 -0
  8. data/lib/blogue.rb +34 -0
  9. data/lib/kramdown/converter/blogue.rb +13 -0
  10. data/lib/tasks/blogue_tasks.rake +4 -0
  11. data/test/dummy/README.rdoc +28 -0
  12. data/test/dummy/Rakefile +6 -0
  13. data/test/dummy/app/controllers/application_controller.rb +5 -0
  14. data/test/dummy/app/controllers/posts_controller.rb +9 -0
  15. data/test/dummy/app/models/post.rb +2 -0
  16. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  17. data/test/dummy/app/views/posts/show.html.erb +9 -0
  18. data/test/dummy/bin/bundle +3 -0
  19. data/test/dummy/bin/rails +4 -0
  20. data/test/dummy/bin/rake +4 -0
  21. data/test/dummy/config/application.rb +31 -0
  22. data/test/dummy/config/boot.rb +5 -0
  23. data/test/dummy/config/environment.rb +5 -0
  24. data/test/dummy/config/environments/development.rb +27 -0
  25. data/test/dummy/config/environments/production.rb +80 -0
  26. data/test/dummy/config/environments/test.rb +36 -0
  27. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  28. data/test/dummy/config/initializers/blogue.rb +1 -0
  29. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  30. data/test/dummy/config/initializers/inflections.rb +16 -0
  31. data/test/dummy/config/initializers/mime_types.rb +5 -0
  32. data/test/dummy/config/initializers/secret_token.rb +12 -0
  33. data/test/dummy/config/initializers/session_store.rb +3 -0
  34. data/test/dummy/config/initializers/wrap_parameters.rb +9 -0
  35. data/test/dummy/config/locales/en.yml +23 -0
  36. data/test/dummy/config/routes.rb +5 -0
  37. data/test/dummy/config.ru +4 -0
  38. data/test/dummy/log/test.log +3728 -0
  39. data/test/dummy/public/404.html +58 -0
  40. data/test/dummy/public/422.html +58 -0
  41. data/test/dummy/public/500.html +57 -0
  42. data/test/dummy/public/favicon.ico +0 -0
  43. data/test/dummy/tmp/cache/assets/test/sprockets/88c7acce0f27ad4785c977981dcffdbd +0 -0
  44. data/test/dummy/tmp/cache/assets/test/sprockets/f59336706d1f8f55cfacfc5e139dfd9a +0 -0
  45. data/test/fixtures/posts/assets/dogue.jpg +0 -0
  46. data/test/fixtures/posts/code-block.md +7 -0
  47. data/test/fixtures/posts/header-title.md +9 -0
  48. data/test/fixtures/posts/meta.md +14 -0
  49. data/test/fixtures/posts/minimal-post.md +10 -0
  50. data/test/integration/configuration_test.rb +18 -0
  51. data/test/models/blogue/post_test.rb +51 -0
  52. data/test/test_helper.rb +10 -0
  53. metadata +192 -0
@@ -0,0 +1,3728 @@
1
+ ----------------------
2
+ BlogueTest: test_truth
3
+ ----------------------
4
+ ----------------------
5
+ BlogueTest: test_truth
6
+ ----------------------
7
+ --------------------------------------------
8
+ Blogue::PostTest: test_extracts_id_from_path
9
+ --------------------------------------------
10
+ ---------------------------------------------------------------------
11
+ Blogue::PostTest: test_extracts_id_from_path_with_multiple_extensions
12
+ ---------------------------------------------------------------------
13
+ ----------------------
14
+ BlogueTest: test_truth
15
+ ----------------------
16
+ --------------------------------------------
17
+ Blogue::PostTest: test_extracts_id_from_path
18
+ --------------------------------------------
19
+ ---------------------------------------------------------------------
20
+ Blogue::PostTest: test_extracts_id_from_path_with_multiple_extensions
21
+ ---------------------------------------------------------------------
22
+ -------------------------------------------------------------
23
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
24
+ -------------------------------------------------------------
25
+ ----------------------
26
+ BlogueTest: test_truth
27
+ ----------------------
28
+ ------------------------------------------------------------
29
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
30
+ ------------------------------------------------------------
31
+ -------------------------------------------------------------------------------------
32
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
33
+ -------------------------------------------------------------------------------------
34
+ -------------------------------------------------------------
35
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
36
+ -------------------------------------------------------------
37
+ ------------------------------------------------------------
38
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
39
+ ------------------------------------------------------------
40
+ -------------------------------------------------------------------------------------
41
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
42
+ -------------------------------------------------------------------------------------
43
+ -------------------------------------------------------------
44
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
45
+ -------------------------------------------------------------
46
+ ----------------------
47
+ BlogueTest: test_truth
48
+ ----------------------
49
+ ------------------------------------------------------------
50
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
51
+ ------------------------------------------------------------
52
+ -------------------------------------------------------------------------------------
53
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
54
+ -------------------------------------------------------------------------------------
55
+ -------------------------------------------------------------
56
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
57
+ -------------------------------------------------------------
58
+ ----------------------
59
+ BlogueTest: test_truth
60
+ ----------------------
61
+ ------------------------------------------------------------
62
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
63
+ ------------------------------------------------------------
64
+ -------------------------------------------------------------------------------------
65
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
66
+ -------------------------------------------------------------------------------------
67
+ ---------------------------------------
68
+ Blogue::PostTest: test_finds_post_by_id
69
+ ---------------------------------------
70
+ -------------------------------------------------------------
71
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
72
+ -------------------------------------------------------------
73
+ ----------------------
74
+ BlogueTest: test_truth
75
+ ----------------------
76
+ ------------------------------------------------------------
77
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
78
+ ------------------------------------------------------------
79
+ -------------------------------------------------------------------------------------
80
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
81
+ -------------------------------------------------------------------------------------
82
+ ---------------------------------------
83
+ Blogue::PostTest: test_finds_post_by_id
84
+ ---------------------------------------
85
+ -------------------------------------------------------------
86
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
87
+ -------------------------------------------------------------
88
+ ----------------------
89
+ BlogueTest: test_truth
90
+ ----------------------
91
+ ------------------------------------------------------------
92
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
93
+ ------------------------------------------------------------
94
+ -------------------------------------------------------------------------------------
95
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
96
+ -------------------------------------------------------------------------------------
97
+ ---------------------------------------
98
+ Blogue::PostTest: test_finds_post_by_id
99
+ ---------------------------------------
100
+ -------------------------------------------------------------
101
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
102
+ -------------------------------------------------------------
103
+ --------------------------------------------------
104
+ Blogue::PostTest: test_users_meta_title_if_present
105
+ --------------------------------------------------
106
+ -----------------------------------------------------------------------
107
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
108
+ -----------------------------------------------------------------------
109
+ ---------------------------------------------------------------
110
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
111
+ ---------------------------------------------------------------
112
+ ----------------------
113
+ BlogueTest: test_truth
114
+ ----------------------
115
+ ------------------------------------------------------------
116
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
117
+ ------------------------------------------------------------
118
+ -------------------------------------------------------------------------------------
119
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
120
+ -------------------------------------------------------------------------------------
121
+ ---------------------------------------
122
+ Blogue::PostTest: test_finds_post_by_id
123
+ ---------------------------------------
124
+ -------------------------------------------------------------
125
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
126
+ -------------------------------------------------------------
127
+ ----------------------------------------------------------------
128
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
129
+ ----------------------------------------------------------------
130
+ -----------------------------------------------------------------------
131
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
132
+ -----------------------------------------------------------------------
133
+ ---------------------------------------------------------------
134
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
135
+ ---------------------------------------------------------------
136
+ -------------------------------------------------
137
+ Blogue::PostTest: test_uses_meta_title_if_present
138
+ -------------------------------------------------
139
+ ----------------------
140
+ BlogueTest: test_truth
141
+ ----------------------
142
+ ------------------------------------------------------------
143
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
144
+ ------------------------------------------------------------
145
+ -------------------------------------------------------------------------------------
146
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
147
+ -------------------------------------------------------------------------------------
148
+ ---------------------------------------
149
+ Blogue::PostTest: test_finds_post_by_id
150
+ ---------------------------------------
151
+ -------------------------------------------------------------
152
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
153
+ -------------------------------------------------------------
154
+ ----------------------------------------------------------------
155
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
156
+ ----------------------------------------------------------------
157
+ -----------------------------------------------------------------------
158
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
159
+ -----------------------------------------------------------------------
160
+ ---------------------------------------------------------------
161
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
162
+ ---------------------------------------------------------------
163
+ -------------------------------------------------
164
+ Blogue::PostTest: test_uses_meta_title_if_present
165
+ -------------------------------------------------
166
+ ----------------------
167
+ BlogueTest: test_truth
168
+ ----------------------
169
+ ------------------------------------------------------------
170
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
171
+ ------------------------------------------------------------
172
+ -------------------------------------------------------------------------------------
173
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
174
+ -------------------------------------------------------------------------------------
175
+ ---------------------------------------
176
+ Blogue::PostTest: test_finds_post_by_id
177
+ ---------------------------------------
178
+ -------------------------------------------------------------
179
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
180
+ -------------------------------------------------------------
181
+ ----------------------------------------------------------------
182
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
183
+ ----------------------------------------------------------------
184
+ -----------------------------------------------------------------------
185
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
186
+ -----------------------------------------------------------------------
187
+ ---------------------------------------------------------------
188
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
189
+ ---------------------------------------------------------------
190
+ -------------------------------------------------
191
+ Blogue::PostTest: test_uses_meta_title_if_present
192
+ -------------------------------------------------
193
+ ----------------------
194
+ BlogueTest: test_truth
195
+ ----------------------
196
+ ------------------------------------------------------------
197
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
198
+ ------------------------------------------------------------
199
+ -------------------------------------------------------------------------------------
200
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
201
+ -------------------------------------------------------------------------------------
202
+ ---------------------------------------
203
+ Blogue::PostTest: test_finds_post_by_id
204
+ ---------------------------------------
205
+ -------------------------------------------------------------
206
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
207
+ -------------------------------------------------------------
208
+ ----------------------------------------------------------------
209
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
210
+ ----------------------------------------------------------------
211
+ -----------------------------------------------------------------------
212
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
213
+ -----------------------------------------------------------------------
214
+ ---------------------------------------------------------------
215
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
216
+ ---------------------------------------------------------------
217
+ -------------------------------------------------
218
+ Blogue::PostTest: test_uses_meta_title_if_present
219
+ -------------------------------------------------
220
+ -----------------------------------------------------
221
+ Blogue::PostTest: test_uses_time_from_meta_when_given
222
+ -----------------------------------------------------
223
+ ----------------------
224
+ BlogueTest: test_truth
225
+ ----------------------
226
+ ------------------------------------------------------------
227
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
228
+ ------------------------------------------------------------
229
+ -------------------------------------------------------------------------------------
230
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
231
+ -------------------------------------------------------------------------------------
232
+ ---------------------------------------
233
+ Blogue::PostTest: test_finds_post_by_id
234
+ ---------------------------------------
235
+ -------------------------------------------------------------
236
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
237
+ -------------------------------------------------------------
238
+ ----------------------------------------------------------------
239
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
240
+ ----------------------------------------------------------------
241
+ -----------------------------------------------------------------------
242
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
243
+ -----------------------------------------------------------------------
244
+ ---------------------------------------------------------------
245
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
246
+ ---------------------------------------------------------------
247
+ -------------------------------------------------
248
+ Blogue::PostTest: test_uses_meta_title_if_present
249
+ -------------------------------------------------
250
+ -----------------------------------------------------
251
+ Blogue::PostTest: test_uses_time_from_meta_when_given
252
+ -----------------------------------------------------
253
+ ----------------------
254
+ BlogueTest: test_truth
255
+ ----------------------
256
+ ------------------------------------------------------------
257
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
258
+ ------------------------------------------------------------
259
+ -------------------------------------------------------------------------------------
260
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
261
+ -------------------------------------------------------------------------------------
262
+ ---------------------------------------
263
+ Blogue::PostTest: test_finds_post_by_id
264
+ ---------------------------------------
265
+ -------------------------------------------------------------
266
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
267
+ -------------------------------------------------------------
268
+ ----------------------------------------------------------------
269
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
270
+ ----------------------------------------------------------------
271
+ -----------------------------------------------------------------------
272
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
273
+ -----------------------------------------------------------------------
274
+ ---------------------------------------------------------------
275
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
276
+ ---------------------------------------------------------------
277
+ -------------------------------------------------
278
+ Blogue::PostTest: test_uses_meta_title_if_present
279
+ -------------------------------------------------
280
+ -----------------------------------------------------
281
+ Blogue::PostTest: test_uses_time_from_meta_when_given
282
+ -----------------------------------------------------
283
+ ----------------------
284
+ BlogueTest: test_truth
285
+ ----------------------
286
+ ------------------------------------------------------------
287
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
288
+ ------------------------------------------------------------
289
+ -------------------------------------------------------------------------------------
290
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
291
+ -------------------------------------------------------------------------------------
292
+ ---------------------------------------
293
+ Blogue::PostTest: test_finds_post_by_id
294
+ ---------------------------------------
295
+ -------------------------------------------------------------
296
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
297
+ -------------------------------------------------------------
298
+ ----------------------------------------------------------------
299
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
300
+ ----------------------------------------------------------------
301
+ -----------------------------------------------------------------------
302
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
303
+ -----------------------------------------------------------------------
304
+ ---------------------------------------------------------------
305
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
306
+ ---------------------------------------------------------------
307
+ -------------------------------------------------
308
+ Blogue::PostTest: test_uses_meta_title_if_present
309
+ -------------------------------------------------
310
+ -----------------------------------------------------
311
+ Blogue::PostTest: test_uses_time_from_meta_when_given
312
+ -----------------------------------------------------
313
+ ----------------------
314
+ BlogueTest: test_truth
315
+ ----------------------
316
+ ------------------------------------------------------------
317
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
318
+ ------------------------------------------------------------
319
+ -------------------------------------------------------------------------------------
320
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
321
+ -------------------------------------------------------------------------------------
322
+ ---------------------------------------
323
+ Blogue::PostTest: test_finds_post_by_id
324
+ ---------------------------------------
325
+ -------------------------------------------------------------
326
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
327
+ -------------------------------------------------------------
328
+ ----------------------------------------------------------------
329
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
330
+ ----------------------------------------------------------------
331
+ -----------------------------------------------------------------------
332
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
333
+ -----------------------------------------------------------------------
334
+ ---------------------------------------------------------------
335
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
336
+ ---------------------------------------------------------------
337
+ -------------------------------------------------
338
+ Blogue::PostTest: test_uses_meta_title_if_present
339
+ -------------------------------------------------
340
+ -----------------------------------------------------
341
+ Blogue::PostTest: test_uses_time_from_meta_when_given
342
+ -----------------------------------------------------
343
+ ----------------------
344
+ BlogueTest: test_truth
345
+ ----------------------
346
+ ------------------------------------------------------------
347
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
348
+ ------------------------------------------------------------
349
+ -------------------------------------------------------------------------------------
350
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
351
+ -------------------------------------------------------------------------------------
352
+ ---------------------------------------
353
+ Blogue::PostTest: test_finds_post_by_id
354
+ ---------------------------------------
355
+ -------------------------------------------------------------
356
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
357
+ -------------------------------------------------------------
358
+ ----------------------------------------------------------------
359
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
360
+ ----------------------------------------------------------------
361
+ -----------------------------------------------------------------------
362
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
363
+ -----------------------------------------------------------------------
364
+ ---------------------------------------------------------------
365
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
366
+ ---------------------------------------------------------------
367
+ -------------------------------------------------
368
+ Blogue::PostTest: test_uses_meta_title_if_present
369
+ -------------------------------------------------
370
+ -----------------------------------------------------
371
+ Blogue::PostTest: test_uses_time_from_meta_when_given
372
+ -----------------------------------------------------
373
+ ----------------------
374
+ BlogueTest: test_truth
375
+ ----------------------
376
+ -----------------------------------------------------
377
+ Blogue::PostTest: test_date_returns_date_part_of_time
378
+ -----------------------------------------------------
379
+ ------------------------------------------------------------
380
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
381
+ ------------------------------------------------------------
382
+ -------------------------------------------------------------------------------------
383
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
384
+ -------------------------------------------------------------------------------------
385
+ ---------------------------------------
386
+ Blogue::PostTest: test_finds_post_by_id
387
+ ---------------------------------------
388
+ -------------------------------------------------------------
389
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
390
+ -------------------------------------------------------------
391
+ ----------------------------------------------------------------
392
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
393
+ ----------------------------------------------------------------
394
+ -----------------------------------------------------------------------
395
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
396
+ -----------------------------------------------------------------------
397
+ ---------------------------------------------------------------
398
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
399
+ ---------------------------------------------------------------
400
+ -------------------------------------------------
401
+ Blogue::PostTest: test_uses_meta_title_if_present
402
+ -------------------------------------------------
403
+ -----------------------------------------------------
404
+ Blogue::PostTest: test_uses_time_from_meta_when_given
405
+ -----------------------------------------------------
406
+ ----------------------
407
+ BlogueTest: test_truth
408
+ ----------------------
409
+ -----------------------------------------------------
410
+ Blogue::PostTest: test_date_returns_date_part_of_time
411
+ -----------------------------------------------------
412
+ ------------------------------------------------------------
413
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
414
+ ------------------------------------------------------------
415
+ -------------------------------------------------------------------------------------
416
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
417
+ -------------------------------------------------------------------------------------
418
+ ---------------------------------------
419
+ Blogue::PostTest: test_finds_post_by_id
420
+ ---------------------------------------
421
+ -------------------------------------------------------------
422
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
423
+ -------------------------------------------------------------
424
+ ----------------------------------------------------------------
425
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
426
+ ----------------------------------------------------------------
427
+ -----------------------------------------------------------------------
428
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
429
+ -----------------------------------------------------------------------
430
+ ---------------------------------------------------------------
431
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
432
+ ---------------------------------------------------------------
433
+ -------------------------------------------------
434
+ Blogue::PostTest: test_uses_meta_title_if_present
435
+ -------------------------------------------------
436
+ -----------------------------------------------------
437
+ Blogue::PostTest: test_uses_time_from_meta_when_given
438
+ -----------------------------------------------------
439
+ ----------------------
440
+ BlogueTest: test_truth
441
+ ----------------------
442
+ -----------------------------------------------------
443
+ Blogue::PostTest: test_date_returns_date_part_of_time
444
+ -----------------------------------------------------
445
+ ------------------------------------------------------------
446
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
447
+ ------------------------------------------------------------
448
+ -------------------------------------------------------------------------------------
449
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
450
+ -------------------------------------------------------------------------------------
451
+ ---------------------------------------
452
+ Blogue::PostTest: test_finds_post_by_id
453
+ ---------------------------------------
454
+ -------------------------------------------------------------
455
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
456
+ -------------------------------------------------------------
457
+ ----------------------------------------------------------------
458
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
459
+ ----------------------------------------------------------------
460
+ -----------------------------------------------------------------------
461
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
462
+ -----------------------------------------------------------------------
463
+ ---------------------------------------------------------------
464
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
465
+ ---------------------------------------------------------------
466
+ -------------------------------------------------
467
+ Blogue::PostTest: test_uses_meta_title_if_present
468
+ -------------------------------------------------
469
+ -----------------------------------------------------
470
+ Blogue::PostTest: test_uses_time_from_meta_when_given
471
+ -----------------------------------------------------
472
+ ----------------------
473
+ BlogueTest: test_truth
474
+ ----------------------
475
+ -----------------------------------------------------
476
+ Blogue::PostTest: test_date_returns_date_part_of_time
477
+ -----------------------------------------------------
478
+ ------------------------------------------------------------
479
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
480
+ ------------------------------------------------------------
481
+ -------------------------------------------------------------------------------------
482
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
483
+ -------------------------------------------------------------------------------------
484
+ ---------------------------------------
485
+ Blogue::PostTest: test_finds_post_by_id
486
+ ---------------------------------------
487
+ -------------------------------------------------------------
488
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
489
+ -------------------------------------------------------------
490
+ ----------------------------------------------------------------
491
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
492
+ ----------------------------------------------------------------
493
+ -----------------------------------------------------------------------
494
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
495
+ -----------------------------------------------------------------------
496
+ ---------------------------------------------------------------
497
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
498
+ ---------------------------------------------------------------
499
+ -------------------------------------------------
500
+ Blogue::PostTest: test_uses_meta_title_if_present
501
+ -------------------------------------------------
502
+ -----------------------------------------------------
503
+ Blogue::PostTest: test_uses_time_from_meta_when_given
504
+ -----------------------------------------------------
505
+ ----------------------
506
+ BlogueTest: test_truth
507
+ ----------------------
508
+ -----------------------------------------------------
509
+ Blogue::PostTest: test_date_returns_date_part_of_time
510
+ -----------------------------------------------------
511
+ ------------------------------------------------------------
512
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
513
+ ------------------------------------------------------------
514
+ -------------------------------------------------------------------------------------
515
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
516
+ -------------------------------------------------------------------------------------
517
+ ---------------------------------------
518
+ Blogue::PostTest: test_finds_post_by_id
519
+ ---------------------------------------
520
+ -------------------------------------------------------------
521
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
522
+ -------------------------------------------------------------
523
+ ----------------------------------------------------------------
524
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
525
+ ----------------------------------------------------------------
526
+ -----------------------------------------------------------------------
527
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
528
+ -----------------------------------------------------------------------
529
+ ---------------------------------------------------------------
530
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
531
+ ---------------------------------------------------------------
532
+ -------------------------------------------------
533
+ Blogue::PostTest: test_uses_meta_title_if_present
534
+ -------------------------------------------------
535
+ -----------------------------------------------------
536
+ Blogue::PostTest: test_uses_time_from_meta_when_given
537
+ -----------------------------------------------------
538
+ ----------------------
539
+ BlogueTest: test_truth
540
+ ----------------------
541
+ -----------------------------------------------------
542
+ Blogue::PostTest: test_date_returns_date_part_of_time
543
+ -----------------------------------------------------
544
+ ------------------------------------------------------------
545
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
546
+ ------------------------------------------------------------
547
+ -------------------------------------------------------------------------------------
548
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
549
+ -------------------------------------------------------------------------------------
550
+ ---------------------------------------
551
+ Blogue::PostTest: test_finds_post_by_id
552
+ ---------------------------------------
553
+ -------------------------------------------------------------
554
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
555
+ -------------------------------------------------------------
556
+ ----------------------------------------------------------------
557
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
558
+ ----------------------------------------------------------------
559
+ -----------------------------------------------------------------------
560
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
561
+ -----------------------------------------------------------------------
562
+ ---------------------------------------------------------------
563
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
564
+ ---------------------------------------------------------------
565
+ -------------------------------------------------
566
+ Blogue::PostTest: test_uses_meta_title_if_present
567
+ -------------------------------------------------
568
+ -----------------------------------------------------
569
+ Blogue::PostTest: test_uses_time_from_meta_when_given
570
+ -----------------------------------------------------
571
+ ----------------------
572
+ BlogueTest: test_truth
573
+ ----------------------
574
+ -----------------------------------------------------
575
+ Blogue::PostTest: test_date_returns_date_part_of_time
576
+ -----------------------------------------------------
577
+ ------------------------------------------------------------
578
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
579
+ ------------------------------------------------------------
580
+ -------------------------------------------------------------------------------------
581
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
582
+ -------------------------------------------------------------------------------------
583
+ ---------------------------------------
584
+ Blogue::PostTest: test_finds_post_by_id
585
+ ---------------------------------------
586
+ -------------------------------------------------------------
587
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
588
+ -------------------------------------------------------------
589
+ ----------------------------------------------------------------
590
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
591
+ ----------------------------------------------------------------
592
+ -----------------------------------------------------------------------
593
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
594
+ -----------------------------------------------------------------------
595
+ ---------------------------------------------------------------
596
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
597
+ ---------------------------------------------------------------
598
+ -------------------------------------------------
599
+ Blogue::PostTest: test_uses_meta_title_if_present
600
+ -------------------------------------------------
601
+ -----------------------------------------------------
602
+ Blogue::PostTest: test_uses_time_from_meta_when_given
603
+ -----------------------------------------------------
604
+ ----------------------
605
+ BlogueTest: test_truth
606
+ ----------------------
607
+ -----------------------------------------------------
608
+ Blogue::PostTest: test_date_returns_date_part_of_time
609
+ -----------------------------------------------------
610
+ ------------------------------------------------------------
611
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
612
+ ------------------------------------------------------------
613
+ -------------------------------------------------------------------------------------
614
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
615
+ -------------------------------------------------------------------------------------
616
+ ---------------------------------------
617
+ Blogue::PostTest: test_finds_post_by_id
618
+ ---------------------------------------
619
+ -------------------------------------------------------------
620
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
621
+ -------------------------------------------------------------
622
+ ----------------------------------------------------------------
623
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
624
+ ----------------------------------------------------------------
625
+ -----------------------------------------------------------------------
626
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
627
+ -----------------------------------------------------------------------
628
+ ---------------------------------------------------------------
629
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
630
+ ---------------------------------------------------------------
631
+ -------------------------------------------------
632
+ Blogue::PostTest: test_uses_meta_title_if_present
633
+ -------------------------------------------------
634
+ -----------------------------------------------------
635
+ Blogue::PostTest: test_uses_time_from_meta_when_given
636
+ -----------------------------------------------------
637
+ ----------------------
638
+ BlogueTest: test_truth
639
+ ----------------------
640
+ -----------------------------------------------------
641
+ Blogue::PostTest: test_date_returns_date_part_of_time
642
+ -----------------------------------------------------
643
+ ------------------------------------------------------------
644
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
645
+ ------------------------------------------------------------
646
+ -------------------------------------------------------------------------------------
647
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
648
+ -------------------------------------------------------------------------------------
649
+ ---------------------------------------
650
+ Blogue::PostTest: test_finds_post_by_id
651
+ ---------------------------------------
652
+ -------------------------------------------------------------
653
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
654
+ -------------------------------------------------------------
655
+ ----------------------------------------------------------------
656
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
657
+ ----------------------------------------------------------------
658
+ -----------------------------------------------------------------------
659
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
660
+ -----------------------------------------------------------------------
661
+ ---------------------------------------------------------------
662
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
663
+ ---------------------------------------------------------------
664
+ -------------------------------------------------
665
+ Blogue::PostTest: test_uses_meta_title_if_present
666
+ -------------------------------------------------
667
+ -----------------------------------------------------
668
+ Blogue::PostTest: test_uses_time_from_meta_when_given
669
+ -----------------------------------------------------
670
+ ----------------------
671
+ BlogueTest: test_truth
672
+ ----------------------
673
+ -----------------------------------------------------
674
+ Blogue::PostTest: test_date_returns_date_part_of_time
675
+ -----------------------------------------------------
676
+ ------------------------------------------------------------
677
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
678
+ ------------------------------------------------------------
679
+ -------------------------------------------------------------------------------------
680
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
681
+ -------------------------------------------------------------------------------------
682
+ ---------------------------------------
683
+ Blogue::PostTest: test_finds_post_by_id
684
+ ---------------------------------------
685
+ -------------------------------------------------------------
686
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
687
+ -------------------------------------------------------------
688
+ ----------------------------------------------------------------
689
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
690
+ ----------------------------------------------------------------
691
+ -----------------------------------------------------------------------
692
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
693
+ -----------------------------------------------------------------------
694
+ ---------------------------------------------------------------
695
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
696
+ ---------------------------------------------------------------
697
+ -------------------------------------------------
698
+ Blogue::PostTest: test_uses_meta_title_if_present
699
+ -------------------------------------------------
700
+ -----------------------------------------------------
701
+ Blogue::PostTest: test_uses_time_from_meta_when_given
702
+ -----------------------------------------------------
703
+ ----------------------
704
+ BlogueTest: test_truth
705
+ ----------------------
706
+ -----------------------------------------------------
707
+ Blogue::PostTest: test_date_returns_date_part_of_time
708
+ -----------------------------------------------------
709
+ ------------------------------------------------------------
710
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
711
+ ------------------------------------------------------------
712
+ -------------------------------------------------------------------------------------
713
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
714
+ -------------------------------------------------------------------------------------
715
+ ---------------------------------------
716
+ Blogue::PostTest: test_finds_post_by_id
717
+ ---------------------------------------
718
+ -------------------------------------------------------------
719
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
720
+ -------------------------------------------------------------
721
+ ----------------------------------------------------------------
722
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
723
+ ----------------------------------------------------------------
724
+ -----------------------------------------------------------------------
725
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
726
+ -----------------------------------------------------------------------
727
+ ---------------------------------------------------------------
728
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
729
+ ---------------------------------------------------------------
730
+ -------------------------------------------------
731
+ Blogue::PostTest: test_uses_meta_title_if_present
732
+ -------------------------------------------------
733
+ -----------------------------------------------------
734
+ Blogue::PostTest: test_uses_time_from_meta_when_given
735
+ -----------------------------------------------------
736
+ ----------------------
737
+ BlogueTest: test_truth
738
+ ----------------------
739
+ -----------------------------------------------------
740
+ Blogue::PostTest: test_date_returns_date_part_of_time
741
+ -----------------------------------------------------
742
+ ------------------------------------------------------------
743
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
744
+ ------------------------------------------------------------
745
+ -------------------------------------------------------------------------------------
746
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
747
+ -------------------------------------------------------------------------------------
748
+ ---------------------------------------
749
+ Blogue::PostTest: test_finds_post_by_id
750
+ ---------------------------------------
751
+ -------------------------------------------------------------
752
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
753
+ -------------------------------------------------------------
754
+ ----------------------------------------------------------------
755
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
756
+ ----------------------------------------------------------------
757
+ -----------------------------------------------------------------------
758
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
759
+ -----------------------------------------------------------------------
760
+ ---------------------------------------------------------------
761
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
762
+ ---------------------------------------------------------------
763
+ -------------------------------------------------
764
+ Blogue::PostTest: test_uses_meta_title_if_present
765
+ -------------------------------------------------
766
+ -----------------------------------------------------
767
+ Blogue::PostTest: test_uses_time_from_meta_when_given
768
+ -----------------------------------------------------
769
+ ----------------------
770
+ BlogueTest: test_truth
771
+ ----------------------
772
+ -----------------------------------------------------
773
+ Blogue::PostTest: test_date_returns_date_part_of_time
774
+ -----------------------------------------------------
775
+ ------------------------------------------------------------
776
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
777
+ ------------------------------------------------------------
778
+ -------------------------------------------------------------------------------------
779
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
780
+ -------------------------------------------------------------------------------------
781
+ ---------------------------------------
782
+ Blogue::PostTest: test_finds_post_by_id
783
+ ---------------------------------------
784
+ -------------------------------------------------------------
785
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
786
+ -------------------------------------------------------------
787
+ ----------------------------------------------------------------
788
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
789
+ ----------------------------------------------------------------
790
+ -----------------------------------------------------------------------
791
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
792
+ -----------------------------------------------------------------------
793
+ ---------------------------------------------------------------
794
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
795
+ ---------------------------------------------------------------
796
+ -------------------------------------------------
797
+ Blogue::PostTest: test_uses_meta_title_if_present
798
+ -------------------------------------------------
799
+ -----------------------------------------------------
800
+ Blogue::PostTest: test_uses_time_from_meta_when_given
801
+ -----------------------------------------------------
802
+ ----------------------
803
+ BlogueTest: test_truth
804
+ ----------------------
805
+ -----------------------------------------------------
806
+ Blogue::PostTest: test_date_returns_date_part_of_time
807
+ -----------------------------------------------------
808
+ ------------------------------------------------------------
809
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
810
+ ------------------------------------------------------------
811
+ -------------------------------------------------------------------------------------
812
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
813
+ -------------------------------------------------------------------------------------
814
+ ---------------------------------------
815
+ Blogue::PostTest: test_finds_post_by_id
816
+ ---------------------------------------
817
+ -------------------------------------------------------------
818
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
819
+ -------------------------------------------------------------
820
+ ----------------------------------------------------------------
821
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
822
+ ----------------------------------------------------------------
823
+ -----------------------------------------------------------------------
824
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
825
+ -----------------------------------------------------------------------
826
+ ---------------------------------------------------------------
827
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
828
+ ---------------------------------------------------------------
829
+ -------------------------------------------------
830
+ Blogue::PostTest: test_uses_meta_title_if_present
831
+ -------------------------------------------------
832
+ -----------------------------------------------------
833
+ Blogue::PostTest: test_uses_time_from_meta_when_given
834
+ -----------------------------------------------------
835
+ ----------------------
836
+ BlogueTest: test_truth
837
+ ----------------------
838
+ -----------------------------------------------------
839
+ Blogue::PostTest: test_date_returns_date_part_of_time
840
+ -----------------------------------------------------
841
+ ------------------------------------------------------------
842
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
843
+ ------------------------------------------------------------
844
+ -------------------------------------------------------------------------------------
845
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
846
+ -------------------------------------------------------------------------------------
847
+ ---------------------------------------
848
+ Blogue::PostTest: test_finds_post_by_id
849
+ ---------------------------------------
850
+ -------------------------------------------------------------
851
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
852
+ -------------------------------------------------------------
853
+ ----------------------------------------------------------------
854
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
855
+ ----------------------------------------------------------------
856
+ -----------------------------------------------------------------------
857
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
858
+ -----------------------------------------------------------------------
859
+ ---------------------------------------------------------------
860
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
861
+ ---------------------------------------------------------------
862
+ -------------------------------------------------
863
+ Blogue::PostTest: test_uses_meta_title_if_present
864
+ -------------------------------------------------
865
+ -----------------------------------------------------
866
+ Blogue::PostTest: test_uses_time_from_meta_when_given
867
+ -----------------------------------------------------
868
+ ----------------------
869
+ BlogueTest: test_truth
870
+ ----------------------
871
+ -----------------------------------------------------
872
+ Blogue::PostTest: test_date_returns_date_part_of_time
873
+ -----------------------------------------------------
874
+ ------------------------------------------------------------
875
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
876
+ ------------------------------------------------------------
877
+ -------------------------------------------------------------------------------------
878
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
879
+ -------------------------------------------------------------------------------------
880
+ ---------------------------------------
881
+ Blogue::PostTest: test_finds_post_by_id
882
+ ---------------------------------------
883
+ -------------------------------------------------------------
884
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
885
+ -------------------------------------------------------------
886
+ ----------------------------------------------------------------
887
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
888
+ ----------------------------------------------------------------
889
+ -----------------------------------------------------------------------
890
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
891
+ -----------------------------------------------------------------------
892
+ ---------------------------------------------------------------
893
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
894
+ ---------------------------------------------------------------
895
+ -------------------------------------------------
896
+ Blogue::PostTest: test_uses_meta_title_if_present
897
+ -------------------------------------------------
898
+ -----------------------------------------------------
899
+ Blogue::PostTest: test_uses_time_from_meta_when_given
900
+ -----------------------------------------------------
901
+ ----------------------
902
+ BlogueTest: test_truth
903
+ ----------------------
904
+ -----------------------------------------------------
905
+ Blogue::PostTest: test_date_returns_date_part_of_time
906
+ -----------------------------------------------------
907
+ ------------------------------------------------------------
908
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
909
+ ------------------------------------------------------------
910
+ -------------------------------------------------------------------------------------
911
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
912
+ -------------------------------------------------------------------------------------
913
+ ---------------------------------------
914
+ Blogue::PostTest: test_finds_post_by_id
915
+ ---------------------------------------
916
+ -------------------------------------------------------------
917
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
918
+ -------------------------------------------------------------
919
+ ----------------------------------------------------------------
920
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
921
+ ----------------------------------------------------------------
922
+ -----------------------------------------------------------------------
923
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
924
+ -----------------------------------------------------------------------
925
+ ---------------------------------------------------------------
926
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
927
+ ---------------------------------------------------------------
928
+ -------------------------------------------------
929
+ Blogue::PostTest: test_uses_meta_title_if_present
930
+ -------------------------------------------------
931
+ -----------------------------------------------------
932
+ Blogue::PostTest: test_uses_time_from_meta_when_given
933
+ -----------------------------------------------------
934
+ ----------------------
935
+ BlogueTest: test_truth
936
+ ----------------------
937
+ -----------------------------------------------------
938
+ Blogue::PostTest: test_date_returns_date_part_of_time
939
+ -----------------------------------------------------
940
+ ------------------------------------------------------------
941
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
942
+ ------------------------------------------------------------
943
+ -------------------------------------------------------------------------------------
944
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
945
+ -------------------------------------------------------------------------------------
946
+ ---------------------------------------
947
+ Blogue::PostTest: test_finds_post_by_id
948
+ ---------------------------------------
949
+ -------------------------------------------------------------
950
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
951
+ -------------------------------------------------------------
952
+ ----------------------------------------------------------------
953
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
954
+ ----------------------------------------------------------------
955
+ -----------------------------------------------------------------------
956
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
957
+ -----------------------------------------------------------------------
958
+ ---------------------------------------------------------------
959
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
960
+ ---------------------------------------------------------------
961
+ -------------------------------------------------
962
+ Blogue::PostTest: test_uses_meta_title_if_present
963
+ -------------------------------------------------
964
+ -----------------------------------------------------
965
+ Blogue::PostTest: test_uses_time_from_meta_when_given
966
+ -----------------------------------------------------
967
+ ----------------------
968
+ BlogueTest: test_truth
969
+ ----------------------
970
+ -----------------------------------------------------
971
+ Blogue::PostTest: test_date_returns_date_part_of_time
972
+ -----------------------------------------------------
973
+ ------------------------------------------------------------
974
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
975
+ ------------------------------------------------------------
976
+ -------------------------------------------------------------------------------------
977
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
978
+ -------------------------------------------------------------------------------------
979
+ ---------------------------------------
980
+ Blogue::PostTest: test_finds_post_by_id
981
+ ---------------------------------------
982
+ -------------------------------------------------------------
983
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
984
+ -------------------------------------------------------------
985
+ ----------------------------------------------------------------
986
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
987
+ ----------------------------------------------------------------
988
+ -----------------------------------------------------------------------
989
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
990
+ -----------------------------------------------------------------------
991
+ ---------------------------------------------------------------
992
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
993
+ ---------------------------------------------------------------
994
+ -------------------------------------------------
995
+ Blogue::PostTest: test_uses_meta_title_if_present
996
+ -------------------------------------------------
997
+ -----------------------------------------------------
998
+ Blogue::PostTest: test_uses_time_from_meta_when_given
999
+ -----------------------------------------------------
1000
+ ----------------------
1001
+ BlogueTest: test_truth
1002
+ ----------------------
1003
+ -----------------------------------------------------
1004
+ Blogue::PostTest: test_date_returns_date_part_of_time
1005
+ -----------------------------------------------------
1006
+ ------------------------------------------------------------
1007
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1008
+ ------------------------------------------------------------
1009
+ -------------------------------------------------------------------------------------
1010
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1011
+ -------------------------------------------------------------------------------------
1012
+ ---------------------------------------
1013
+ Blogue::PostTest: test_finds_post_by_id
1014
+ ---------------------------------------
1015
+ -------------------------------------------------------------
1016
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1017
+ -------------------------------------------------------------
1018
+ ----------------------------------------------------------------
1019
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1020
+ ----------------------------------------------------------------
1021
+ -----------------------------------------------------------------------
1022
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1023
+ -----------------------------------------------------------------------
1024
+ ---------------------------------------------------------------
1025
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1026
+ ---------------------------------------------------------------
1027
+ -------------------------------------------------
1028
+ Blogue::PostTest: test_uses_meta_title_if_present
1029
+ -------------------------------------------------
1030
+ -----------------------------------------------------
1031
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1032
+ -----------------------------------------------------
1033
+ ----------------------
1034
+ BlogueTest: test_truth
1035
+ ----------------------
1036
+ -----------------------------------------------------
1037
+ Blogue::PostTest: test_date_returns_date_part_of_time
1038
+ -----------------------------------------------------
1039
+ ------------------------------------------------------------
1040
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1041
+ ------------------------------------------------------------
1042
+ -------------------------------------------------------------------------------------
1043
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1044
+ -------------------------------------------------------------------------------------
1045
+ ---------------------------------------
1046
+ Blogue::PostTest: test_finds_post_by_id
1047
+ ---------------------------------------
1048
+ -------------------------------------------------------------
1049
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1050
+ -------------------------------------------------------------
1051
+ ----------------------------------------------------------------
1052
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1053
+ ----------------------------------------------------------------
1054
+ -----------------------------------------------------------------------
1055
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1056
+ -----------------------------------------------------------------------
1057
+ ---------------------------------------------------------------
1058
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1059
+ ---------------------------------------------------------------
1060
+ -------------------------------------------------
1061
+ Blogue::PostTest: test_uses_meta_title_if_present
1062
+ -------------------------------------------------
1063
+ -----------------------------------------------------
1064
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1065
+ -----------------------------------------------------
1066
+ ----------------------
1067
+ BlogueTest: test_truth
1068
+ ----------------------
1069
+ -----------------------------------------------------
1070
+ Blogue::PostTest: test_date_returns_date_part_of_time
1071
+ -----------------------------------------------------
1072
+ ------------------------------------------------------------
1073
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1074
+ ------------------------------------------------------------
1075
+ -------------------------------------------------------------------------------------
1076
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1077
+ -------------------------------------------------------------------------------------
1078
+ ---------------------------------------
1079
+ Blogue::PostTest: test_finds_post_by_id
1080
+ ---------------------------------------
1081
+ -------------------------------------------------------------
1082
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1083
+ -------------------------------------------------------------
1084
+ ----------------------------------------------------------------
1085
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1086
+ ----------------------------------------------------------------
1087
+ -----------------------------------------------------------------------
1088
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1089
+ -----------------------------------------------------------------------
1090
+ ---------------------------------------------------------------
1091
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1092
+ ---------------------------------------------------------------
1093
+ -------------------------------------------------
1094
+ Blogue::PostTest: test_uses_meta_title_if_present
1095
+ -------------------------------------------------
1096
+ -----------------------------------------------------
1097
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1098
+ -----------------------------------------------------
1099
+ ----------------------
1100
+ BlogueTest: test_truth
1101
+ ----------------------
1102
+ -----------------------------------------------------
1103
+ Blogue::PostTest: test_date_returns_date_part_of_time
1104
+ -----------------------------------------------------
1105
+ ------------------------------------------------------------
1106
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1107
+ ------------------------------------------------------------
1108
+ -------------------------------------------------------------------------------------
1109
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1110
+ -------------------------------------------------------------------------------------
1111
+ ---------------------------------------
1112
+ Blogue::PostTest: test_finds_post_by_id
1113
+ ---------------------------------------
1114
+ -------------------------------------------------------------
1115
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1116
+ -------------------------------------------------------------
1117
+ ----------------------------------------------------------------
1118
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1119
+ ----------------------------------------------------------------
1120
+ -----------------------------------------------------------------------
1121
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1122
+ -----------------------------------------------------------------------
1123
+ ---------------------------------------------------------------
1124
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1125
+ ---------------------------------------------------------------
1126
+ -------------------------------------------------
1127
+ Blogue::PostTest: test_uses_meta_title_if_present
1128
+ -------------------------------------------------
1129
+ -----------------------------------------------------
1130
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1131
+ -----------------------------------------------------
1132
+ ----------------------
1133
+ BlogueTest: test_truth
1134
+ ----------------------
1135
+ -------------------------------------------
1136
+ MarkdownHandlingTest: test_renders_markdown
1137
+ -------------------------------------------
1138
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 03:03:01 -0400
1139
+ -----------------------------------------------------
1140
+ Blogue::PostTest: test_date_returns_date_part_of_time
1141
+ -----------------------------------------------------
1142
+ ------------------------------------------------------------
1143
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1144
+ ------------------------------------------------------------
1145
+ -------------------------------------------------------------------------------------
1146
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1147
+ -------------------------------------------------------------------------------------
1148
+ ---------------------------------------
1149
+ Blogue::PostTest: test_finds_post_by_id
1150
+ ---------------------------------------
1151
+ -------------------------------------------------------------
1152
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1153
+ -------------------------------------------------------------
1154
+ ----------------------------------------------------------------
1155
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1156
+ ----------------------------------------------------------------
1157
+ -----------------------------------------------------------------------
1158
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1159
+ -----------------------------------------------------------------------
1160
+ ---------------------------------------------------------------
1161
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1162
+ ---------------------------------------------------------------
1163
+ -------------------------------------------------
1164
+ Blogue::PostTest: test_uses_meta_title_if_present
1165
+ -------------------------------------------------
1166
+ -----------------------------------------------------
1167
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1168
+ -----------------------------------------------------
1169
+ ----------------------
1170
+ BlogueTest: test_truth
1171
+ ----------------------
1172
+ -------------------------------------------
1173
+ MarkdownHandlingTest: test_renders_markdown
1174
+ -------------------------------------------
1175
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 03:09:24 -0400
1176
+ -----------------------------------------------------
1177
+ Blogue::PostTest: test_date_returns_date_part_of_time
1178
+ -----------------------------------------------------
1179
+ ------------------------------------------------------------
1180
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1181
+ ------------------------------------------------------------
1182
+ -------------------------------------------------------------------------------------
1183
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1184
+ -------------------------------------------------------------------------------------
1185
+ ---------------------------------------
1186
+ Blogue::PostTest: test_finds_post_by_id
1187
+ ---------------------------------------
1188
+ -------------------------------------------------------------
1189
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1190
+ -------------------------------------------------------------
1191
+ ----------------------------------------------------------------
1192
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1193
+ ----------------------------------------------------------------
1194
+ -----------------------------------------------------------------------
1195
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1196
+ -----------------------------------------------------------------------
1197
+ ---------------------------------------------------------------
1198
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1199
+ ---------------------------------------------------------------
1200
+ -------------------------------------------------
1201
+ Blogue::PostTest: test_uses_meta_title_if_present
1202
+ -------------------------------------------------
1203
+ -----------------------------------------------------
1204
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1205
+ -----------------------------------------------------
1206
+ ----------------------
1207
+ BlogueTest: test_truth
1208
+ ----------------------
1209
+ -------------------------------------------
1210
+ MarkdownHandlingTest: test_renders_markdown
1211
+ -------------------------------------------
1212
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 03:10:27 -0400
1213
+ -----------------------------------------------------
1214
+ Blogue::PostTest: test_date_returns_date_part_of_time
1215
+ -----------------------------------------------------
1216
+ ------------------------------------------------------------
1217
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1218
+ ------------------------------------------------------------
1219
+ -------------------------------------------------------------------------------------
1220
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1221
+ -------------------------------------------------------------------------------------
1222
+ ---------------------------------------
1223
+ Blogue::PostTest: test_finds_post_by_id
1224
+ ---------------------------------------
1225
+ -------------------------------------------------------------
1226
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1227
+ -------------------------------------------------------------
1228
+ ----------------------------------------------------------------
1229
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1230
+ ----------------------------------------------------------------
1231
+ -----------------------------------------------------------------------
1232
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1233
+ -----------------------------------------------------------------------
1234
+ ---------------------------------------------------------------
1235
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1236
+ ---------------------------------------------------------------
1237
+ -------------------------------------------------
1238
+ Blogue::PostTest: test_uses_meta_title_if_present
1239
+ -------------------------------------------------
1240
+ -----------------------------------------------------
1241
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1242
+ -----------------------------------------------------
1243
+ ----------------------
1244
+ BlogueTest: test_truth
1245
+ ----------------------
1246
+ -------------------------------------------
1247
+ MarkdownHandlingTest: test_renders_markdown
1248
+ -------------------------------------------
1249
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 03:13:38 -0400
1250
+ -----------------------------------------------------
1251
+ Blogue::PostTest: test_date_returns_date_part_of_time
1252
+ -----------------------------------------------------
1253
+ ------------------------------------------------------------
1254
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1255
+ ------------------------------------------------------------
1256
+ -------------------------------------------------------------------------------------
1257
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1258
+ -------------------------------------------------------------------------------------
1259
+ ---------------------------------------
1260
+ Blogue::PostTest: test_finds_post_by_id
1261
+ ---------------------------------------
1262
+ -------------------------------------------------------------
1263
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1264
+ -------------------------------------------------------------
1265
+ ----------------------------------------------------------------
1266
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1267
+ ----------------------------------------------------------------
1268
+ -----------------------------------------------------------------------
1269
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1270
+ -----------------------------------------------------------------------
1271
+ ---------------------------------------------------------------
1272
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1273
+ ---------------------------------------------------------------
1274
+ -------------------------------------------------
1275
+ Blogue::PostTest: test_uses_meta_title_if_present
1276
+ -------------------------------------------------
1277
+ -----------------------------------------------------
1278
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1279
+ -----------------------------------------------------
1280
+ ----------------------
1281
+ BlogueTest: test_truth
1282
+ ----------------------
1283
+ -------------------------------------------
1284
+ MarkdownHandlingTest: test_renders_markdown
1285
+ -------------------------------------------
1286
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 03:14:44 -0400
1287
+ -----------------------------------------------------
1288
+ Blogue::PostTest: test_date_returns_date_part_of_time
1289
+ -----------------------------------------------------
1290
+ ------------------------------------------------------------
1291
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1292
+ ------------------------------------------------------------
1293
+ -------------------------------------------------------------------------------------
1294
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1295
+ -------------------------------------------------------------------------------------
1296
+ ---------------------------------------
1297
+ Blogue::PostTest: test_finds_post_by_id
1298
+ ---------------------------------------
1299
+ -------------------------------------------------------------
1300
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1301
+ -------------------------------------------------------------
1302
+ ----------------------------------------------------------------
1303
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1304
+ ----------------------------------------------------------------
1305
+ -----------------------------------------------------------------------
1306
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1307
+ -----------------------------------------------------------------------
1308
+ ---------------------------------------------------------------
1309
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1310
+ ---------------------------------------------------------------
1311
+ -------------------------------------------------
1312
+ Blogue::PostTest: test_uses_meta_title_if_present
1313
+ -------------------------------------------------
1314
+ -----------------------------------------------------
1315
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1316
+ -----------------------------------------------------
1317
+ ----------------------
1318
+ BlogueTest: test_truth
1319
+ ----------------------
1320
+ -------------------------------------------
1321
+ MarkdownHandlingTest: test_renders_markdown
1322
+ -------------------------------------------
1323
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 03:15:10 -0400
1324
+ -----------------------------------------------------
1325
+ Blogue::PostTest: test_date_returns_date_part_of_time
1326
+ -----------------------------------------------------
1327
+ ------------------------------------------------------------
1328
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1329
+ ------------------------------------------------------------
1330
+ -------------------------------------------------------------------------------------
1331
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1332
+ -------------------------------------------------------------------------------------
1333
+ ---------------------------------------
1334
+ Blogue::PostTest: test_finds_post_by_id
1335
+ ---------------------------------------
1336
+ -------------------------------------------------------------
1337
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1338
+ -------------------------------------------------------------
1339
+ ----------------------------------------------------------------
1340
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1341
+ ----------------------------------------------------------------
1342
+ -----------------------------------------------------------------------
1343
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1344
+ -----------------------------------------------------------------------
1345
+ ---------------------------------------------------------------
1346
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1347
+ ---------------------------------------------------------------
1348
+ -------------------------------------------------
1349
+ Blogue::PostTest: test_uses_meta_title_if_present
1350
+ -------------------------------------------------
1351
+ -----------------------------------------------------
1352
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1353
+ -----------------------------------------------------
1354
+ ----------------------
1355
+ BlogueTest: test_truth
1356
+ ----------------------
1357
+ -------------------------------------------
1358
+ MarkdownHandlingTest: test_renders_markdown
1359
+ -------------------------------------------
1360
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 03:23:34 -0400
1361
+ -----------------------------------------------------
1362
+ Blogue::PostTest: test_date_returns_date_part_of_time
1363
+ -----------------------------------------------------
1364
+ ------------------------------------------------------------
1365
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1366
+ ------------------------------------------------------------
1367
+ -------------------------------------------------------------------------------------
1368
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1369
+ -------------------------------------------------------------------------------------
1370
+ ---------------------------------------
1371
+ Blogue::PostTest: test_finds_post_by_id
1372
+ ---------------------------------------
1373
+ -------------------------------------------------------------
1374
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1375
+ -------------------------------------------------------------
1376
+ ----------------------------------------------------------------
1377
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1378
+ ----------------------------------------------------------------
1379
+ -----------------------------------------------------------------------
1380
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1381
+ -----------------------------------------------------------------------
1382
+ ---------------------------------------------------------------
1383
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1384
+ ---------------------------------------------------------------
1385
+ -------------------------------------------------
1386
+ Blogue::PostTest: test_uses_meta_title_if_present
1387
+ -------------------------------------------------
1388
+ -----------------------------------------------------
1389
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1390
+ -----------------------------------------------------
1391
+ ----------------------
1392
+ BlogueTest: test_truth
1393
+ ----------------------
1394
+ -------------------------------------------
1395
+ MarkdownHandlingTest: test_renders_markdown
1396
+ -------------------------------------------
1397
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 03:24:20 -0400
1398
+ -----------------------------------------------------
1399
+ Blogue::PostTest: test_date_returns_date_part_of_time
1400
+ -----------------------------------------------------
1401
+ ------------------------------------------------------------
1402
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1403
+ ------------------------------------------------------------
1404
+ -------------------------------------------------------------------------------------
1405
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1406
+ -------------------------------------------------------------------------------------
1407
+ ---------------------------------------
1408
+ Blogue::PostTest: test_finds_post_by_id
1409
+ ---------------------------------------
1410
+ -------------------------------------------------------------
1411
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1412
+ -------------------------------------------------------------
1413
+ ----------------------------------------------------------------
1414
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1415
+ ----------------------------------------------------------------
1416
+ -----------------------------------------------------------------------
1417
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1418
+ -----------------------------------------------------------------------
1419
+ ---------------------------------------------------------------
1420
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1421
+ ---------------------------------------------------------------
1422
+ -------------------------------------------------
1423
+ Blogue::PostTest: test_uses_meta_title_if_present
1424
+ -------------------------------------------------
1425
+ -----------------------------------------------------
1426
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1427
+ -----------------------------------------------------
1428
+ ----------------------
1429
+ BlogueTest: test_truth
1430
+ ----------------------
1431
+ -------------------------------------------
1432
+ MarkdownHandlingTest: test_renders_markdown
1433
+ -------------------------------------------
1434
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 03:24:39 -0400
1435
+ -----------------------------------------------------
1436
+ Blogue::PostTest: test_date_returns_date_part_of_time
1437
+ -----------------------------------------------------
1438
+ ------------------------------------------------------------
1439
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1440
+ ------------------------------------------------------------
1441
+ -------------------------------------------------------------------------------------
1442
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1443
+ -------------------------------------------------------------------------------------
1444
+ ---------------------------------------
1445
+ Blogue::PostTest: test_finds_post_by_id
1446
+ ---------------------------------------
1447
+ -------------------------------------------------------------
1448
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1449
+ -------------------------------------------------------------
1450
+ ----------------------------------------------------------------
1451
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1452
+ ----------------------------------------------------------------
1453
+ -----------------------------------------------------------------------
1454
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1455
+ -----------------------------------------------------------------------
1456
+ ---------------------------------------------------------------
1457
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1458
+ ---------------------------------------------------------------
1459
+ -------------------------------------------------
1460
+ Blogue::PostTest: test_uses_meta_title_if_present
1461
+ -------------------------------------------------
1462
+ -----------------------------------------------------
1463
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1464
+ -----------------------------------------------------
1465
+ ----------------------
1466
+ BlogueTest: test_truth
1467
+ ----------------------
1468
+ -------------------------------------------
1469
+ MarkdownHandlingTest: test_renders_markdown
1470
+ -------------------------------------------
1471
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 03:25:16 -0400
1472
+ -----------------------------------------------------
1473
+ Blogue::PostTest: test_date_returns_date_part_of_time
1474
+ -----------------------------------------------------
1475
+ ------------------------------------------------------------
1476
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1477
+ ------------------------------------------------------------
1478
+ -------------------------------------------------------------------------------------
1479
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1480
+ -------------------------------------------------------------------------------------
1481
+ ---------------------------------------
1482
+ Blogue::PostTest: test_finds_post_by_id
1483
+ ---------------------------------------
1484
+ -------------------------------------------------------------
1485
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1486
+ -------------------------------------------------------------
1487
+ ----------------------------------------------------------------
1488
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1489
+ ----------------------------------------------------------------
1490
+ -----------------------------------------------------------------------
1491
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1492
+ -----------------------------------------------------------------------
1493
+ ---------------------------------------------------------------
1494
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1495
+ ---------------------------------------------------------------
1496
+ -------------------------------------------------
1497
+ Blogue::PostTest: test_uses_meta_title_if_present
1498
+ -------------------------------------------------
1499
+ -----------------------------------------------------
1500
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1501
+ -----------------------------------------------------
1502
+ ----------------------
1503
+ BlogueTest: test_truth
1504
+ ----------------------
1505
+ -------------------------------------------
1506
+ MarkdownHandlingTest: test_renders_markdown
1507
+ -------------------------------------------
1508
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 15:16:52 -0400
1509
+ -----------------------------------------------------
1510
+ Blogue::PostTest: test_date_returns_date_part_of_time
1511
+ -----------------------------------------------------
1512
+ ------------------------------------------------------------
1513
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1514
+ ------------------------------------------------------------
1515
+ -------------------------------------------------------------------------------------
1516
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1517
+ -------------------------------------------------------------------------------------
1518
+ ---------------------------------------
1519
+ Blogue::PostTest: test_finds_post_by_id
1520
+ ---------------------------------------
1521
+ -------------------------------------------------------------
1522
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1523
+ -------------------------------------------------------------
1524
+ ----------------------------------------------------------------
1525
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1526
+ ----------------------------------------------------------------
1527
+ -----------------------------------------------------------------------
1528
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1529
+ -----------------------------------------------------------------------
1530
+ ---------------------------------------------------------------
1531
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1532
+ ---------------------------------------------------------------
1533
+ -------------------------------------------------
1534
+ Blogue::PostTest: test_uses_meta_title_if_present
1535
+ -------------------------------------------------
1536
+ -----------------------------------------------------
1537
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1538
+ -----------------------------------------------------
1539
+ ----------------------
1540
+ BlogueTest: test_truth
1541
+ ----------------------
1542
+ -------------------------------------------
1543
+ MarkdownHandlingTest: test_renders_markdown
1544
+ -------------------------------------------
1545
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 15:17:27 -0400
1546
+ -----------------------------------------------------
1547
+ Blogue::PostTest: test_date_returns_date_part_of_time
1548
+ -----------------------------------------------------
1549
+ ------------------------------------------------------------
1550
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1551
+ ------------------------------------------------------------
1552
+ -------------------------------------------------------------------------------------
1553
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1554
+ -------------------------------------------------------------------------------------
1555
+ ---------------------------------------
1556
+ Blogue::PostTest: test_finds_post_by_id
1557
+ ---------------------------------------
1558
+ -------------------------------------------------------------
1559
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1560
+ -------------------------------------------------------------
1561
+ ----------------------------------------------------------------
1562
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1563
+ ----------------------------------------------------------------
1564
+ -----------------------------------------------------------------------
1565
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1566
+ -----------------------------------------------------------------------
1567
+ ---------------------------------------------------------------
1568
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1569
+ ---------------------------------------------------------------
1570
+ -------------------------------------------------
1571
+ Blogue::PostTest: test_uses_meta_title_if_present
1572
+ -------------------------------------------------
1573
+ -----------------------------------------------------
1574
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1575
+ -----------------------------------------------------
1576
+ ----------------------
1577
+ BlogueTest: test_truth
1578
+ ----------------------
1579
+ -------------------------------------------
1580
+ MarkdownHandlingTest: test_renders_markdown
1581
+ -------------------------------------------
1582
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 15:18:52 -0400
1583
+ -----------------------------------------------------
1584
+ Blogue::PostTest: test_date_returns_date_part_of_time
1585
+ -----------------------------------------------------
1586
+ ------------------------------------------------------------
1587
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1588
+ ------------------------------------------------------------
1589
+ -------------------------------------------------------------------------------------
1590
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1591
+ -------------------------------------------------------------------------------------
1592
+ ---------------------------------------
1593
+ Blogue::PostTest: test_finds_post_by_id
1594
+ ---------------------------------------
1595
+ -------------------------------------------------------------
1596
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1597
+ -------------------------------------------------------------
1598
+ ----------------------------------------------------------------
1599
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1600
+ ----------------------------------------------------------------
1601
+ -----------------------------------------------------------------------
1602
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1603
+ -----------------------------------------------------------------------
1604
+ ---------------------------------------------------------------
1605
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1606
+ ---------------------------------------------------------------
1607
+ -------------------------------------------------
1608
+ Blogue::PostTest: test_uses_meta_title_if_present
1609
+ -------------------------------------------------
1610
+ -----------------------------------------------------
1611
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1612
+ -----------------------------------------------------
1613
+ ----------------------
1614
+ BlogueTest: test_truth
1615
+ ----------------------
1616
+ -------------------------------------------
1617
+ MarkdownHandlingTest: test_renders_markdown
1618
+ -------------------------------------------
1619
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 15:28:56 -0400
1620
+ -----------------------------------------------------
1621
+ Blogue::PostTest: test_date_returns_date_part_of_time
1622
+ -----------------------------------------------------
1623
+ ------------------------------------------------------------
1624
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1625
+ ------------------------------------------------------------
1626
+ -------------------------------------------------------------------------------------
1627
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1628
+ -------------------------------------------------------------------------------------
1629
+ ---------------------------------------
1630
+ Blogue::PostTest: test_finds_post_by_id
1631
+ ---------------------------------------
1632
+ -------------------------------------------------------------
1633
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1634
+ -------------------------------------------------------------
1635
+ ----------------------------------------------------------------
1636
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1637
+ ----------------------------------------------------------------
1638
+ -----------------------------------------------------------------------
1639
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1640
+ -----------------------------------------------------------------------
1641
+ ---------------------------------------------------------------
1642
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1643
+ ---------------------------------------------------------------
1644
+ -------------------------------------------------
1645
+ Blogue::PostTest: test_uses_meta_title_if_present
1646
+ -------------------------------------------------
1647
+ -----------------------------------------------------
1648
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1649
+ -----------------------------------------------------
1650
+ ----------------------
1651
+ BlogueTest: test_truth
1652
+ ----------------------
1653
+ -------------------------------------------
1654
+ MarkdownHandlingTest: test_renders_markdown
1655
+ -------------------------------------------
1656
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 15:29:20 -0400
1657
+ -----------------------------------------------------
1658
+ Blogue::PostTest: test_date_returns_date_part_of_time
1659
+ -----------------------------------------------------
1660
+ ------------------------------------------------------------
1661
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1662
+ ------------------------------------------------------------
1663
+ -------------------------------------------------------------------------------------
1664
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1665
+ -------------------------------------------------------------------------------------
1666
+ ---------------------------------------
1667
+ Blogue::PostTest: test_finds_post_by_id
1668
+ ---------------------------------------
1669
+ -------------------------------------------------------------
1670
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1671
+ -------------------------------------------------------------
1672
+ ----------------------------------------------------------------
1673
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1674
+ ----------------------------------------------------------------
1675
+ -----------------------------------------------------------------------
1676
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1677
+ -----------------------------------------------------------------------
1678
+ ---------------------------------------------------------------
1679
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1680
+ ---------------------------------------------------------------
1681
+ -------------------------------------------------
1682
+ Blogue::PostTest: test_uses_meta_title_if_present
1683
+ -------------------------------------------------
1684
+ -----------------------------------------------------
1685
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1686
+ -----------------------------------------------------
1687
+ ----------------------
1688
+ BlogueTest: test_truth
1689
+ ----------------------
1690
+ -------------------------------------------
1691
+ MarkdownHandlingTest: test_renders_markdown
1692
+ -------------------------------------------
1693
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 15:29:31 -0400
1694
+ -----------------------------------------------------
1695
+ Blogue::PostTest: test_date_returns_date_part_of_time
1696
+ -----------------------------------------------------
1697
+ ------------------------------------------------------------
1698
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1699
+ ------------------------------------------------------------
1700
+ -------------------------------------------------------------------------------------
1701
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1702
+ -------------------------------------------------------------------------------------
1703
+ ---------------------------------------
1704
+ Blogue::PostTest: test_finds_post_by_id
1705
+ ---------------------------------------
1706
+ -------------------------------------------------------------
1707
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1708
+ -------------------------------------------------------------
1709
+ ----------------------------------------------------------------
1710
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1711
+ ----------------------------------------------------------------
1712
+ -----------------------------------------------------------------------
1713
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1714
+ -----------------------------------------------------------------------
1715
+ ---------------------------------------------------------------
1716
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1717
+ ---------------------------------------------------------------
1718
+ -------------------------------------------------
1719
+ Blogue::PostTest: test_uses_meta_title_if_present
1720
+ -------------------------------------------------
1721
+ -----------------------------------------------------
1722
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1723
+ -----------------------------------------------------
1724
+ ----------------------
1725
+ BlogueTest: test_truth
1726
+ ----------------------
1727
+ -------------------------------------------
1728
+ MarkdownHandlingTest: test_renders_markdown
1729
+ -------------------------------------------
1730
+ Started GET "/post1" for 127.0.0.1 at 2013-10-20 15:29:37 -0400
1731
+ -----------------------------------------------------
1732
+ Blogue::PostTest: test_date_returns_date_part_of_time
1733
+ -----------------------------------------------------
1734
+ ------------------------------------------------------------
1735
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1736
+ ------------------------------------------------------------
1737
+ -------------------------------------------------------------------------------------
1738
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1739
+ -------------------------------------------------------------------------------------
1740
+ ---------------------------------------
1741
+ Blogue::PostTest: test_finds_post_by_id
1742
+ ---------------------------------------
1743
+ -------------------------------------------------------------
1744
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1745
+ -------------------------------------------------------------
1746
+ ----------------------------------------------------------------
1747
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1748
+ ----------------------------------------------------------------
1749
+ -----------------------------------------------------------------------
1750
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1751
+ -----------------------------------------------------------------------
1752
+ ---------------------------------------------------------------
1753
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1754
+ ---------------------------------------------------------------
1755
+ -------------------------------------------------
1756
+ Blogue::PostTest: test_uses_meta_title_if_present
1757
+ -------------------------------------------------
1758
+ -----------------------------------------------------
1759
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1760
+ -----------------------------------------------------
1761
+ ----------------------
1762
+ BlogueTest: test_truth
1763
+ ----------------------
1764
+ -------------------------------------------
1765
+ MarkdownHandlingTest: test_renders_markdown
1766
+ -------------------------------------------
1767
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:32:25 -0400
1768
+ -----------------------------------------------------
1769
+ Blogue::PostTest: test_date_returns_date_part_of_time
1770
+ -----------------------------------------------------
1771
+ ------------------------------------------------------------
1772
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1773
+ ------------------------------------------------------------
1774
+ -------------------------------------------------------------------------------------
1775
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1776
+ -------------------------------------------------------------------------------------
1777
+ ---------------------------------------
1778
+ Blogue::PostTest: test_finds_post_by_id
1779
+ ---------------------------------------
1780
+ -------------------------------------------------------------
1781
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1782
+ -------------------------------------------------------------
1783
+ ----------------------------------------------------------------
1784
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1785
+ ----------------------------------------------------------------
1786
+ -----------------------------------------------------------------------
1787
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1788
+ -----------------------------------------------------------------------
1789
+ ---------------------------------------------------------------
1790
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1791
+ ---------------------------------------------------------------
1792
+ -------------------------------------------------
1793
+ Blogue::PostTest: test_uses_meta_title_if_present
1794
+ -------------------------------------------------
1795
+ -----------------------------------------------------
1796
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1797
+ -----------------------------------------------------
1798
+ ----------------------
1799
+ BlogueTest: test_truth
1800
+ ----------------------
1801
+ -------------------------------------------
1802
+ MarkdownHandlingTest: test_renders_markdown
1803
+ -------------------------------------------
1804
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:32:37 -0400
1805
+ -----------------------------------------------------
1806
+ Blogue::PostTest: test_date_returns_date_part_of_time
1807
+ -----------------------------------------------------
1808
+ ------------------------------------------------------------
1809
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1810
+ ------------------------------------------------------------
1811
+ -------------------------------------------------------------------------------------
1812
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1813
+ -------------------------------------------------------------------------------------
1814
+ ---------------------------------------
1815
+ Blogue::PostTest: test_finds_post_by_id
1816
+ ---------------------------------------
1817
+ -------------------------------------------------------------
1818
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1819
+ -------------------------------------------------------------
1820
+ ----------------------------------------------------------------
1821
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1822
+ ----------------------------------------------------------------
1823
+ -----------------------------------------------------------------------
1824
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1825
+ -----------------------------------------------------------------------
1826
+ ---------------------------------------------------------------
1827
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1828
+ ---------------------------------------------------------------
1829
+ -------------------------------------------------
1830
+ Blogue::PostTest: test_uses_meta_title_if_present
1831
+ -------------------------------------------------
1832
+ -----------------------------------------------------
1833
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1834
+ -----------------------------------------------------
1835
+ ----------------------
1836
+ BlogueTest: test_truth
1837
+ ----------------------
1838
+ -------------------------------------------
1839
+ MarkdownHandlingTest: test_renders_markdown
1840
+ -------------------------------------------
1841
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:33:05 -0400
1842
+ -----------------------------------------------------
1843
+ Blogue::PostTest: test_date_returns_date_part_of_time
1844
+ -----------------------------------------------------
1845
+ ------------------------------------------------------------
1846
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1847
+ ------------------------------------------------------------
1848
+ -------------------------------------------------------------------------------------
1849
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1850
+ -------------------------------------------------------------------------------------
1851
+ ---------------------------------------
1852
+ Blogue::PostTest: test_finds_post_by_id
1853
+ ---------------------------------------
1854
+ -------------------------------------------------------------
1855
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1856
+ -------------------------------------------------------------
1857
+ ----------------------------------------------------------------
1858
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1859
+ ----------------------------------------------------------------
1860
+ -----------------------------------------------------------------------
1861
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1862
+ -----------------------------------------------------------------------
1863
+ ---------------------------------------------------------------
1864
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1865
+ ---------------------------------------------------------------
1866
+ -------------------------------------------------
1867
+ Blogue::PostTest: test_uses_meta_title_if_present
1868
+ -------------------------------------------------
1869
+ -----------------------------------------------------
1870
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1871
+ -----------------------------------------------------
1872
+ ----------------------
1873
+ BlogueTest: test_truth
1874
+ ----------------------
1875
+ -------------------------------------------
1876
+ MarkdownHandlingTest: test_renders_markdown
1877
+ -------------------------------------------
1878
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:33:41 -0400
1879
+ -----------------------------------------------------
1880
+ Blogue::PostTest: test_date_returns_date_part_of_time
1881
+ -----------------------------------------------------
1882
+ ------------------------------------------------------------
1883
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1884
+ ------------------------------------------------------------
1885
+ -------------------------------------------------------------------------------------
1886
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1887
+ -------------------------------------------------------------------------------------
1888
+ ---------------------------------------
1889
+ Blogue::PostTest: test_finds_post_by_id
1890
+ ---------------------------------------
1891
+ -------------------------------------------------------------
1892
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1893
+ -------------------------------------------------------------
1894
+ ----------------------------------------------------------------
1895
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1896
+ ----------------------------------------------------------------
1897
+ -----------------------------------------------------------------------
1898
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1899
+ -----------------------------------------------------------------------
1900
+ ---------------------------------------------------------------
1901
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1902
+ ---------------------------------------------------------------
1903
+ -------------------------------------------------
1904
+ Blogue::PostTest: test_uses_meta_title_if_present
1905
+ -------------------------------------------------
1906
+ -----------------------------------------------------
1907
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1908
+ -----------------------------------------------------
1909
+ ----------------------
1910
+ BlogueTest: test_truth
1911
+ ----------------------
1912
+ -------------------------------------------
1913
+ MarkdownHandlingTest: test_renders_markdown
1914
+ -------------------------------------------
1915
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:35:58 -0400
1916
+ -----------------------------------------------------
1917
+ Blogue::PostTest: test_date_returns_date_part_of_time
1918
+ -----------------------------------------------------
1919
+ ------------------------------------------------------------
1920
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1921
+ ------------------------------------------------------------
1922
+ -------------------------------------------------------------------------------------
1923
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1924
+ -------------------------------------------------------------------------------------
1925
+ ---------------------------------------
1926
+ Blogue::PostTest: test_finds_post_by_id
1927
+ ---------------------------------------
1928
+ -------------------------------------------------------------
1929
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1930
+ -------------------------------------------------------------
1931
+ ----------------------------------------------------------------
1932
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1933
+ ----------------------------------------------------------------
1934
+ -----------------------------------------------------------------------
1935
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1936
+ -----------------------------------------------------------------------
1937
+ ---------------------------------------------------------------
1938
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1939
+ ---------------------------------------------------------------
1940
+ -------------------------------------------------
1941
+ Blogue::PostTest: test_uses_meta_title_if_present
1942
+ -------------------------------------------------
1943
+ -----------------------------------------------------
1944
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1945
+ -----------------------------------------------------
1946
+ ----------------------
1947
+ BlogueTest: test_truth
1948
+ ----------------------
1949
+ -------------------------------------------
1950
+ MarkdownHandlingTest: test_renders_markdown
1951
+ -------------------------------------------
1952
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:36:21 -0400
1953
+ -----------------------------------------------------
1954
+ Blogue::PostTest: test_date_returns_date_part_of_time
1955
+ -----------------------------------------------------
1956
+ ------------------------------------------------------------
1957
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1958
+ ------------------------------------------------------------
1959
+ -------------------------------------------------------------------------------------
1960
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1961
+ -------------------------------------------------------------------------------------
1962
+ ---------------------------------------
1963
+ Blogue::PostTest: test_finds_post_by_id
1964
+ ---------------------------------------
1965
+ -------------------------------------------------------------
1966
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
1967
+ -------------------------------------------------------------
1968
+ ----------------------------------------------------------------
1969
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
1970
+ ----------------------------------------------------------------
1971
+ -----------------------------------------------------------------------
1972
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
1973
+ -----------------------------------------------------------------------
1974
+ ---------------------------------------------------------------
1975
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
1976
+ ---------------------------------------------------------------
1977
+ -------------------------------------------------
1978
+ Blogue::PostTest: test_uses_meta_title_if_present
1979
+ -------------------------------------------------
1980
+ -----------------------------------------------------
1981
+ Blogue::PostTest: test_uses_time_from_meta_when_given
1982
+ -----------------------------------------------------
1983
+ ----------------------
1984
+ BlogueTest: test_truth
1985
+ ----------------------
1986
+ -------------------------------------------
1987
+ MarkdownHandlingTest: test_renders_markdown
1988
+ -------------------------------------------
1989
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:36:58 -0400
1990
+ -----------------------------------------------------
1991
+ Blogue::PostTest: test_date_returns_date_part_of_time
1992
+ -----------------------------------------------------
1993
+ ------------------------------------------------------------
1994
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
1995
+ ------------------------------------------------------------
1996
+ -------------------------------------------------------------------------------------
1997
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
1998
+ -------------------------------------------------------------------------------------
1999
+ ---------------------------------------
2000
+ Blogue::PostTest: test_finds_post_by_id
2001
+ ---------------------------------------
2002
+ -------------------------------------------------------------
2003
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2004
+ -------------------------------------------------------------
2005
+ ----------------------------------------------------------------
2006
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2007
+ ----------------------------------------------------------------
2008
+ -----------------------------------------------------------------------
2009
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2010
+ -----------------------------------------------------------------------
2011
+ ---------------------------------------------------------------
2012
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2013
+ ---------------------------------------------------------------
2014
+ -------------------------------------------------
2015
+ Blogue::PostTest: test_uses_meta_title_if_present
2016
+ -------------------------------------------------
2017
+ -----------------------------------------------------
2018
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2019
+ -----------------------------------------------------
2020
+ ----------------------
2021
+ BlogueTest: test_truth
2022
+ ----------------------
2023
+ -------------------------------------------
2024
+ MarkdownHandlingTest: test_renders_markdown
2025
+ -------------------------------------------
2026
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:37:15 -0400
2027
+ -----------------------------------------------------
2028
+ Blogue::PostTest: test_date_returns_date_part_of_time
2029
+ -----------------------------------------------------
2030
+ ------------------------------------------------------------
2031
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2032
+ ------------------------------------------------------------
2033
+ -------------------------------------------------------------------------------------
2034
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2035
+ -------------------------------------------------------------------------------------
2036
+ ---------------------------------------
2037
+ Blogue::PostTest: test_finds_post_by_id
2038
+ ---------------------------------------
2039
+ -------------------------------------------------------------
2040
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2041
+ -------------------------------------------------------------
2042
+ ----------------------------------------------------------------
2043
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2044
+ ----------------------------------------------------------------
2045
+ -----------------------------------------------------------------------
2046
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2047
+ -----------------------------------------------------------------------
2048
+ ---------------------------------------------------------------
2049
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2050
+ ---------------------------------------------------------------
2051
+ -------------------------------------------------
2052
+ Blogue::PostTest: test_uses_meta_title_if_present
2053
+ -------------------------------------------------
2054
+ -----------------------------------------------------
2055
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2056
+ -----------------------------------------------------
2057
+ ----------------------
2058
+ BlogueTest: test_truth
2059
+ ----------------------
2060
+ -------------------------------------------
2061
+ MarkdownHandlingTest: test_renders_markdown
2062
+ -------------------------------------------
2063
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:37:34 -0400
2064
+ -----------------------------------------------------
2065
+ Blogue::PostTest: test_date_returns_date_part_of_time
2066
+ -----------------------------------------------------
2067
+ ------------------------------------------------------------
2068
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2069
+ ------------------------------------------------------------
2070
+ -------------------------------------------------------------------------------------
2071
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2072
+ -------------------------------------------------------------------------------------
2073
+ ---------------------------------------
2074
+ Blogue::PostTest: test_finds_post_by_id
2075
+ ---------------------------------------
2076
+ -------------------------------------------------------------
2077
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2078
+ -------------------------------------------------------------
2079
+ ----------------------------------------------------------------
2080
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2081
+ ----------------------------------------------------------------
2082
+ -----------------------------------------------------------------------
2083
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2084
+ -----------------------------------------------------------------------
2085
+ ---------------------------------------------------------------
2086
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2087
+ ---------------------------------------------------------------
2088
+ -------------------------------------------------
2089
+ Blogue::PostTest: test_uses_meta_title_if_present
2090
+ -------------------------------------------------
2091
+ -----------------------------------------------------
2092
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2093
+ -----------------------------------------------------
2094
+ ----------------------
2095
+ BlogueTest: test_truth
2096
+ ----------------------
2097
+ -------------------------------------------
2098
+ MarkdownHandlingTest: test_renders_markdown
2099
+ -------------------------------------------
2100
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:44:49 -0400
2101
+ -----------------------------------------------------
2102
+ Blogue::PostTest: test_date_returns_date_part_of_time
2103
+ -----------------------------------------------------
2104
+ ------------------------------------------------------------
2105
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2106
+ ------------------------------------------------------------
2107
+ -------------------------------------------------------------------------------------
2108
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2109
+ -------------------------------------------------------------------------------------
2110
+ ---------------------------------------
2111
+ Blogue::PostTest: test_finds_post_by_id
2112
+ ---------------------------------------
2113
+ -------------------------------------------------------------
2114
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2115
+ -------------------------------------------------------------
2116
+ ----------------------------------------------------------------
2117
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2118
+ ----------------------------------------------------------------
2119
+ -----------------------------------------------------------------------
2120
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2121
+ -----------------------------------------------------------------------
2122
+ ---------------------------------------------------------------
2123
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2124
+ ---------------------------------------------------------------
2125
+ -------------------------------------------------
2126
+ Blogue::PostTest: test_uses_meta_title_if_present
2127
+ -------------------------------------------------
2128
+ -----------------------------------------------------
2129
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2130
+ -----------------------------------------------------
2131
+ ----------------------
2132
+ BlogueTest: test_truth
2133
+ ----------------------
2134
+ -------------------------------------------
2135
+ MarkdownHandlingTest: test_renders_markdown
2136
+ -------------------------------------------
2137
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:45:03 -0400
2138
+ Processing by PostsController#show as HTML
2139
+ Parameters: {"id"=>"minimal-post"}
2140
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/minimal-post.md (0.4ms)
2141
+ Rendered posts/show.html.erb within layouts/application (4.3ms)
2142
+ Completed 200 OK in 14ms (Views: 13.1ms)
2143
+ -----------------------------------------------------
2144
+ Blogue::PostTest: test_date_returns_date_part_of_time
2145
+ -----------------------------------------------------
2146
+ ------------------------------------------------------------
2147
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2148
+ ------------------------------------------------------------
2149
+ -------------------------------------------------------------------------------------
2150
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2151
+ -------------------------------------------------------------------------------------
2152
+ ---------------------------------------
2153
+ Blogue::PostTest: test_finds_post_by_id
2154
+ ---------------------------------------
2155
+ -------------------------------------------------------------
2156
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2157
+ -------------------------------------------------------------
2158
+ ----------------------------------------------------------------
2159
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2160
+ ----------------------------------------------------------------
2161
+ -----------------------------------------------------------------------
2162
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2163
+ -----------------------------------------------------------------------
2164
+ ---------------------------------------------------------------
2165
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2166
+ ---------------------------------------------------------------
2167
+ -------------------------------------------------
2168
+ Blogue::PostTest: test_uses_meta_title_if_present
2169
+ -------------------------------------------------
2170
+ -----------------------------------------------------
2171
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2172
+ -----------------------------------------------------
2173
+ ----------------------
2174
+ BlogueTest: test_truth
2175
+ ----------------------
2176
+ -------------------------------------------
2177
+ MarkdownHandlingTest: test_renders_markdown
2178
+ -------------------------------------------
2179
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:45:22 -0400
2180
+ Processing by PostsController#show as HTML
2181
+ Parameters: {"id"=>"minimal-post"}
2182
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/minimal-post.md (0.3ms)
2183
+ Rendered posts/show.html.erb within layouts/application (2.5ms)
2184
+ Completed 200 OK in 9ms (Views: 7.6ms)
2185
+ -----------------------------------------------------
2186
+ Blogue::PostTest: test_date_returns_date_part_of_time
2187
+ -----------------------------------------------------
2188
+ ------------------------------------------------------------
2189
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2190
+ ------------------------------------------------------------
2191
+ -------------------------------------------------------------------------------------
2192
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2193
+ -------------------------------------------------------------------------------------
2194
+ ---------------------------------------
2195
+ Blogue::PostTest: test_finds_post_by_id
2196
+ ---------------------------------------
2197
+ -------------------------------------------------------------
2198
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2199
+ -------------------------------------------------------------
2200
+ ----------------------------------------------------------------
2201
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2202
+ ----------------------------------------------------------------
2203
+ -----------------------------------------------------------------------
2204
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2205
+ -----------------------------------------------------------------------
2206
+ ---------------------------------------------------------------
2207
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2208
+ ---------------------------------------------------------------
2209
+ -------------------------------------------------
2210
+ Blogue::PostTest: test_uses_meta_title_if_present
2211
+ -------------------------------------------------
2212
+ -----------------------------------------------------
2213
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2214
+ -----------------------------------------------------
2215
+ ----------------------
2216
+ BlogueTest: test_truth
2217
+ ----------------------
2218
+ -------------------------------------------
2219
+ MarkdownHandlingTest: test_renders_markdown
2220
+ -------------------------------------------
2221
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:45:25 -0400
2222
+ Processing by PostsController#show as HTML
2223
+ Parameters: {"id"=>"minimal-post"}
2224
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/minimal-post.md (0.3ms)
2225
+ Rendered posts/show.html.erb within layouts/application (2.6ms)
2226
+ Completed 200 OK in 9ms (Views: 8.1ms)
2227
+ -----------------------------------------------------
2228
+ Blogue::PostTest: test_date_returns_date_part_of_time
2229
+ -----------------------------------------------------
2230
+ ------------------------------------------------------------
2231
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2232
+ ------------------------------------------------------------
2233
+ -------------------------------------------------------------------------------------
2234
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2235
+ -------------------------------------------------------------------------------------
2236
+ ---------------------------------------
2237
+ Blogue::PostTest: test_finds_post_by_id
2238
+ ---------------------------------------
2239
+ -------------------------------------------------------------
2240
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2241
+ -------------------------------------------------------------
2242
+ ----------------------------------------------------------------
2243
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2244
+ ----------------------------------------------------------------
2245
+ -----------------------------------------------------------------------
2246
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2247
+ -----------------------------------------------------------------------
2248
+ ---------------------------------------------------------------
2249
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2250
+ ---------------------------------------------------------------
2251
+ -------------------------------------------------
2252
+ Blogue::PostTest: test_uses_meta_title_if_present
2253
+ -------------------------------------------------
2254
+ -----------------------------------------------------
2255
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2256
+ -----------------------------------------------------
2257
+ ----------------------
2258
+ BlogueTest: test_truth
2259
+ ----------------------
2260
+ -------------------------------------------
2261
+ MarkdownHandlingTest: test_renders_markdown
2262
+ -------------------------------------------
2263
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:45:53 -0400
2264
+ Processing by PostsController#show as HTML
2265
+ Parameters: {"id"=>"minimal-post"}
2266
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/minimal-post.md (0.3ms)
2267
+ Rendered posts/show.html.erb within layouts/application (2.6ms)
2268
+ Completed 200 OK in 9ms (Views: 7.6ms)
2269
+ -----------------------------------------------------
2270
+ Blogue::PostTest: test_date_returns_date_part_of_time
2271
+ -----------------------------------------------------
2272
+ ------------------------------------------------------------
2273
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2274
+ ------------------------------------------------------------
2275
+ -------------------------------------------------------------------------------------
2276
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2277
+ -------------------------------------------------------------------------------------
2278
+ ---------------------------------------
2279
+ Blogue::PostTest: test_finds_post_by_id
2280
+ ---------------------------------------
2281
+ -------------------------------------------------------------
2282
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2283
+ -------------------------------------------------------------
2284
+ ----------------------------------------------------------------
2285
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2286
+ ----------------------------------------------------------------
2287
+ -----------------------------------------------------------------------
2288
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2289
+ -----------------------------------------------------------------------
2290
+ ---------------------------------------------------------------
2291
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2292
+ ---------------------------------------------------------------
2293
+ -------------------------------------------------
2294
+ Blogue::PostTest: test_uses_meta_title_if_present
2295
+ -------------------------------------------------
2296
+ -----------------------------------------------------
2297
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2298
+ -----------------------------------------------------
2299
+ ----------------------
2300
+ BlogueTest: test_truth
2301
+ ----------------------
2302
+ -------------------------------------------
2303
+ MarkdownHandlingTest: test_renders_markdown
2304
+ -------------------------------------------
2305
+ Started GET "/minimal-post" for 127.0.0.1 at 2013-10-20 15:46:12 -0400
2306
+ Processing by PostsController#show as HTML
2307
+ Parameters: {"id"=>"minimal-post"}
2308
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/minimal-post.md (0.2ms)
2309
+ Rendered posts/show.html.erb within layouts/application (2.5ms)
2310
+ Completed 200 OK in 9ms (Views: 7.6ms)
2311
+ -----------------------------------------------------
2312
+ Blogue::PostTest: test_date_returns_date_part_of_time
2313
+ -----------------------------------------------------
2314
+ ------------------------------------------------------------
2315
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2316
+ ------------------------------------------------------------
2317
+ -------------------------------------------------------------------------------------
2318
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2319
+ -------------------------------------------------------------------------------------
2320
+ ---------------------------------------
2321
+ Blogue::PostTest: test_finds_post_by_id
2322
+ ---------------------------------------
2323
+ -------------------------------------------------------------
2324
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2325
+ -------------------------------------------------------------
2326
+ ----------------------------------------------------------------
2327
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2328
+ ----------------------------------------------------------------
2329
+ -----------------------------------------------------------------------
2330
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2331
+ -----------------------------------------------------------------------
2332
+ ---------------------------------------------------------------
2333
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2334
+ ---------------------------------------------------------------
2335
+ -------------------------------------------------
2336
+ Blogue::PostTest: test_uses_meta_title_if_present
2337
+ -------------------------------------------------
2338
+ -----------------------------------------------------
2339
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2340
+ -----------------------------------------------------
2341
+ ----------------------
2342
+ BlogueTest: test_truth
2343
+ ----------------------
2344
+ -------------------------------------------
2345
+ MarkdownHandlingTest: test_renders_markdown
2346
+ -------------------------------------------
2347
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:47:20 -0400
2348
+ Processing by PostsController#show as HTML
2349
+ Parameters: {"id"=>"header-title"}
2350
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.2ms)
2351
+ Rendered posts/show.html.erb within layouts/application (2.5ms)
2352
+ Completed 200 OK in 8ms (Views: 7.3ms)
2353
+ -----------------------------------------------------
2354
+ Blogue::PostTest: test_date_returns_date_part_of_time
2355
+ -----------------------------------------------------
2356
+ ------------------------------------------------------------
2357
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2358
+ ------------------------------------------------------------
2359
+ -------------------------------------------------------------------------------------
2360
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2361
+ -------------------------------------------------------------------------------------
2362
+ ---------------------------------------
2363
+ Blogue::PostTest: test_finds_post_by_id
2364
+ ---------------------------------------
2365
+ -------------------------------------------------------------
2366
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2367
+ -------------------------------------------------------------
2368
+ ----------------------------------------------------------------
2369
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2370
+ ----------------------------------------------------------------
2371
+ -----------------------------------------------------------------------
2372
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2373
+ -----------------------------------------------------------------------
2374
+ ---------------------------------------------------------------
2375
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2376
+ ---------------------------------------------------------------
2377
+ -------------------------------------------------
2378
+ Blogue::PostTest: test_uses_meta_title_if_present
2379
+ -------------------------------------------------
2380
+ -----------------------------------------------------
2381
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2382
+ -----------------------------------------------------
2383
+ ----------------------
2384
+ BlogueTest: test_truth
2385
+ ----------------------
2386
+ -------------------------------------------
2387
+ MarkdownHandlingTest: test_renders_markdown
2388
+ -------------------------------------------
2389
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:47:29 -0400
2390
+ Processing by PostsController#show as HTML
2391
+ Parameters: {"id"=>"header-title"}
2392
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.2ms)
2393
+ Rendered posts/show.html.erb within layouts/application (2.4ms)
2394
+ Completed 200 OK in 9ms (Views: 7.5ms)
2395
+ -------------------------------------------
2396
+ MarkdownHandlingTest: test_renders_markdown
2397
+ -------------------------------------------
2398
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:49:24 -0400
2399
+ Processing by PostsController#show as HTML
2400
+ Parameters: {"id"=>"header-title"}
2401
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.3ms)
2402
+ Rendered posts/show.html.erb within layouts/application (2.6ms)
2403
+ Completed 200 OK in 9ms (Views: 7.7ms)
2404
+ -------------------------------------------
2405
+ MarkdownHandlingTest: test_renders_markdown
2406
+ -------------------------------------------
2407
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:49:37 -0400
2408
+ Processing by PostsController#show as HTML
2409
+ Parameters: {"id"=>"header-title"}
2410
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.3ms)
2411
+ Rendered posts/show.html.erb within layouts/application (2.6ms)
2412
+ Completed 200 OK in 9ms (Views: 7.7ms)
2413
+ -------------------------------------------
2414
+ MarkdownHandlingTest: test_renders_markdown
2415
+ -------------------------------------------
2416
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:50:03 -0400
2417
+ Processing by PostsController#show as HTML
2418
+ Parameters: {"id"=>"header-title"}
2419
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.2ms)
2420
+ Rendered posts/show.html.erb within layouts/application (2.3ms)
2421
+ Completed 200 OK in 8ms (Views: 7.4ms)
2422
+ -------------------------------------------
2423
+ MarkdownHandlingTest: test_renders_markdown
2424
+ -------------------------------------------
2425
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:50:10 -0400
2426
+ Processing by PostsController#show as HTML
2427
+ Parameters: {"id"=>"header-title"}
2428
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.2ms)
2429
+ Rendered posts/show.html.erb within layouts/application (2.4ms)
2430
+ Completed 200 OK in 8ms (Views: 7.2ms)
2431
+ -------------------------------------------
2432
+ MarkdownHandlingTest: test_renders_markdown
2433
+ -------------------------------------------
2434
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:50:22 -0400
2435
+ Processing by PostsController#show as HTML
2436
+ Parameters: {"id"=>"header-title"}
2437
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.3ms)
2438
+ Rendered posts/show.html.erb within layouts/application (2.6ms)
2439
+ Completed 200 OK in 8ms (Views: 7.5ms)
2440
+ -------------------------------------------
2441
+ MarkdownHandlingTest: test_renders_markdown
2442
+ -------------------------------------------
2443
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:50:45 -0400
2444
+ Processing by PostsController#show as HTML
2445
+ Parameters: {"id"=>"header-title"}
2446
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.2ms)
2447
+ Rendered posts/show.html.erb within layouts/application (2.3ms)
2448
+ Completed 200 OK in 8ms (Views: 7.2ms)
2449
+ -------------------------------------------
2450
+ MarkdownHandlingTest: test_renders_markdown
2451
+ -------------------------------------------
2452
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:56:32 -0400
2453
+ Processing by PostsController#show as HTML
2454
+ Parameters: {"id"=>"header-title"}
2455
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.2ms)
2456
+ Rendered posts/show.html.erb within layouts/application (2.6ms)
2457
+ Completed 200 OK in 25ms (Views: 23.7ms)
2458
+ -------------------------------------------
2459
+ MarkdownHandlingTest: test_renders_markdown
2460
+ -------------------------------------------
2461
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:56:38 -0400
2462
+ Processing by PostsController#show as HTML
2463
+ Parameters: {"id"=>"header-title"}
2464
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.2ms)
2465
+ Rendered posts/show.html.erb within layouts/application (2.5ms)
2466
+ Completed 200 OK in 24ms (Views: 23.2ms)
2467
+ -------------------------------------------
2468
+ MarkdownHandlingTest: test_renders_markdown
2469
+ -------------------------------------------
2470
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 15:57:17 -0400
2471
+ Processing by PostsController#show as HTML
2472
+ Parameters: {"id"=>"header-title"}
2473
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (0.2ms)
2474
+ Rendered posts/show.html.erb within layouts/application (2.6ms)
2475
+ Completed 200 OK in 24ms (Views: 23.4ms)
2476
+ -------------------------------------------
2477
+ MarkdownHandlingTest: test_renders_markdown
2478
+ -------------------------------------------
2479
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:22:23 -0400
2480
+ Processing by PostsController#show as HTML
2481
+ Parameters: {"id"=>"header-title"}
2482
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/header-title.md (29.5ms)
2483
+ Rendered posts/show.html.erb within layouts/application (32.4ms)
2484
+ Completed 200 OK in 43ms (Views: 41.6ms)
2485
+ ------------------------
2486
+ ConfigurationTest: test_
2487
+ ------------------------
2488
+ ------------------------------------------------------
2489
+ ConfigurationTest: test_renders_markdown_with_kramdown
2490
+ ------------------------------------------------------
2491
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:45:03 -0400
2492
+ Processing by PostsController#show as HTML
2493
+ Parameters: {"id"=>"header-title"}
2494
+ Completed 200 OK in 43ms (Views: 41.0ms)
2495
+ -----------------------------------------------------
2496
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2497
+ -----------------------------------------------------
2498
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:46:53 -0400
2499
+ Processing by PostsController#show as HTML
2500
+ Parameters: {"id"=>"code-block"}
2501
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (15.4ms)
2502
+ Rendered posts/show.html.erb within layouts/application (17.9ms)
2503
+ Completed 200 OK in 25ms (Views: 23.2ms)
2504
+ ------------------------------------------------------
2505
+ ConfigurationTest: test_renders_markdown_with_kramdown
2506
+ ------------------------------------------------------
2507
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:46:53 -0400
2508
+ Processing by PostsController#show as HTML
2509
+ Parameters: {"id"=>"header-title"}
2510
+ Completed 200 OK in 6ms (Views: 4.7ms)
2511
+ -----------------------------------------------------
2512
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2513
+ -----------------------------------------------------
2514
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:48:27 -0400
2515
+ Processing by PostsController#show as HTML
2516
+ Parameters: {"id"=>"code-block"}
2517
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (16.1ms)
2518
+ Rendered posts/show.html.erb within layouts/application (18.4ms)
2519
+ Completed 200 OK in 25ms (Views: 23.6ms)
2520
+ ------------------------------------------------------
2521
+ ConfigurationTest: test_renders_markdown_with_kramdown
2522
+ ------------------------------------------------------
2523
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:48:27 -0400
2524
+ Processing by PostsController#show as HTML
2525
+ Parameters: {"id"=>"header-title"}
2526
+ Completed 200 OK in 6ms (Views: 4.9ms)
2527
+ -----------------------------------------------------
2528
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2529
+ -----------------------------------------------------
2530
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:48:55 -0400
2531
+ Processing by PostsController#show as HTML
2532
+ Parameters: {"id"=>"code-block"}
2533
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (15.7ms)
2534
+ Rendered posts/show.html.erb within layouts/application (18.1ms)
2535
+ Completed 200 OK in 24ms (Views: 23.1ms)
2536
+ ------------------------------------------------------
2537
+ ConfigurationTest: test_renders_markdown_with_kramdown
2538
+ ------------------------------------------------------
2539
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:48:55 -0400
2540
+ Processing by PostsController#show as HTML
2541
+ Parameters: {"id"=>"header-title"}
2542
+ Completed 200 OK in 6ms (Views: 4.7ms)
2543
+ -----------------------------------------------------
2544
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2545
+ -----------------------------------------------------
2546
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:49:15 -0400
2547
+ Processing by PostsController#show as HTML
2548
+ Parameters: {"id"=>"code-block"}
2549
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (15.9ms)
2550
+ Rendered posts/show.html.erb within layouts/application (18.2ms)
2551
+ Completed 200 OK in 24ms (Views: 23.1ms)
2552
+ ------------------------------------------------------
2553
+ ConfigurationTest: test_renders_markdown_with_kramdown
2554
+ ------------------------------------------------------
2555
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:49:15 -0400
2556
+ Processing by PostsController#show as HTML
2557
+ Parameters: {"id"=>"header-title"}
2558
+ Completed 200 OK in 6ms (Views: 5.0ms)
2559
+ -----------------------------------------------------
2560
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2561
+ -----------------------------------------------------
2562
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:50:10 -0400
2563
+ Processing by PostsController#show as HTML
2564
+ Parameters: {"id"=>"code-block"}
2565
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (16.1ms)
2566
+ Rendered posts/show.html.erb within layouts/application (18.4ms)
2567
+ Completed 200 OK in 25ms (Views: 23.6ms)
2568
+ ------------------------------------------------------
2569
+ ConfigurationTest: test_renders_markdown_with_kramdown
2570
+ ------------------------------------------------------
2571
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:50:10 -0400
2572
+ Processing by PostsController#show as HTML
2573
+ Parameters: {"id"=>"header-title"}
2574
+ Completed 200 OK in 6ms (Views: 4.7ms)
2575
+ -----------------------------------------------------
2576
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2577
+ -----------------------------------------------------
2578
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:51:19 -0400
2579
+ Processing by PostsController#show as HTML
2580
+ Parameters: {"id"=>"code-block"}
2581
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (15.8ms)
2582
+ Rendered posts/show.html.erb within layouts/application (18.2ms)
2583
+ Completed 200 OK in 25ms (Views: 23.5ms)
2584
+ ------------------------------------------------------
2585
+ ConfigurationTest: test_renders_markdown_with_kramdown
2586
+ ------------------------------------------------------
2587
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:51:19 -0400
2588
+ Processing by PostsController#show as HTML
2589
+ Parameters: {"id"=>"header-title"}
2590
+ Completed 200 OK in 6ms (Views: 4.8ms)
2591
+ -----------------------------------------------------
2592
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2593
+ -----------------------------------------------------
2594
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:52:40 -0400
2595
+ Processing by PostsController#show as HTML
2596
+ Parameters: {"id"=>"code-block"}
2597
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (15.9ms)
2598
+ Rendered posts/show.html.erb within layouts/application (18.2ms)
2599
+ Completed 200 OK in 24ms (Views: 23.1ms)
2600
+ ------------------------------------------------------
2601
+ ConfigurationTest: test_renders_markdown_with_kramdown
2602
+ ------------------------------------------------------
2603
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:52:40 -0400
2604
+ Processing by PostsController#show as HTML
2605
+ Parameters: {"id"=>"header-title"}
2606
+ Completed 200 OK in 6ms (Views: 4.9ms)
2607
+ -----------------------------------------------------
2608
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2609
+ -----------------------------------------------------
2610
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:52:56 -0400
2611
+ Processing by PostsController#show as HTML
2612
+ Parameters: {"id"=>"code-block"}
2613
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (15.9ms)
2614
+ Rendered posts/show.html.erb within layouts/application (18.2ms)
2615
+ Completed 200 OK in 25ms (Views: 23.5ms)
2616
+ ------------------------------------------------------
2617
+ ConfigurationTest: test_renders_markdown_with_kramdown
2618
+ ------------------------------------------------------
2619
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:52:56 -0400
2620
+ Processing by PostsController#show as HTML
2621
+ Parameters: {"id"=>"header-title"}
2622
+ Completed 200 OK in 6ms (Views: 4.9ms)
2623
+ -----------------------------------------------------
2624
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2625
+ -----------------------------------------------------
2626
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:55:29 -0400
2627
+ Processing by PostsController#show as HTML
2628
+ Parameters: {"id"=>"code-block"}
2629
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (15.8ms)
2630
+ Rendered posts/show.html.erb within layouts/application (18.1ms)
2631
+ Completed 200 OK in 25ms (Views: 23.2ms)
2632
+ ------------------------------------------------------
2633
+ ConfigurationTest: test_renders_markdown_with_kramdown
2634
+ ------------------------------------------------------
2635
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:55:29 -0400
2636
+ Processing by PostsController#show as HTML
2637
+ Parameters: {"id"=>"header-title"}
2638
+ Completed 200 OK in 6ms (Views: 4.7ms)
2639
+ -----------------------------------------------------
2640
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2641
+ -----------------------------------------------------
2642
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:56:01 -0400
2643
+ Processing by PostsController#show as HTML
2644
+ Parameters: {"id"=>"code-block"}
2645
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (15.9ms)
2646
+ Rendered posts/show.html.erb within layouts/application (18.1ms)
2647
+ Completed 200 OK in 25ms (Views: 23.2ms)
2648
+ ------------------------------------------------------
2649
+ ConfigurationTest: test_renders_markdown_with_kramdown
2650
+ ------------------------------------------------------
2651
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:56:01 -0400
2652
+ Processing by PostsController#show as HTML
2653
+ Parameters: {"id"=>"header-title"}
2654
+ Completed 200 OK in 6ms (Views: 4.8ms)
2655
+ -----------------------------------------------------
2656
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2657
+ -----------------------------------------------------
2658
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:56:45 -0400
2659
+ Processing by PostsController#show as HTML
2660
+ Parameters: {"id"=>"code-block"}
2661
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (16.3ms)
2662
+ Rendered posts/show.html.erb within layouts/application (18.7ms)
2663
+ Completed 200 OK in 25ms (Views: 23.8ms)
2664
+ ------------------------------------------------------
2665
+ ConfigurationTest: test_renders_markdown_with_kramdown
2666
+ ------------------------------------------------------
2667
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:56:45 -0400
2668
+ Processing by PostsController#show as HTML
2669
+ Parameters: {"id"=>"header-title"}
2670
+ Completed 200 OK in 6ms (Views: 4.9ms)
2671
+ -----------------------------------------------------
2672
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2673
+ -----------------------------------------------------
2674
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:57:21 -0400
2675
+ Processing by PostsController#show as HTML
2676
+ Parameters: {"id"=>"code-block"}
2677
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (58.7ms)
2678
+ Rendered posts/show.html.erb within layouts/application (61.1ms)
2679
+ Completed 200 OK in 68ms (Views: 66.5ms)
2680
+ ------------------------------------------------------
2681
+ ConfigurationTest: test_renders_markdown_with_kramdown
2682
+ ------------------------------------------------------
2683
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:57:21 -0400
2684
+ Processing by PostsController#show as HTML
2685
+ Parameters: {"id"=>"header-title"}
2686
+ Completed 200 OK in 6ms (Views: 4.9ms)
2687
+ -----------------------------------------------------
2688
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2689
+ -----------------------------------------------------
2690
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 16:57:39 -0400
2691
+ Processing by PostsController#show as HTML
2692
+ Parameters: {"id"=>"code-block"}
2693
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (45.4ms)
2694
+ Rendered posts/show.html.erb within layouts/application (47.8ms)
2695
+ Completed 200 OK in 54ms (Views: 52.8ms)
2696
+ ------------------------------------------------------
2697
+ ConfigurationTest: test_renders_markdown_with_kramdown
2698
+ ------------------------------------------------------
2699
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 16:57:39 -0400
2700
+ Processing by PostsController#show as HTML
2701
+ Parameters: {"id"=>"header-title"}
2702
+ Completed 200 OK in 6ms (Views: 4.9ms)
2703
+ -----------------------------------------------------
2704
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2705
+ -----------------------------------------------------
2706
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 17:13:51 -0400
2707
+ Processing by PostsController#show as HTML
2708
+ Parameters: {"id"=>"code-block"}
2709
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (68.2ms)
2710
+ Rendered posts/show.html.erb within layouts/application (71.6ms)
2711
+ Completed 200 OK in 83ms (Views: 81.2ms)
2712
+ ------------------------------------------------------
2713
+ ConfigurationTest: test_renders_markdown_with_kramdown
2714
+ ------------------------------------------------------
2715
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 17:13:51 -0400
2716
+ Processing by PostsController#show as HTML
2717
+ Parameters: {"id"=>"header-title"}
2718
+ Completed 200 OK in 7ms (Views: 5.2ms)
2719
+ -----------------------------------------------------
2720
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2721
+ -----------------------------------------------------
2722
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 17:13:55 -0400
2723
+ Processing by PostsController#show as HTML
2724
+ Parameters: {"id"=>"code-block"}
2725
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (24.4ms)
2726
+ Rendered posts/show.html.erb within layouts/application (27.7ms)
2727
+ Completed 500 Internal Server Error in 33ms
2728
+ ------------------------------------------------------
2729
+ ConfigurationTest: test_renders_markdown_with_kramdown
2730
+ ------------------------------------------------------
2731
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 17:13:55 -0400
2732
+ Processing by PostsController#show as HTML
2733
+ Parameters: {"id"=>"header-title"}
2734
+ Completed 200 OK in 7ms (Views: 5.9ms)
2735
+ -----------------------------------------------------
2736
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2737
+ -----------------------------------------------------
2738
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 17:14:49 -0400
2739
+ Processing by PostsController#show as HTML
2740
+ Parameters: {"id"=>"code-block"}
2741
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (18.0ms)
2742
+ Rendered posts/show.html.erb within layouts/application (20.5ms)
2743
+ Completed 500 Internal Server Error in 26ms
2744
+ ------------------------------------------------------
2745
+ ConfigurationTest: test_renders_markdown_with_kramdown
2746
+ ------------------------------------------------------
2747
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 17:14:49 -0400
2748
+ Processing by PostsController#show as HTML
2749
+ Parameters: {"id"=>"header-title"}
2750
+ Completed 200 OK in 7ms (Views: 5.3ms)
2751
+ -----------------------------------------------------
2752
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2753
+ -----------------------------------------------------
2754
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 19:37:04 -0400
2755
+ Processing by PostsController#show as HTML
2756
+ Parameters: {"id"=>"code-block"}
2757
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (37.2ms)
2758
+ Rendered posts/show.html.erb within layouts/application (40.1ms)
2759
+ Completed 500 Internal Server Error in 50ms
2760
+ ------------------------------------------------------
2761
+ ConfigurationTest: test_renders_markdown_with_kramdown
2762
+ ------------------------------------------------------
2763
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 19:37:04 -0400
2764
+ Processing by PostsController#show as HTML
2765
+ Parameters: {"id"=>"header-title"}
2766
+ Completed 200 OK in 7ms (Views: 5.7ms)
2767
+ -----------------------------------------------------
2768
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2769
+ -----------------------------------------------------
2770
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 19:38:53 -0400
2771
+ Processing by PostsController#show as HTML
2772
+ Parameters: {"id"=>"code-block"}
2773
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (17.2ms)
2774
+ Rendered posts/show.html.erb within layouts/application (19.2ms)
2775
+ Completed 500 Internal Server Error in 24ms
2776
+ ------------------------------------------------------
2777
+ ConfigurationTest: test_renders_markdown_with_kramdown
2778
+ ------------------------------------------------------
2779
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 19:38:53 -0400
2780
+ Processing by PostsController#show as HTML
2781
+ Parameters: {"id"=>"header-title"}
2782
+ Completed 200 OK in 6ms (Views: 5.2ms)
2783
+ -----------------------------------------------------
2784
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2785
+ -----------------------------------------------------
2786
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 19:47:12 -0400
2787
+ Processing by PostsController#show as HTML
2788
+ Parameters: {"id"=>"code-block"}
2789
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (18.1ms)
2790
+ Rendered posts/show.html.erb within layouts/application (20.4ms)
2791
+ Completed 200 OK in 27ms (Views: 25.5ms)
2792
+ ------------------------------------------------------
2793
+ ConfigurationTest: test_renders_markdown_with_kramdown
2794
+ ------------------------------------------------------
2795
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 19:47:12 -0400
2796
+ Processing by PostsController#show as HTML
2797
+ Parameters: {"id"=>"header-title"}
2798
+ Completed 200 OK in 6ms (Views: 5.2ms)
2799
+ -----------------------------------------------------
2800
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2801
+ -----------------------------------------------------
2802
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:06:57 -0400
2803
+ Processing by PostsController#show as HTML
2804
+ Parameters: {"id"=>"code-block"}
2805
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (29.7ms)
2806
+ Rendered posts/show.html.erb within layouts/application (32.9ms)
2807
+ Completed 200 OK in 43ms (Views: 41.1ms)
2808
+ ------------------------------------------------------
2809
+ ConfigurationTest: test_renders_markdown_with_kramdown
2810
+ ------------------------------------------------------
2811
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:06:57 -0400
2812
+ Processing by PostsController#show as HTML
2813
+ Parameters: {"id"=>"header-title"}
2814
+ Completed 200 OK in 6ms (Views: 5.1ms)
2815
+ -----------------------------------------------------
2816
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2817
+ -----------------------------------------------------
2818
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:07:16 -0400
2819
+ Processing by PostsController#show as HTML
2820
+ Parameters: {"id"=>"code-block"}
2821
+ Rendered /Users/max/dev/blogue/test/fixtures/posts/code-block.md (18.1ms)
2822
+ Rendered posts/show.html.erb within layouts/application (20.5ms)
2823
+ Completed 200 OK in 27ms (Views: 26.0ms)
2824
+ ------------------------------------------------------
2825
+ ConfigurationTest: test_renders_markdown_with_kramdown
2826
+ ------------------------------------------------------
2827
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:07:16 -0400
2828
+ Processing by PostsController#show as HTML
2829
+ Parameters: {"id"=>"header-title"}
2830
+ Completed 200 OK in 6ms (Views: 4.9ms)
2831
+ -----------------------------------------------------
2832
+ Blogue::PostTest: test_date_returns_date_part_of_time
2833
+ -----------------------------------------------------
2834
+ ------------------------------------------------------------
2835
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2836
+ ------------------------------------------------------------
2837
+ -------------------------------------------------------------------------------------
2838
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2839
+ -------------------------------------------------------------------------------------
2840
+ ---------------------------------------
2841
+ Blogue::PostTest: test_finds_post_by_id
2842
+ ---------------------------------------
2843
+ -------------------------------------------------------------
2844
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2845
+ -------------------------------------------------------------
2846
+ ----------------------------------------------------------------
2847
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2848
+ ----------------------------------------------------------------
2849
+ -----------------------------------------------------------------------
2850
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2851
+ -----------------------------------------------------------------------
2852
+ ---------------------------------------------------------------
2853
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2854
+ ---------------------------------------------------------------
2855
+ -------------------------------------------------
2856
+ Blogue::PostTest: test_uses_meta_title_if_present
2857
+ -------------------------------------------------
2858
+ -----------------------------------------------------
2859
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2860
+ -----------------------------------------------------
2861
+ -----------------------------------------------------------
2862
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
2863
+ -----------------------------------------------------------
2864
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:23:57 -0400
2865
+ -----------------------------------------------------
2866
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2867
+ -----------------------------------------------------
2868
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:23:57 -0400
2869
+ Processing by PostsController#show as HTML
2870
+ Parameters: {"id"=>"code-block"}
2871
+ Completed 200 OK in 70ms (Views: 68.6ms)
2872
+ ------------------------------------------------------
2873
+ ConfigurationTest: test_renders_markdown_with_kramdown
2874
+ ------------------------------------------------------
2875
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:23:57 -0400
2876
+ Processing by PostsController#show as HTML
2877
+ Parameters: {"id"=>"header-title"}
2878
+ Completed 200 OK in 6ms (Views: 5.1ms)
2879
+ -----------------------------------------------------
2880
+ Blogue::PostTest: test_date_returns_date_part_of_time
2881
+ -----------------------------------------------------
2882
+ ------------------------------------------------------------
2883
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2884
+ ------------------------------------------------------------
2885
+ -------------------------------------------------------------------------------------
2886
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2887
+ -------------------------------------------------------------------------------------
2888
+ ---------------------------------------
2889
+ Blogue::PostTest: test_finds_post_by_id
2890
+ ---------------------------------------
2891
+ -------------------------------------------------------------
2892
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2893
+ -------------------------------------------------------------
2894
+ ----------------------------------------------------------------
2895
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2896
+ ----------------------------------------------------------------
2897
+ -----------------------------------------------------------------------
2898
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2899
+ -----------------------------------------------------------------------
2900
+ ---------------------------------------------------------------
2901
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2902
+ ---------------------------------------------------------------
2903
+ -------------------------------------------------
2904
+ Blogue::PostTest: test_uses_meta_title_if_present
2905
+ -------------------------------------------------
2906
+ -----------------------------------------------------
2907
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2908
+ -----------------------------------------------------
2909
+ -----------------------------------------------------------
2910
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
2911
+ -----------------------------------------------------------
2912
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:25:33 -0400
2913
+ -----------------------------------------------------
2914
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2915
+ -----------------------------------------------------
2916
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:25:33 -0400
2917
+ Processing by PostsController#show as HTML
2918
+ Parameters: {"id"=>"code-block"}
2919
+ Completed 200 OK in 47ms (Views: 45.3ms)
2920
+ ------------------------------------------------------
2921
+ ConfigurationTest: test_renders_markdown_with_kramdown
2922
+ ------------------------------------------------------
2923
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:25:33 -0400
2924
+ Processing by PostsController#show as HTML
2925
+ Parameters: {"id"=>"header-title"}
2926
+ Completed 200 OK in 7ms (Views: 5.9ms)
2927
+ -----------------------------------------------------
2928
+ Blogue::PostTest: test_date_returns_date_part_of_time
2929
+ -----------------------------------------------------
2930
+ ------------------------------------------------------------
2931
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2932
+ ------------------------------------------------------------
2933
+ -------------------------------------------------------------------------------------
2934
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2935
+ -------------------------------------------------------------------------------------
2936
+ ---------------------------------------
2937
+ Blogue::PostTest: test_finds_post_by_id
2938
+ ---------------------------------------
2939
+ -------------------------------------------------------------
2940
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2941
+ -------------------------------------------------------------
2942
+ ----------------------------------------------------------------
2943
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2944
+ ----------------------------------------------------------------
2945
+ -----------------------------------------------------------------------
2946
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2947
+ -----------------------------------------------------------------------
2948
+ ---------------------------------------------------------------
2949
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2950
+ ---------------------------------------------------------------
2951
+ -------------------------------------------------
2952
+ Blogue::PostTest: test_uses_meta_title_if_present
2953
+ -------------------------------------------------
2954
+ -----------------------------------------------------
2955
+ Blogue::PostTest: test_uses_time_from_meta_when_given
2956
+ -----------------------------------------------------
2957
+ -----------------------------------------------------------
2958
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
2959
+ -----------------------------------------------------------
2960
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:26:17 -0400
2961
+ -----------------------------------------------------
2962
+ ConfigurationTest: test_renders_codeblocks_with_rouge
2963
+ -----------------------------------------------------
2964
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:26:17 -0400
2965
+ Processing by PostsController#show as HTML
2966
+ Parameters: {"id"=>"code-block"}
2967
+ Completed 200 OK in 47ms (Views: 45.9ms)
2968
+ ------------------------------------------------------
2969
+ ConfigurationTest: test_renders_markdown_with_kramdown
2970
+ ------------------------------------------------------
2971
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:26:17 -0400
2972
+ Processing by PostsController#show as HTML
2973
+ Parameters: {"id"=>"header-title"}
2974
+ Completed 200 OK in 7ms (Views: 5.9ms)
2975
+ -----------------------------------------------------
2976
+ Blogue::PostTest: test_date_returns_date_part_of_time
2977
+ -----------------------------------------------------
2978
+ ------------------------------------------------------------
2979
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
2980
+ ------------------------------------------------------------
2981
+ -------------------------------------------------------------------------------------
2982
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
2983
+ -------------------------------------------------------------------------------------
2984
+ ---------------------------------------
2985
+ Blogue::PostTest: test_finds_post_by_id
2986
+ ---------------------------------------
2987
+ -------------------------------------------------------------
2988
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
2989
+ -------------------------------------------------------------
2990
+ ----------------------------------------------------------------
2991
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
2992
+ ----------------------------------------------------------------
2993
+ -----------------------------------------------------------------------
2994
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
2995
+ -----------------------------------------------------------------------
2996
+ ---------------------------------------------------------------
2997
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
2998
+ ---------------------------------------------------------------
2999
+ -------------------------------------------------
3000
+ Blogue::PostTest: test_uses_meta_title_if_present
3001
+ -------------------------------------------------
3002
+ -----------------------------------------------------
3003
+ Blogue::PostTest: test_uses_time_from_meta_when_given
3004
+ -----------------------------------------------------
3005
+ -----------------------------------------------------------
3006
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3007
+ -----------------------------------------------------------
3008
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:26:58 -0400
3009
+ -----------------------------------------------------
3010
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3011
+ -----------------------------------------------------
3012
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:26:58 -0400
3013
+ Processing by PostsController#show as HTML
3014
+ Parameters: {"id"=>"code-block"}
3015
+ Completed 200 OK in 29ms (Views: 27.8ms)
3016
+ ------------------------------------------------------
3017
+ ConfigurationTest: test_renders_markdown_with_kramdown
3018
+ ------------------------------------------------------
3019
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:26:58 -0400
3020
+ Processing by PostsController#show as HTML
3021
+ Parameters: {"id"=>"header-title"}
3022
+ Completed 200 OK in 7ms (Views: 6.0ms)
3023
+ -----------------------------------------------------
3024
+ Blogue::PostTest: test_date_returns_date_part_of_time
3025
+ -----------------------------------------------------
3026
+ ------------------------------------------------------------
3027
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
3028
+ ------------------------------------------------------------
3029
+ -------------------------------------------------------------------------------------
3030
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
3031
+ -------------------------------------------------------------------------------------
3032
+ ---------------------------------------
3033
+ Blogue::PostTest: test_finds_post_by_id
3034
+ ---------------------------------------
3035
+ -------------------------------------------------------------
3036
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
3037
+ -------------------------------------------------------------
3038
+ ----------------------------------------------------------------
3039
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
3040
+ ----------------------------------------------------------------
3041
+ -----------------------------------------------------------------------
3042
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
3043
+ -----------------------------------------------------------------------
3044
+ ---------------------------------------------------------------
3045
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
3046
+ ---------------------------------------------------------------
3047
+ -------------------------------------------------
3048
+ Blogue::PostTest: test_uses_meta_title_if_present
3049
+ -------------------------------------------------
3050
+ -----------------------------------------------------
3051
+ Blogue::PostTest: test_uses_time_from_meta_when_given
3052
+ -----------------------------------------------------
3053
+ -----------------------------------------------------------
3054
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3055
+ -----------------------------------------------------------
3056
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:33:49 -0400
3057
+ -----------------------------------------------------
3058
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3059
+ -----------------------------------------------------
3060
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:33:49 -0400
3061
+ Processing by PostsController#show as HTML
3062
+ Parameters: {"id"=>"code-block"}
3063
+ Completed 200 OK in 47ms (Views: 45.1ms)
3064
+ ------------------------------------------------------
3065
+ ConfigurationTest: test_renders_markdown_with_kramdown
3066
+ ------------------------------------------------------
3067
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:33:49 -0400
3068
+ Processing by PostsController#show as HTML
3069
+ Parameters: {"id"=>"header-title"}
3070
+ Completed 200 OK in 6ms (Views: 5.1ms)
3071
+ -----------------------------------------------------
3072
+ Blogue::PostTest: test_date_returns_date_part_of_time
3073
+ -----------------------------------------------------
3074
+ ------------------------------------------------------------
3075
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path
3076
+ ------------------------------------------------------------
3077
+ -------------------------------------------------------------------------------------
3078
+ Blogue::PostTest: test_extract_post_id_extracts_id_from_path_with_multiple_extensions
3079
+ -------------------------------------------------------------------------------------
3080
+ ---------------------------------------
3081
+ Blogue::PostTest: test_finds_post_by_id
3082
+ ---------------------------------------
3083
+ -------------------------------------------------------------
3084
+ Blogue::PostTest: test_sort_posts_reverse-sorts_posts_by_time
3085
+ -------------------------------------------------------------
3086
+ ----------------------------------------------------------------
3087
+ Blogue::PostTest: test_uses_file_creation_time_when_no_meta_date
3088
+ ----------------------------------------------------------------
3089
+ -----------------------------------------------------------------------
3090
+ Blogue::PostTest: test_uses_filename_as_title_when_no_other_alternative
3091
+ -----------------------------------------------------------------------
3092
+ ---------------------------------------------------------------
3093
+ Blogue::PostTest: test_uses_markdown_header_as_title_if_present
3094
+ ---------------------------------------------------------------
3095
+ -------------------------------------------------
3096
+ Blogue::PostTest: test_uses_meta_title_if_present
3097
+ -------------------------------------------------
3098
+ -----------------------------------------------------
3099
+ Blogue::PostTest: test_uses_time_from_meta_when_given
3100
+ -----------------------------------------------------
3101
+ -----------------------------------------------------------
3102
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3103
+ -----------------------------------------------------------
3104
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:34:05 -0400
3105
+ -----------------------------------------------------
3106
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3107
+ -----------------------------------------------------
3108
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:34:05 -0400
3109
+ Processing by PostsController#show as HTML
3110
+ Parameters: {"id"=>"code-block"}
3111
+ Completed 200 OK in 46ms (Views: 44.2ms)
3112
+ ------------------------------------------------------
3113
+ ConfigurationTest: test_renders_markdown_with_kramdown
3114
+ ------------------------------------------------------
3115
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:34:05 -0400
3116
+ Processing by PostsController#show as HTML
3117
+ Parameters: {"id"=>"header-title"}
3118
+ Completed 200 OK in 6ms (Views: 5.2ms)
3119
+ -----------------------------------------------------------
3120
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3121
+ -----------------------------------------------------------
3122
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:34:22 -0400
3123
+ -----------------------------------------------------
3124
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3125
+ -----------------------------------------------------
3126
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:34:22 -0400
3127
+ Processing by PostsController#show as HTML
3128
+ Parameters: {"id"=>"code-block"}
3129
+ Completed 200 OK in 27ms (Views: 25.7ms)
3130
+ ------------------------------------------------------
3131
+ ConfigurationTest: test_renders_markdown_with_kramdown
3132
+ ------------------------------------------------------
3133
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:34:22 -0400
3134
+ Processing by PostsController#show as HTML
3135
+ Parameters: {"id"=>"header-title"}
3136
+ Completed 200 OK in 7ms (Views: 5.3ms)
3137
+ -----------------------------------------------------------
3138
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3139
+ -----------------------------------------------------------
3140
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:34:33 -0400
3141
+ -----------------------------------------------------
3142
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3143
+ -----------------------------------------------------
3144
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:34:33 -0400
3145
+ Processing by PostsController#show as HTML
3146
+ Parameters: {"id"=>"code-block"}
3147
+ Completed 200 OK in 27ms (Views: 25.4ms)
3148
+ ------------------------------------------------------
3149
+ ConfigurationTest: test_renders_markdown_with_kramdown
3150
+ ------------------------------------------------------
3151
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:34:33 -0400
3152
+ Processing by PostsController#show as HTML
3153
+ Parameters: {"id"=>"header-title"}
3154
+ Completed 200 OK in 6ms (Views: 5.0ms)
3155
+ -----------------------------------------------------------
3156
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3157
+ -----------------------------------------------------------
3158
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:37:11 -0400
3159
+ -----------------------------------------------------
3160
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3161
+ -----------------------------------------------------
3162
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:37:11 -0400
3163
+ Processing by PostsController#show as HTML
3164
+ Parameters: {"id"=>"code-block"}
3165
+ Completed 200 OK in 26ms (Views: 24.8ms)
3166
+ ------------------------------------------------------
3167
+ ConfigurationTest: test_renders_markdown_with_kramdown
3168
+ ------------------------------------------------------
3169
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:37:11 -0400
3170
+ Processing by PostsController#show as HTML
3171
+ Parameters: {"id"=>"header-title"}
3172
+ Completed 200 OK in 6ms (Views: 4.9ms)
3173
+ -----------------------------------------------------------
3174
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3175
+ -----------------------------------------------------------
3176
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:37:38 -0400
3177
+ -----------------------------------------------------
3178
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3179
+ -----------------------------------------------------
3180
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:37:38 -0400
3181
+ Processing by PostsController#show as HTML
3182
+ Parameters: {"id"=>"code-block"}
3183
+ Completed 200 OK in 27ms (Views: 25.6ms)
3184
+ ------------------------------------------------------
3185
+ ConfigurationTest: test_renders_markdown_with_kramdown
3186
+ ------------------------------------------------------
3187
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:37:38 -0400
3188
+ Processing by PostsController#show as HTML
3189
+ Parameters: {"id"=>"header-title"}
3190
+ Completed 200 OK in 6ms (Views: 5.0ms)
3191
+ -----------------------------------------------------------
3192
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3193
+ -----------------------------------------------------------
3194
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:38:05 -0400
3195
+ -----------------------------------------------------
3196
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3197
+ -----------------------------------------------------
3198
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:38:05 -0400
3199
+ Processing by PostsController#show as HTML
3200
+ Parameters: {"id"=>"code-block"}
3201
+ Completed 200 OK in 27ms (Views: 25.5ms)
3202
+ ------------------------------------------------------
3203
+ ConfigurationTest: test_renders_markdown_with_kramdown
3204
+ ------------------------------------------------------
3205
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:38:05 -0400
3206
+ Processing by PostsController#show as HTML
3207
+ Parameters: {"id"=>"header-title"}
3208
+ Completed 200 OK in 6ms (Views: 5.0ms)
3209
+ -----------------------------------------------------------
3210
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3211
+ -----------------------------------------------------------
3212
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:38:22 -0400
3213
+ -----------------------------------------------------
3214
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3215
+ -----------------------------------------------------
3216
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:38:22 -0400
3217
+ Processing by PostsController#show as HTML
3218
+ Parameters: {"id"=>"code-block"}
3219
+ Completed 200 OK in 27ms (Views: 25.9ms)
3220
+ ------------------------------------------------------
3221
+ ConfigurationTest: test_renders_markdown_with_kramdown
3222
+ ------------------------------------------------------
3223
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:38:22 -0400
3224
+ Processing by PostsController#show as HTML
3225
+ Parameters: {"id"=>"header-title"}
3226
+ Completed 200 OK in 6ms (Views: 5.2ms)
3227
+ -----------------------------------------------------------
3228
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3229
+ -----------------------------------------------------------
3230
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:38:33 -0400
3231
+ -----------------------------------------------------
3232
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3233
+ -----------------------------------------------------
3234
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:38:33 -0400
3235
+ Processing by PostsController#show as HTML
3236
+ Parameters: {"id"=>"code-block"}
3237
+ Completed 200 OK in 27ms (Views: 25.6ms)
3238
+ ------------------------------------------------------
3239
+ ConfigurationTest: test_renders_markdown_with_kramdown
3240
+ ------------------------------------------------------
3241
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:38:33 -0400
3242
+ Processing by PostsController#show as HTML
3243
+ Parameters: {"id"=>"header-title"}
3244
+ Completed 200 OK in 6ms (Views: 4.9ms)
3245
+ -----------------------------------------------------------
3246
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3247
+ -----------------------------------------------------------
3248
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:44:19 -0400
3249
+ -----------------------------------------------------
3250
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3251
+ -----------------------------------------------------
3252
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:44:19 -0400
3253
+ Processing by PostsController#show as HTML
3254
+ Parameters: {"id"=>"code-block"}
3255
+ Completed 200 OK in 27ms (Views: 25.5ms)
3256
+ ------------------------------------------------------
3257
+ ConfigurationTest: test_renders_markdown_with_kramdown
3258
+ ------------------------------------------------------
3259
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:44:19 -0400
3260
+ Processing by PostsController#show as HTML
3261
+ Parameters: {"id"=>"header-title"}
3262
+ Completed 200 OK in 6ms (Views: 5.1ms)
3263
+ -----------------------------------------------------------
3264
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3265
+ -----------------------------------------------------------
3266
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:44:43 -0400
3267
+ -----------------------------------------------------
3268
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3269
+ -----------------------------------------------------
3270
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:44:43 -0400
3271
+ Processing by PostsController#show as HTML
3272
+ Parameters: {"id"=>"code-block"}
3273
+ Completed 200 OK in 27ms (Views: 25.7ms)
3274
+ ------------------------------------------------------
3275
+ ConfigurationTest: test_renders_markdown_with_kramdown
3276
+ ------------------------------------------------------
3277
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:44:43 -0400
3278
+ Processing by PostsController#show as HTML
3279
+ Parameters: {"id"=>"header-title"}
3280
+ Completed 200 OK in 6ms (Views: 5.0ms)
3281
+ -----------------------------------------------------------
3282
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3283
+ -----------------------------------------------------------
3284
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:44:51 -0400
3285
+ -----------------------------------------------------
3286
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3287
+ -----------------------------------------------------
3288
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:44:51 -0400
3289
+ Processing by PostsController#show as HTML
3290
+ Parameters: {"id"=>"code-block"}
3291
+ Completed 200 OK in 27ms (Views: 25.9ms)
3292
+ ------------------------------------------------------
3293
+ ConfigurationTest: test_renders_markdown_with_kramdown
3294
+ ------------------------------------------------------
3295
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:44:51 -0400
3296
+ Processing by PostsController#show as HTML
3297
+ Parameters: {"id"=>"header-title"}
3298
+ Completed 200 OK in 6ms (Views: 4.8ms)
3299
+ -----------------------------------------------------------
3300
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3301
+ -----------------------------------------------------------
3302
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:45:39 -0400
3303
+ -----------------------------------------------------
3304
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3305
+ -----------------------------------------------------
3306
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:45:39 -0400
3307
+ Processing by PostsController#show as HTML
3308
+ Parameters: {"id"=>"code-block"}
3309
+ Completed 200 OK in 27ms (Views: 25.3ms)
3310
+ ------------------------------------------------------
3311
+ ConfigurationTest: test_renders_markdown_with_kramdown
3312
+ ------------------------------------------------------
3313
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:45:39 -0400
3314
+ Processing by PostsController#show as HTML
3315
+ Parameters: {"id"=>"header-title"}
3316
+ Completed 200 OK in 6ms (Views: 5.2ms)
3317
+ -----------------------------------------------------------
3318
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3319
+ -----------------------------------------------------------
3320
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:46:10 -0400
3321
+ -----------------------------------------------------
3322
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3323
+ -----------------------------------------------------
3324
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:46:10 -0400
3325
+ Processing by PostsController#show as HTML
3326
+ Parameters: {"id"=>"code-block"}
3327
+ Completed 200 OK in 27ms (Views: 25.5ms)
3328
+ ------------------------------------------------------
3329
+ ConfigurationTest: test_renders_markdown_with_kramdown
3330
+ ------------------------------------------------------
3331
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:46:10 -0400
3332
+ Processing by PostsController#show as HTML
3333
+ Parameters: {"id"=>"header-title"}
3334
+ Completed 200 OK in 6ms (Views: 5.0ms)
3335
+ -----------------------------------------------------------
3336
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3337
+ -----------------------------------------------------------
3338
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:46:44 -0400
3339
+ -----------------------------------------------------
3340
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3341
+ -----------------------------------------------------
3342
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:46:44 -0400
3343
+ Processing by PostsController#show as HTML
3344
+ Parameters: {"id"=>"code-block"}
3345
+ Completed 200 OK in 27ms (Views: 25.7ms)
3346
+ ------------------------------------------------------
3347
+ ConfigurationTest: test_renders_markdown_with_kramdown
3348
+ ------------------------------------------------------
3349
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:46:44 -0400
3350
+ Processing by PostsController#show as HTML
3351
+ Parameters: {"id"=>"header-title"}
3352
+ Completed 200 OK in 6ms (Views: 5.1ms)
3353
+ -----------------------------------------------------------
3354
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3355
+ -----------------------------------------------------------
3356
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:46:59 -0400
3357
+ -----------------------------------------------------
3358
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3359
+ -----------------------------------------------------
3360
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:46:59 -0400
3361
+ Processing by PostsController#show as HTML
3362
+ Parameters: {"id"=>"code-block"}
3363
+ Completed 200 OK in 26ms (Views: 25.0ms)
3364
+ ------------------------------------------------------
3365
+ ConfigurationTest: test_renders_markdown_with_kramdown
3366
+ ------------------------------------------------------
3367
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:46:59 -0400
3368
+ Processing by PostsController#show as HTML
3369
+ Parameters: {"id"=>"header-title"}
3370
+ Completed 200 OK in 6ms (Views: 5.1ms)
3371
+ -----------------------------------------------------------
3372
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3373
+ -----------------------------------------------------------
3374
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 20:49:45 -0400
3375
+ -----------------------------------------------------
3376
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3377
+ -----------------------------------------------------
3378
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 20:49:45 -0400
3379
+ Processing by PostsController#show as HTML
3380
+ Parameters: {"id"=>"code-block"}
3381
+ Completed 200 OK in 27ms (Views: 25.6ms)
3382
+ ------------------------------------------------------
3383
+ ConfigurationTest: test_renders_markdown_with_kramdown
3384
+ ------------------------------------------------------
3385
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 20:49:45 -0400
3386
+ Processing by PostsController#show as HTML
3387
+ Parameters: {"id"=>"header-title"}
3388
+ Completed 200 OK in 6ms (Views: 5.1ms)
3389
+ -----------------------------------------------------------
3390
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3391
+ -----------------------------------------------------------
3392
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:33:26 -0400
3393
+ -----------------------------------------------------
3394
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3395
+ -----------------------------------------------------
3396
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:33:26 -0400
3397
+ Processing by PostsController#show as HTML
3398
+ Parameters: {"id"=>"code-block"}
3399
+ Completed 200 OK in 45ms (Views: 43.9ms)
3400
+ ------------------------------------------------------
3401
+ ConfigurationTest: test_renders_markdown_with_kramdown
3402
+ ------------------------------------------------------
3403
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:33:26 -0400
3404
+ Processing by PostsController#show as HTML
3405
+ Parameters: {"id"=>"header-title"}
3406
+ Completed 200 OK in 6ms (Views: 5.1ms)
3407
+ -----------------------------------------------------------
3408
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3409
+ -----------------------------------------------------------
3410
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:34:47 -0400
3411
+ -----------------------------------------------------
3412
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3413
+ -----------------------------------------------------
3414
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:34:47 -0400
3415
+ Processing by PostsController#show as HTML
3416
+ Parameters: {"id"=>"code-block"}
3417
+ Completed 200 OK in 27ms (Views: 25.4ms)
3418
+ ------------------------------------------------------
3419
+ ConfigurationTest: test_renders_markdown_with_kramdown
3420
+ ------------------------------------------------------
3421
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:34:47 -0400
3422
+ Processing by PostsController#show as HTML
3423
+ Parameters: {"id"=>"header-title"}
3424
+ Completed 200 OK in 7ms (Views: 5.4ms)
3425
+ -----------------------------------------------------------
3426
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3427
+ -----------------------------------------------------------
3428
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:35:27 -0400
3429
+ -----------------------------------------------------
3430
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3431
+ -----------------------------------------------------
3432
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:35:27 -0400
3433
+ Processing by PostsController#show as HTML
3434
+ Parameters: {"id"=>"code-block"}
3435
+ Completed 200 OK in 27ms (Views: 25.6ms)
3436
+ ------------------------------------------------------
3437
+ ConfigurationTest: test_renders_markdown_with_kramdown
3438
+ ------------------------------------------------------
3439
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:35:27 -0400
3440
+ Processing by PostsController#show as HTML
3441
+ Parameters: {"id"=>"header-title"}
3442
+ Completed 200 OK in 7ms (Views: 5.2ms)
3443
+ -----------------------------------------------------------
3444
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3445
+ -----------------------------------------------------------
3446
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:35:48 -0400
3447
+ -----------------------------------------------------
3448
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3449
+ -----------------------------------------------------
3450
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:35:48 -0400
3451
+ Processing by PostsController#show as HTML
3452
+ Parameters: {"id"=>"code-block"}
3453
+ Completed 200 OK in 32ms (Views: 30.7ms)
3454
+ ------------------------------------------------------
3455
+ ConfigurationTest: test_renders_markdown_with_kramdown
3456
+ ------------------------------------------------------
3457
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:35:48 -0400
3458
+ Processing by PostsController#show as HTML
3459
+ Parameters: {"id"=>"header-title"}
3460
+ Completed 200 OK in 7ms (Views: 5.4ms)
3461
+ -----------------------------------------------------------
3462
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3463
+ -----------------------------------------------------------
3464
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:36:16 -0400
3465
+ -----------------------------------------------------
3466
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3467
+ -----------------------------------------------------
3468
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:36:16 -0400
3469
+ Processing by PostsController#show as HTML
3470
+ Parameters: {"id"=>"code-block"}
3471
+ Completed 200 OK in 28ms (Views: 26.6ms)
3472
+ ------------------------------------------------------
3473
+ ConfigurationTest: test_renders_markdown_with_kramdown
3474
+ ------------------------------------------------------
3475
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:36:16 -0400
3476
+ Processing by PostsController#show as HTML
3477
+ Parameters: {"id"=>"header-title"}
3478
+ Completed 200 OK in 7ms (Views: 5.8ms)
3479
+ -----------------------------------------------------------
3480
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3481
+ -----------------------------------------------------------
3482
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:36:33 -0400
3483
+ -----------------------------------------------------
3484
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3485
+ -----------------------------------------------------
3486
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:36:33 -0400
3487
+ Processing by PostsController#show as HTML
3488
+ Parameters: {"id"=>"code-block"}
3489
+ Completed 200 OK in 28ms (Views: 26.8ms)
3490
+ ------------------------------------------------------
3491
+ ConfigurationTest: test_renders_markdown_with_kramdown
3492
+ ------------------------------------------------------
3493
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:36:33 -0400
3494
+ Processing by PostsController#show as HTML
3495
+ Parameters: {"id"=>"header-title"}
3496
+ Completed 200 OK in 7ms (Views: 5.9ms)
3497
+ -----------------------------------------------------------
3498
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3499
+ -----------------------------------------------------------
3500
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:46:23 -0400
3501
+ -----------------------------------------------------
3502
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3503
+ -----------------------------------------------------
3504
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:46:23 -0400
3505
+ Processing by PostsController#show as HTML
3506
+ Parameters: {"id"=>"code-block"}
3507
+ Completed 200 OK in 43ms (Views: 41.6ms)
3508
+ ------------------------------------------------------
3509
+ ConfigurationTest: test_renders_markdown_with_kramdown
3510
+ ------------------------------------------------------
3511
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:46:23 -0400
3512
+ Processing by PostsController#show as HTML
3513
+ Parameters: {"id"=>"header-title"}
3514
+ Completed 200 OK in 6ms (Views: 4.9ms)
3515
+ -----------------------------------------------------------
3516
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3517
+ -----------------------------------------------------------
3518
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:46:42 -0400
3519
+ -----------------------------------------------------
3520
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3521
+ -----------------------------------------------------
3522
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:46:42 -0400
3523
+ Processing by PostsController#show as HTML
3524
+ Parameters: {"id"=>"code-block"}
3525
+ Completed 200 OK in 28ms (Views: 26.6ms)
3526
+ ------------------------------------------------------
3527
+ ConfigurationTest: test_renders_markdown_with_kramdown
3528
+ ------------------------------------------------------
3529
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:46:42 -0400
3530
+ Processing by PostsController#show as HTML
3531
+ Parameters: {"id"=>"header-title"}
3532
+ Completed 200 OK in 7ms (Views: 5.6ms)
3533
+ -----------------------------------------------------------
3534
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3535
+ -----------------------------------------------------------
3536
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:54:51 -0400
3537
+ -----------------------------------------------------
3538
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3539
+ -----------------------------------------------------
3540
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:54:51 -0400
3541
+ Processing by PostsController#show as HTML
3542
+ Parameters: {"id"=>"code-block"}
3543
+ Completed 200 OK in 27ms (Views: 25.5ms)
3544
+ ------------------------------------------------------
3545
+ ConfigurationTest: test_renders_markdown_with_kramdown
3546
+ ------------------------------------------------------
3547
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:54:51 -0400
3548
+ Processing by PostsController#show as HTML
3549
+ Parameters: {"id"=>"header-title"}
3550
+ Completed 200 OK in 6ms (Views: 4.8ms)
3551
+ -----------------------------------------------------------
3552
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3553
+ -----------------------------------------------------------
3554
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:55:10 -0400
3555
+ -----------------------------------------------------
3556
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3557
+ -----------------------------------------------------
3558
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:55:10 -0400
3559
+ Processing by PostsController#show as HTML
3560
+ Parameters: {"id"=>"code-block"}
3561
+ Completed 200 OK in 28ms (Views: 26.3ms)
3562
+ ------------------------------------------------------
3563
+ ConfigurationTest: test_renders_markdown_with_kramdown
3564
+ ------------------------------------------------------
3565
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:55:10 -0400
3566
+ Processing by PostsController#show as HTML
3567
+ Parameters: {"id"=>"header-title"}
3568
+ Completed 200 OK in 7ms (Views: 5.9ms)
3569
+ -----------------------------------------------------------
3570
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3571
+ -----------------------------------------------------------
3572
+ -----------------------------------------------------
3573
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3574
+ -----------------------------------------------------
3575
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:56:17 -0400
3576
+ Processing by PostsController#show as HTML
3577
+ Parameters: {"id"=>"code-block"}
3578
+ Completed 200 OK in 28ms (Views: 26.9ms)
3579
+ ------------------------------------------------------
3580
+ ConfigurationTest: test_renders_markdown_with_kramdown
3581
+ ------------------------------------------------------
3582
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:56:17 -0400
3583
+ Processing by PostsController#show as HTML
3584
+ Parameters: {"id"=>"header-title"}
3585
+ Completed 200 OK in 26ms (Views: 24.7ms)
3586
+ -----------------------------------------------------------
3587
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3588
+ -----------------------------------------------------------
3589
+ -----------------------------------------------------
3590
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3591
+ -----------------------------------------------------
3592
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:56:23 -0400
3593
+ Processing by PostsController#show as HTML
3594
+ Parameters: {"id"=>"code-block"}
3595
+ Completed 200 OK in 28ms (Views: 26.4ms)
3596
+ ------------------------------------------------------
3597
+ ConfigurationTest: test_renders_markdown_with_kramdown
3598
+ ------------------------------------------------------
3599
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:56:23 -0400
3600
+ Processing by PostsController#show as HTML
3601
+ Parameters: {"id"=>"header-title"}
3602
+ Completed 200 OK in 27ms (Views: 25.8ms)
3603
+ -----------------------------------------------------------
3604
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3605
+ -----------------------------------------------------------
3606
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:58:17 -0400
3607
+ -----------------------------------------------------
3608
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3609
+ -----------------------------------------------------
3610
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:58:17 -0400
3611
+ Processing by PostsController#show as HTML
3612
+ Parameters: {"id"=>"code-block"}
3613
+ Completed 200 OK in 28ms (Views: 26.8ms)
3614
+ ------------------------------------------------------
3615
+ ConfigurationTest: test_renders_markdown_with_kramdown
3616
+ ------------------------------------------------------
3617
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:58:17 -0400
3618
+ Processing by PostsController#show as HTML
3619
+ Parameters: {"id"=>"header-title"}
3620
+ Completed 200 OK in 7ms (Views: 5.9ms)
3621
+ -----------------------------------------------------------
3622
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3623
+ -----------------------------------------------------------
3624
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:58:24 -0400
3625
+ -----------------------------------------------------
3626
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3627
+ -----------------------------------------------------
3628
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:58:24 -0400
3629
+ Processing by PostsController#show as HTML
3630
+ Parameters: {"id"=>"code-block"}
3631
+ Completed 200 OK in 28ms (Views: 26.3ms)
3632
+ ------------------------------------------------------
3633
+ ConfigurationTest: test_renders_markdown_with_kramdown
3634
+ ------------------------------------------------------
3635
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:58:24 -0400
3636
+ Processing by PostsController#show as HTML
3637
+ Parameters: {"id"=>"header-title"}
3638
+ Completed 200 OK in 7ms (Views: 6.1ms)
3639
+ -----------------------------------------------------------
3640
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3641
+ -----------------------------------------------------------
3642
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:58:34 -0400
3643
+ -----------------------------------------------------
3644
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3645
+ -----------------------------------------------------
3646
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:58:34 -0400
3647
+ Processing by PostsController#show as HTML
3648
+ Parameters: {"id"=>"code-block"}
3649
+ Completed 200 OK in 47ms (Views: 45.5ms)
3650
+ ------------------------------------------------------
3651
+ ConfigurationTest: test_renders_markdown_with_kramdown
3652
+ ------------------------------------------------------
3653
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:58:34 -0400
3654
+ Processing by PostsController#show as HTML
3655
+ Parameters: {"id"=>"header-title"}
3656
+ Completed 200 OK in 7ms (Views: 5.5ms)
3657
+ -----------------------------------------------------------
3658
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3659
+ -----------------------------------------------------------
3660
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:58:39 -0400
3661
+ -----------------------------------------------------
3662
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3663
+ -----------------------------------------------------
3664
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:59:53 -0400
3665
+ Processing by PostsController#show as HTML
3666
+ Parameters: {"id"=>"code-block"}
3667
+ Completed 200 OK in 29ms (Views: 27.9ms)
3668
+ ------------------------------------------------------
3669
+ ConfigurationTest: test_renders_markdown_with_kramdown
3670
+ ------------------------------------------------------
3671
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:59:53 -0400
3672
+ Processing by PostsController#show as HTML
3673
+ Parameters: {"id"=>"header-title"}
3674
+ Completed 200 OK in 31ms (Views: 6.1ms)
3675
+ -----------------------------------------------------------
3676
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3677
+ -----------------------------------------------------------
3678
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-20 23:59:56 -0400
3679
+ -----------------------------------------------------
3680
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3681
+ -----------------------------------------------------
3682
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-20 23:59:57 -0400
3683
+ Processing by PostsController#show as HTML
3684
+ Parameters: {"id"=>"code-block"}
3685
+ Completed 200 OK in 50ms (Views: 49.0ms)
3686
+ ------------------------------------------------------
3687
+ ConfigurationTest: test_renders_markdown_with_kramdown
3688
+ ------------------------------------------------------
3689
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-20 23:59:57 -0400
3690
+ Processing by PostsController#show as HTML
3691
+ Parameters: {"id"=>"header-title"}
3692
+ Completed 200 OK in 7ms (Views: 5.7ms)
3693
+ -----------------------------------------------------------
3694
+ ConfigurationTest: test_finds_images_in_[posts_path]/assets
3695
+ -----------------------------------------------------------
3696
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-21 00:00:02 -0400
3697
+ -----------------------------------------------------
3698
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3699
+ -----------------------------------------------------
3700
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-21 00:00:02 -0400
3701
+ Processing by PostsController#show as HTML
3702
+ Parameters: {"id"=>"code-block"}
3703
+ Completed 200 OK in 29ms (Views: 27.4ms)
3704
+ ------------------------------------------------------
3705
+ ConfigurationTest: test_renders_markdown_with_kramdown
3706
+ ------------------------------------------------------
3707
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-21 00:00:02 -0400
3708
+ Processing by PostsController#show as HTML
3709
+ Parameters: {"id"=>"header-title"}
3710
+ Completed 200 OK in 7ms (Views: 5.9ms)
3711
+ ---------------------------------------------------------------------
3712
+ ConfigurationTest: test_adds_[posts_path]/assets_to_rails_asset_paths
3713
+ ---------------------------------------------------------------------
3714
+ Started GET "/assets/dogue.jpg" for 127.0.0.1 at 2013-10-21 00:00:25 -0400
3715
+ -----------------------------------------------------
3716
+ ConfigurationTest: test_renders_codeblocks_with_rouge
3717
+ -----------------------------------------------------
3718
+ Started GET "/code-block" for 127.0.0.1 at 2013-10-21 00:00:25 -0400
3719
+ Processing by PostsController#show as HTML
3720
+ Parameters: {"id"=>"code-block"}
3721
+ Completed 200 OK in 28ms (Views: 27.0ms)
3722
+ ------------------------------------------------------
3723
+ ConfigurationTest: test_renders_markdown_with_kramdown
3724
+ ------------------------------------------------------
3725
+ Started GET "/header-title" for 127.0.0.1 at 2013-10-21 00:00:25 -0400
3726
+ Processing by PostsController#show as HTML
3727
+ Parameters: {"id"=>"header-title"}
3728
+ Completed 200 OK in 8ms (Views: 6.3ms)