tuning 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +1 -1
  3. data/README.rdoc +1 -1
  4. data/lib/tuning/action_controller/base.rb +8 -6
  5. data/lib/tuning/action_view/base.rb +5 -5
  6. data/lib/tuning/version.rb +1 -1
  7. data/test/active_trail_test.rb +33 -0
  8. data/test/button_test.rb +17 -0
  9. data/test/content_tag_if_test.rb +17 -0
  10. data/test/dummy/app/controllers/status_controller.rb +27 -0
  11. data/test/dummy/app/views/layouts/application.html.erb +11 -11
  12. data/test/dummy/app/views/pages/index.html.erb +1 -0
  13. data/test/dummy/app/views/pages/other.html.erb +1 -0
  14. data/test/dummy/config/application.rb +1 -1
  15. data/test/dummy/config/initializers/secret_token.rb +1 -0
  16. data/test/dummy/config/locales/en.yml +11 -22
  17. data/test/dummy/config/routes.rb +6 -52
  18. data/test/dummy/log/test.log +4387 -84
  19. data/test/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  20. data/test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  21. data/test/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  22. data/test/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  23. data/test/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  24. data/test/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  25. data/test/set_meta_test.rb +17 -0
  26. data/test/status_test.rb +55 -0
  27. data/test/test_helper.rb +3 -0
  28. metadata +47 -25
  29. data/test/dummy/db/development.sqlite3 +0 -0
  30. data/test/dummy/log/development.log +0 -14
  31. data/test/view_test.rb +0 -21
@@ -1,124 +1,4427 @@
1
1
   (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
-  (0.1ms) SELECT version FROM "schema_migrations"
4
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
5
-  (0.1ms) begin transaction
6
- ----------------------------------------------------
7
- ControllerTest: test_should_have_flash_errors_method
8
- ----------------------------------------------------
9
-  (0.1ms) rollback transaction
10
-  (0.1ms) begin transaction
2
+  (0.1ms) select sqlite_version(*)
3
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
+  (0.1ms) SELECT version FROM "schema_migrations"
5
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
6
+  (0.1ms) begin transaction
7
+ -----------------------------------------------
8
+ ViewTest: test_should_have_active_trail?_method
9
+ -----------------------------------------------
10
+  (0.1ms) rollback transaction
11
+  (0.1ms) begin transaction
11
12
  -------------------------------------------------
12
- ControllerTest: test_should_have_forbidden_method
13
+ ViewTest: test_should_have_contenta_tag_if_method
13
14
  -------------------------------------------------
14
-  (0.0ms) rollback transaction
15
-  (0.0ms) begin transaction
15
+  (0.0ms) rollback transaction
16
+  (0.0ms) begin transaction
17
+ ------------------------------------------
18
+ ViewTest: test_should_have_set_meta_method
19
+ ------------------------------------------
20
+  (0.0ms) rollback transaction
21
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
22
+  (0.1ms) select sqlite_version(*)
23
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
24
+  (0.1ms) SELECT version FROM "schema_migrations"
25
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
26
+  (0.1ms) begin transaction
27
+ -----------------------------------------------
28
+ ViewTest: test_should_have_active_trail?_method
29
+ -----------------------------------------------
30
+  (0.0ms) rollback transaction
31
+  (0.0ms) begin transaction
16
32
  -------------------------------------------------
17
- ControllerTest: test_should_have_not_found_method
33
+ ViewTest: test_should_have_contenta_tag_if_method
18
34
  -------------------------------------------------
19
-  (0.0ms) rollback transaction
20
-  (0.0ms) begin transaction
21
- -----------------------------------------------------------
22
- ControllerTest: test_should_have_redirect_with_flash_method
23
- -----------------------------------------------------------
24
-  (0.0ms) rollback transaction
25
-  (0.0ms) begin transaction
35
+  (0.0ms) rollback transaction
36
+  (0.0ms) begin transaction
37
+ ------------------------------------------
38
+ ViewTest: test_should_have_set_meta_method
39
+ ------------------------------------------
40
+  (0.0ms) rollback transaction
41
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
42
+  (0.1ms) select sqlite_version(*)
43
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
44
+  (0.0ms) SELECT version FROM "schema_migrations"
45
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
46
+  (0.1ms) begin transaction
47
+ -----------------------------------------------
48
+ ViewTest: test_should_have_active_trail?_method
49
+ -----------------------------------------------
50
+  (0.0ms) rollback transaction
51
+  (0.0ms) begin transaction
52
+ -------------------------------------------------
53
+ ViewTest: test_should_have_contenta_tag_if_method
54
+ -------------------------------------------------
55
+  (0.0ms) rollback transaction
56
+  (0.0ms) begin transaction
57
+ ------------------------------------------
58
+ ViewTest: test_should_have_set_meta_method
59
+ ------------------------------------------
60
+  (0.0ms) rollback transaction
61
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
62
+  (0.1ms) select sqlite_version(*)
63
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
64
+  (0.1ms) SELECT version FROM "schema_migrations"
65
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
66
+  (0.1ms) begin transaction
67
+ -----------------------------------------------
68
+ ViewTest: test_should_have_active_trail?_method
69
+ -----------------------------------------------
70
+  (0.0ms) rollback transaction
71
+  (0.0ms) begin transaction
72
+ -------------------------------------------------
73
+ ViewTest: test_should_have_contenta_tag_if_method
74
+ -------------------------------------------------
75
+  (0.0ms) rollback transaction
76
+  (0.0ms) begin transaction
77
+ ------------------------------------------
78
+ ViewTest: test_should_have_set_meta_method
79
+ ------------------------------------------
80
+  (0.0ms) rollback transaction
81
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
82
+  (0.1ms) select sqlite_version(*)
83
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
84
+  (0.1ms) SELECT version FROM "schema_migrations"
85
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
86
+  (0.1ms) begin transaction
87
+ -----------------------------------------------
88
+ ViewTest: test_should_have_active_trail?_method
89
+ -----------------------------------------------
90
+  (0.0ms) rollback transaction
91
+  (0.0ms) begin transaction
92
+ -------------------------------------------------
93
+ ViewTest: test_should_have_contenta_tag_if_method
94
+ -------------------------------------------------
95
+  (0.0ms) rollback transaction
96
+  (0.0ms) begin transaction
97
+ ------------------------------------------
98
+ ViewTest: test_should_have_set_meta_method
99
+ ------------------------------------------
100
+  (0.0ms) rollback transaction
101
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
102
+  (0.1ms) select sqlite_version(*)
103
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
104
+  (0.1ms) SELECT version FROM "schema_migrations"
105
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
106
+  (0.1ms) begin transaction
107
+ -----------------------------------------------
108
+ ViewTest: test_should_have_active_trail?_method
109
+ -----------------------------------------------
110
+  (0.0ms) rollback transaction
111
+  (0.0ms) begin transaction
112
+ -------------------------------------------------
113
+ ViewTest: test_should_have_contenta_tag_if_method
114
+ -------------------------------------------------
115
+  (0.0ms) rollback transaction
116
+  (0.0ms) begin transaction
117
+ ------------------------------------------
118
+ ViewTest: test_should_have_set_meta_method
119
+ ------------------------------------------
120
+  (0.0ms) rollback transaction
121
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
122
+  (0.1ms) select sqlite_version(*)
123
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
124
+  (0.1ms) SELECT version FROM "schema_migrations"
125
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
126
+  (0.1ms) begin transaction
127
+ -----------------------------------------------
128
+ ViewTest: test_should_have_active_trail?_method
129
+ -----------------------------------------------
130
+  (0.0ms) rollback transaction
131
+  (0.0ms) begin transaction
132
+ -------------------------------------------------
133
+ ViewTest: test_should_have_contenta_tag_if_method
134
+ -------------------------------------------------
135
+  (0.0ms) rollback transaction
136
+  (0.0ms) begin transaction
137
+ ------------------------------------------
138
+ ViewTest: test_should_have_set_meta_method
139
+ ------------------------------------------
140
+  (0.1ms) rollback transaction
141
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
142
+  (0.3ms) select sqlite_version(*)
143
+  (0.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
144
+  (0.1ms) SELECT version FROM "schema_migrations"
145
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
146
+  (0.1ms) begin transaction
147
+ -----------------------------------------------
148
+ ViewTest: test_should_have_active_trail?_method
149
+ -----------------------------------------------
150
+  (0.0ms) rollback transaction
151
+  (0.0ms) begin transaction
152
+ -------------------------------------------------
153
+ ViewTest: test_should_have_contenta_tag_if_method
154
+ -------------------------------------------------
155
+  (0.0ms) rollback transaction
156
+  (0.0ms) begin transaction
157
+ ------------------------------------------
158
+ ViewTest: test_should_have_set_meta_method
159
+ ------------------------------------------
160
+  (0.0ms) rollback transaction
161
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
162
+  (0.1ms) select sqlite_version(*)
163
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
164
+  (0.1ms) SELECT version FROM "schema_migrations"
165
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
166
+  (0.1ms) begin transaction
167
+ -----------------------------------------------
168
+ ViewTest: test_should_have_active_trail?_method
169
+ -----------------------------------------------
170
+  (0.0ms) rollback transaction
171
+  (0.0ms) begin transaction
172
+ -------------------------------------------------
173
+ ViewTest: test_should_have_contenta_tag_if_method
174
+ -------------------------------------------------
175
+  (0.0ms) rollback transaction
176
+  (0.0ms) begin transaction
177
+ ------------------------------------------
178
+ ViewTest: test_should_have_set_meta_method
179
+ ------------------------------------------
180
+  (0.0ms) rollback transaction
181
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
182
+  (0.1ms) select sqlite_version(*)
183
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
184
+  (0.0ms) SELECT version FROM "schema_migrations"
185
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
186
+  (0.1ms) begin transaction
187
+ -----------------------------------------------
188
+ ViewTest: test_should_have_active_trail?_method
189
+ -----------------------------------------------
190
+  (0.0ms) rollback transaction
191
+  (0.0ms) begin transaction
192
+ -------------------------------------------------
193
+ ViewTest: test_should_have_contenta_tag_if_method
194
+ -------------------------------------------------
195
+  (0.0ms) rollback transaction
196
+  (0.0ms) begin transaction
197
+ ------------------------------------------
198
+ ViewTest: test_should_have_set_meta_method
199
+ ------------------------------------------
200
+  (0.0ms) rollback transaction
201
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
202
+  (0.1ms) select sqlite_version(*)
203
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
204
+  (0.0ms) SELECT version FROM "schema_migrations"
205
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
206
+  (0.1ms) begin transaction
207
+ -----------------------------------------------
208
+ ViewTest: test_should_have_active_trail?_method
209
+ -----------------------------------------------
210
+  (0.0ms) rollback transaction
211
+  (0.0ms) begin transaction
212
+ -------------------------------------------------
213
+ ViewTest: test_should_have_contenta_tag_if_method
214
+ -------------------------------------------------
215
+  (0.0ms) rollback transaction
216
+  (0.0ms) begin transaction
217
+ ------------------------------------------
218
+ ViewTest: test_should_have_set_meta_method
219
+ ------------------------------------------
220
+  (0.0ms) rollback transaction
221
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
222
+  (0.1ms) select sqlite_version(*)
223
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
224
+  (0.0ms) SELECT version FROM "schema_migrations"
225
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
226
+  (0.1ms) begin transaction
227
+ -----------------------------------------------
228
+ ViewTest: test_should_have_active_trail?_method
229
+ -----------------------------------------------
230
+  (0.0ms) rollback transaction
231
+  (0.0ms) begin transaction
232
+ -------------------------------------------------
233
+ ViewTest: test_should_have_contenta_tag_if_method
234
+ -------------------------------------------------
235
+  (0.0ms) rollback transaction
236
+  (0.0ms) begin transaction
237
+ ------------------------------------------
238
+ ViewTest: test_should_have_set_meta_method
239
+ ------------------------------------------
240
+  (0.0ms) rollback transaction
241
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
242
+  (0.1ms) select sqlite_version(*)
243
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
244
+  (0.1ms) SELECT version FROM "schema_migrations"
245
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
246
+  (0.1ms) begin transaction
247
+ -----------------------------------------------
248
+ ViewTest: test_should_have_active_trail?_method
249
+ -----------------------------------------------
250
+  (0.0ms) rollback transaction
251
+  (0.0ms) begin transaction
252
+ -------------------------------------------------
253
+ ViewTest: test_should_have_contenta_tag_if_method
254
+ -------------------------------------------------
255
+  (0.0ms) rollback transaction
256
+  (0.0ms) begin transaction
257
+ ------------------------------------------
258
+ ViewTest: test_should_have_set_meta_method
259
+ ------------------------------------------
260
+  (0.0ms) rollback transaction
261
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
262
+  (0.1ms) select sqlite_version(*)
263
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
264
+  (0.0ms) SELECT version FROM "schema_migrations"
265
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
266
+  (0.1ms) begin transaction
267
+ -----------------------------------------------
268
+ ViewTest: test_should_have_active_trail?_method
269
+ -----------------------------------------------
270
+  (0.0ms) rollback transaction
271
+  (0.0ms) begin transaction
272
+ -------------------------------------------------
273
+ ViewTest: test_should_have_contenta_tag_if_method
274
+ -------------------------------------------------
275
+  (0.0ms) rollback transaction
276
+  (0.0ms) begin transaction
277
+ ------------------------------------------
278
+ ViewTest: test_should_have_set_meta_method
279
+ ------------------------------------------
280
+  (0.0ms) rollback transaction
281
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
282
+  (0.1ms) select sqlite_version(*)
283
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
284
+  (0.1ms) SELECT version FROM "schema_migrations"
285
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
286
+  (0.1ms) begin transaction
287
+ -----------------------------------------------
288
+ ViewTest: test_should_have_active_trail?_method
289
+ -----------------------------------------------
290
+  (0.0ms) rollback transaction
291
+  (0.0ms) begin transaction
292
+ -------------------------------------------------
293
+ ViewTest: test_should_have_contenta_tag_if_method
294
+ -------------------------------------------------
295
+  (0.0ms) rollback transaction
296
+  (0.0ms) begin transaction
297
+ ------------------------------------------
298
+ ViewTest: test_should_have_set_meta_method
299
+ ------------------------------------------
300
+  (0.0ms) rollback transaction
301
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
302
+  (0.1ms) select sqlite_version(*)
303
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
304
+  (0.1ms) SELECT version FROM "schema_migrations"
305
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
306
+  (0.1ms) begin transaction
307
+ -----------------------------------------------
308
+ ViewTest: test_should_have_active_trail?_method
309
+ -----------------------------------------------
310
+  (0.0ms) rollback transaction
311
+  (0.0ms) begin transaction
312
+ -------------------------------------------------
313
+ ViewTest: test_should_have_contenta_tag_if_method
314
+ -------------------------------------------------
315
+  (0.1ms) rollback transaction
316
+  (0.0ms) begin transaction
317
+ ------------------------------------------
318
+ ViewTest: test_should_have_set_meta_method
319
+ ------------------------------------------
320
+  (0.0ms) rollback transaction
321
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
322
+  (0.1ms) select sqlite_version(*)
323
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
324
+  (0.0ms) SELECT version FROM "schema_migrations"
325
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
326
+  (0.1ms) begin transaction
327
+ -----------------------------------------------
328
+ ViewTest: test_should_have_active_trail?_method
329
+ -----------------------------------------------
330
+  (0.0ms) rollback transaction
331
+  (0.0ms) begin transaction
332
+ -------------------------------------------------
333
+ ViewTest: test_should_have_contenta_tag_if_method
334
+ -------------------------------------------------
335
+  (0.0ms) rollback transaction
336
+  (0.0ms) begin transaction
337
+ ------------------------------------------
338
+ ViewTest: test_should_have_set_meta_method
339
+ ------------------------------------------
340
+  (0.0ms) rollback transaction
341
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
342
+  (0.1ms) select sqlite_version(*)
343
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
344
+  (0.1ms) SELECT version FROM "schema_migrations"
345
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
346
+  (0.1ms) begin transaction
347
+ -----------------------------------------------
348
+ ViewTest: test_should_have_active_trail?_method
349
+ -----------------------------------------------
350
+  (0.0ms) rollback transaction
351
+  (0.0ms) begin transaction
352
+ -------------------------------------------------
353
+ ViewTest: test_should_have_contenta_tag_if_method
354
+ -------------------------------------------------
355
+  (0.1ms) rollback transaction
356
+  (0.0ms) begin transaction
357
+ ------------------------------------------
358
+ ViewTest: test_should_have_set_meta_method
359
+ ------------------------------------------
360
+  (0.0ms) rollback transaction
361
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
362
+  (0.1ms) select sqlite_version(*)
363
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
364
+  (0.1ms) SELECT version FROM "schema_migrations"
365
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
366
+  (0.1ms) begin transaction
367
+ ------------------------------------------------------------------------
368
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
369
+ ------------------------------------------------------------------------
370
+  (0.0ms) rollback transaction
371
+  (0.0ms) begin transaction
372
+ -------------------------------------------------------------------
373
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
374
+ -------------------------------------------------------------------
375
+  (0.0ms) rollback transaction
376
+  (0.0ms) begin transaction
377
+ ----------------------------------------------------------------------------
378
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
379
+ ----------------------------------------------------------------------------
380
+  (0.0ms) rollback transaction
381
+  (0.0ms) begin transaction
382
+ -------------------------------------------------
383
+ ViewTest: test_should_have_contenta_tag_if_method
384
+ -------------------------------------------------
385
+  (0.0ms) rollback transaction
386
+  (0.0ms) begin transaction
387
+ ------------------------------------------
388
+ ViewTest: test_should_have_set_meta_method
389
+ ------------------------------------------
390
+  (0.1ms) rollback transaction
391
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
392
+  (0.1ms) select sqlite_version(*)
393
+  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
394
+  (0.1ms) SELECT version FROM "schema_migrations"
395
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
396
+  (0.1ms) begin transaction
397
+ ------------------------------------------------------------------------
398
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
399
+ ------------------------------------------------------------------------
400
+  (0.0ms) rollback transaction
401
+  (0.0ms) begin transaction
402
+ -------------------------------------------------------------------
403
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
404
+ -------------------------------------------------------------------
405
+  (0.0ms) rollback transaction
406
+  (0.0ms) begin transaction
407
+ ----------------------------------------------------------------------------
408
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
409
+ ----------------------------------------------------------------------------
410
+  (0.0ms) rollback transaction
411
+  (0.0ms) begin transaction
412
+ -----------------
413
+ ButtonTest: test_
414
+ -----------------
415
+  (0.1ms) rollback transaction
416
+  (0.0ms) begin transaction
26
417
  ----------------------------------------------
27
- ViewTest: test_should_have_active_menu?_method
418
+ ButtonTest: test_should_use_the_value_as_label
28
419
  ----------------------------------------------
29
-  (0.2ms) rollback transaction
30
-  (0.1ms) begin transaction
420
+  (0.0ms) rollback transaction
421
+  (0.0ms) begin transaction
31
422
  -------------------------------------------------
32
- ViewTest: test_should_have_conditional_tag_method
423
+ ViewTest: test_should_have_contenta_tag_if_method
33
424
  -------------------------------------------------
34
-  (0.1ms) rollback transaction
425
+  (0.0ms) rollback transaction
426
+  (0.0ms) begin transaction
427
+ ------------------------------------------
428
+ ViewTest: test_should_have_set_meta_method
429
+ ------------------------------------------
430
+  (0.0ms) rollback transaction
35
431
   (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
36
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
37
-  (0.1ms) SELECT version FROM "schema_migrations"
38
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
39
-  (0.1ms) begin transaction
40
- ----------------------------------------------------
41
- ControllerTest: test_should_have_flash_errors_method
42
- ----------------------------------------------------
43
-  (0.1ms) rollback transaction
44
-  (0.0ms) begin transaction
432
+  (0.1ms) select sqlite_version(*)
433
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
434
+  (0.1ms) SELECT version FROM "schema_migrations"
435
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
436
+  (0.1ms) begin transaction
437
+ ------------------------------------------------------------------------
438
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
439
+ ------------------------------------------------------------------------
440
+  (0.0ms) rollback transaction
441
+  (0.0ms) begin transaction
442
+ -------------------------------------------------------------------
443
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
444
+ -------------------------------------------------------------------
445
+  (0.0ms) rollback transaction
446
+  (0.0ms) begin transaction
447
+ ----------------------------------------------------------------------------
448
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
449
+ ----------------------------------------------------------------------------
450
+  (0.0ms) rollback transaction
451
+  (0.0ms) begin transaction
452
+ -----------------
453
+ ButtonTest: test_
454
+ -----------------
455
+  (0.0ms) rollback transaction
456
+  (0.0ms) begin transaction
457
+ ----------------------------------------------
458
+ ButtonTest: test_should_use_the_value_as_label
459
+ ----------------------------------------------
460
+  (0.0ms) rollback transaction
461
+  (0.0ms) begin transaction
45
462
  -------------------------------------------------
46
- ControllerTest: test_should_have_forbidden_method
463
+ ViewTest: test_should_have_contenta_tag_if_method
47
464
  -------------------------------------------------
48
-  (0.0ms) rollback transaction
49
-  (0.0ms) begin transaction
465
+  (0.0ms) rollback transaction
466
+  (0.0ms) begin transaction
467
+ ------------------------------------------
468
+ ViewTest: test_should_have_set_meta_method
469
+ ------------------------------------------
470
+  (0.0ms) rollback transaction
471
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
472
+  (0.1ms) select sqlite_version(*)
473
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
474
+  (0.0ms) SELECT version FROM "schema_migrations"
475
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
476
+  (0.1ms) begin transaction
477
+ ------------------------------------------------------------------------
478
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
479
+ ------------------------------------------------------------------------
480
+  (0.0ms) rollback transaction
481
+  (0.0ms) begin transaction
482
+ -------------------------------------------------------------------
483
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
484
+ -------------------------------------------------------------------
485
+  (0.0ms) rollback transaction
486
+  (0.0ms) begin transaction
487
+ ----------------------------------------------------------------------------
488
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
489
+ ----------------------------------------------------------------------------
490
+  (0.0ms) rollback transaction
491
+  (0.0ms) begin transaction
492
+ -----------------
493
+ ButtonTest: test_
494
+ -----------------
495
+  (0.1ms) rollback transaction
496
+  (0.0ms) begin transaction
497
+ ----------------------------------------------
498
+ ButtonTest: test_should_use_the_value_as_label
499
+ ----------------------------------------------
500
+  (0.0ms) rollback transaction
501
+  (0.0ms) begin transaction
50
502
  -------------------------------------------------
51
- ControllerTest: test_should_have_not_found_method
503
+ ViewTest: test_should_have_contenta_tag_if_method
52
504
  -------------------------------------------------
53
-  (0.0ms) rollback transaction
54
-  (0.0ms) begin transaction
55
- -----------------------------------------------------------
56
- ControllerTest: test_should_have_redirect_with_flash_method
57
- -----------------------------------------------------------
58
-  (0.0ms) rollback transaction
59
-  (0.0ms) begin transaction
505
+  (0.0ms) rollback transaction
506
+  (0.1ms) begin transaction
507
+ ------------------------------------------
508
+ ViewTest: test_should_have_set_meta_method
509
+ ------------------------------------------
510
+  (0.1ms) rollback transaction
511
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
512
+  (0.1ms) select sqlite_version(*)
513
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
514
+  (0.1ms) SELECT version FROM "schema_migrations"
515
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
516
+  (0.1ms) begin transaction
517
+ ------------------------------------------------------------------------
518
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
519
+ ------------------------------------------------------------------------
520
+  (0.0ms) rollback transaction
521
+  (0.0ms) begin transaction
522
+ -------------------------------------------------------------------
523
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
524
+ -------------------------------------------------------------------
525
+  (0.0ms) rollback transaction
526
+  (0.0ms) begin transaction
527
+ ----------------------------------------------------------------------------
528
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
529
+ ----------------------------------------------------------------------------
530
+  (0.0ms) rollback transaction
531
+  (0.0ms) begin transaction
532
+ -----------------------------------------------
533
+ ButtonTest: test_should_button_instead_of_input
534
+ -----------------------------------------------
535
+  (0.1ms) rollback transaction
536
+  (0.0ms) begin transaction
60
537
  ----------------------------------------------
61
- ViewTest: test_should_have_active_menu?_method
538
+ ButtonTest: test_should_use_the_value_as_label
62
539
  ----------------------------------------------
63
-  (0.1ms) rollback transaction
64
-  (0.0ms) begin transaction
540
+  (0.0ms) rollback transaction
541
+  (0.0ms) begin transaction
65
542
  -------------------------------------------------
66
- ViewTest: test_should_have_conditional_tag_method
543
+ ViewTest: test_should_have_contenta_tag_if_method
67
544
  -------------------------------------------------
68
-  (0.0ms) rollback transaction
545
+  (0.0ms) rollback transaction
546
+  (0.0ms) begin transaction
547
+ ------------------------------------------
548
+ ViewTest: test_should_have_set_meta_method
549
+ ------------------------------------------
550
+  (0.0ms) rollback transaction
69
551
   (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
70
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
71
-  (0.1ms) SELECT version FROM "schema_migrations"
72
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
73
-  (0.1ms) begin transaction
552
+  (0.1ms) select sqlite_version(*)
553
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
554
+  (0.1ms) SELECT version FROM "schema_migrations"
555
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
556
+  (0.1ms) begin transaction
557
+ ------------------------------------------------------------------------
558
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
559
+ ------------------------------------------------------------------------
560
+  (0.0ms) rollback transaction
561
+  (0.0ms) begin transaction
562
+ -------------------------------------------------------------------
563
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
564
+ -------------------------------------------------------------------
565
+  (0.0ms) rollback transaction
566
+  (0.0ms) begin transaction
567
+ ----------------------------------------------------------------------------
568
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
569
+ ----------------------------------------------------------------------------
570
+  (0.0ms) rollback transaction
571
+  (0.0ms) begin transaction
572
+ -----------------------------------------------
573
+ ButtonTest: test_should_button_instead_of_input
574
+ -----------------------------------------------
575
+  (0.1ms) rollback transaction
576
+  (0.0ms) begin transaction
74
577
  ----------------------------------------------
75
- ViewTest: test_should_have_active_menu?_method
578
+ ButtonTest: test_should_use_the_value_as_label
76
579
  ----------------------------------------------
77
-  (0.1ms) rollback transaction
78
-  (0.1ms) begin transaction
580
+  (0.0ms) rollback transaction
581
+  (0.0ms) begin transaction
79
582
  -------------------------------------------------
80
- ViewTest: test_should_have_conditional_tag_method
583
+ ViewTest: test_should_have_contenta_tag_if_method
81
584
  -------------------------------------------------
82
-  (0.0ms) rollback transaction
585
+  (0.0ms) rollback transaction
586
+  (0.0ms) begin transaction
587
+ ------------------------------------------
588
+ ViewTest: test_should_have_set_meta_method
589
+ ------------------------------------------
590
+  (0.1ms) rollback transaction
83
591
   (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
84
-  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
85
-  (0.1ms) SELECT version FROM "schema_migrations"
86
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
87
-  (0.1ms) begin transaction
592
+  (0.2ms) select sqlite_version(*)
593
+  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
594
+  (0.1ms) SELECT version FROM "schema_migrations"
595
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
596
+  (0.1ms) begin transaction
597
+ ------------------------------------------------------------------------
598
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
599
+ ------------------------------------------------------------------------
600
+  (0.0ms) rollback transaction
601
+  (0.0ms) begin transaction
602
+ -------------------------------------------------------------------
603
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
604
+ -------------------------------------------------------------------
605
+  (0.0ms) rollback transaction
606
+  (0.0ms) begin transaction
607
+ ----------------------------------------------------------------------------
608
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
609
+ ----------------------------------------------------------------------------
610
+  (0.0ms) rollback transaction
611
+  (5.8ms) begin transaction
612
+ --------------------------------------
613
+ ButtonTest: test_should_accept_options
614
+ --------------------------------------
615
+  (0.0ms) rollback transaction
616
+  (0.0ms) begin transaction
617
+ ----------------------------------------------------------------
618
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
619
+ ----------------------------------------------------------------
620
+  (0.1ms) rollback transaction
621
+  (0.1ms) begin transaction
622
+ ----------------------------------------------
623
+ ButtonTest: test_should_use_the_value_as_label
624
+ ----------------------------------------------
625
+  (0.1ms) rollback transaction
626
+  (0.1ms) begin transaction
627
+ -------------------------------------------------
628
+ ViewTest: test_should_have_contenta_tag_if_method
629
+ -------------------------------------------------
630
+  (0.1ms) rollback transaction
631
+  (0.1ms) begin transaction
632
+ ------------------------------------------
633
+ ViewTest: test_should_have_set_meta_method
634
+ ------------------------------------------
635
+  (0.0ms) rollback transaction
636
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
637
+  (0.1ms) select sqlite_version(*)
638
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
639
+  (0.1ms) SELECT version FROM "schema_migrations"
640
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
641
+  (0.1ms) begin transaction
642
+ ------------------------------------------------------------------------
643
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
644
+ ------------------------------------------------------------------------
645
+  (0.0ms) rollback transaction
646
+  (0.0ms) begin transaction
647
+ -------------------------------------------------------------------
648
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
649
+ -------------------------------------------------------------------
650
+  (0.0ms) rollback transaction
651
+  (0.0ms) begin transaction
652
+ ----------------------------------------------------------------------------
653
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
654
+ ----------------------------------------------------------------------------
655
+  (0.0ms) rollback transaction
656
+  (0.0ms) begin transaction
657
+ --------------------------------------
658
+ ButtonTest: test_should_accept_options
659
+ --------------------------------------
660
+  (0.0ms) rollback transaction
661
+  (0.0ms) begin transaction
662
+ ----------------------------------------------------------------
663
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
664
+ ----------------------------------------------------------------
665
+  (0.0ms) rollback transaction
666
+  (0.0ms) begin transaction
88
667
  ----------------------------------------------
89
- ViewTest: test_should_have_active_menu?_method
668
+ ButtonTest: test_should_use_the_value_as_label
90
669
  ----------------------------------------------
91
-  (0.1ms) rollback transaction
92
-  (0.1ms) begin transaction
670
+  (0.0ms) rollback transaction
671
+  (0.1ms) begin transaction
93
672
  -------------------------------------------------
94
- ViewTest: test_should_have_conditional_tag_method
673
+ ViewTest: test_should_have_contenta_tag_if_method
674
+ -------------------------------------------------
675
+  (0.0ms) rollback transaction
676
+  (0.0ms) begin transaction
677
+ ------------------------------------------
678
+ ViewTest: test_should_have_set_meta_method
679
+ ------------------------------------------
680
+  (0.0ms) rollback transaction
681
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
682
+  (0.1ms) select sqlite_version(*)
683
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
684
+  (0.1ms) SELECT version FROM "schema_migrations"
685
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
686
+  (0.1ms) begin transaction
687
+ ------------------------------------------------------------------------
688
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
689
+ ------------------------------------------------------------------------
690
+  (0.0ms) rollback transaction
691
+  (0.0ms) begin transaction
692
+ -------------------------------------------------------------------
693
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
694
+ -------------------------------------------------------------------
695
+  (0.0ms) rollback transaction
696
+  (0.0ms) begin transaction
697
+ ----------------------------------------------------------------------------
698
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
699
+ ----------------------------------------------------------------------------
700
+  (0.0ms) rollback transaction
701
+  (0.1ms) begin transaction
702
+ --------------------------------------
703
+ ButtonTest: test_should_accept_options
704
+ --------------------------------------
705
+  (0.0ms) rollback transaction
706
+  (0.0ms) begin transaction
707
+ ----------------------------------------------------------------
708
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
709
+ ----------------------------------------------------------------
710
+  (0.1ms) rollback transaction
711
+  (0.1ms) begin transaction
712
+ ----------------------------------------------
713
+ ButtonTest: test_should_use_the_value_as_label
714
+ ----------------------------------------------
715
+  (0.0ms) rollback transaction
716
+  (0.0ms) begin transaction
717
+ -------------------------------------------------
718
+ ViewTest: test_should_have_contenta_tag_if_method
95
719
  -------------------------------------------------
96
-  (0.0ms) rollback transaction
720
+  (0.0ms) rollback transaction
721
+  (0.1ms) begin transaction
722
+ ------------------------------------------
723
+ ViewTest: test_should_have_set_meta_method
724
+ ------------------------------------------
725
+  (0.0ms) rollback transaction
97
726
   (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
98
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
99
-  (0.1ms) SELECT version FROM "schema_migrations"
100
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
101
-  (0.1ms) begin transaction
727
+  (0.1ms) select sqlite_version(*)
728
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
729
+  (0.1ms) SELECT version FROM "schema_migrations"
730
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
731
+  (0.1ms) begin transaction
732
+ ------------------------------------------------------------------------
733
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
734
+ ------------------------------------------------------------------------
735
+  (0.0ms) rollback transaction
736
+  (0.0ms) begin transaction
737
+ -------------------------------------------------------------------
738
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
739
+ -------------------------------------------------------------------
740
+  (0.0ms) rollback transaction
741
+  (0.0ms) begin transaction
742
+ ----------------------------------------------------------------------------
743
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
744
+ ----------------------------------------------------------------------------
745
+  (0.0ms) rollback transaction
746
+  (0.1ms) begin transaction
747
+ --------------------------------------
748
+ ButtonTest: test_should_accept_options
749
+ --------------------------------------
750
+  (0.0ms) rollback transaction
751
+  (0.0ms) begin transaction
752
+ ----------------------------------------------------------------
753
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
754
+ ----------------------------------------------------------------
755
+  (0.0ms) rollback transaction
756
+  (0.0ms) begin transaction
102
757
  ----------------------------------------------
103
- ViewTest: test_should_have_active_menu?_method
758
+ ButtonTest: test_should_use_the_value_as_label
104
759
  ----------------------------------------------
105
-  (0.1ms) rollback transaction
106
-  (0.1ms) begin transaction
760
+  (0.0ms) rollback transaction
761
+  (0.0ms) begin transaction
107
762
  -------------------------------------------------
108
763
  ViewTest: test_should_have_contenta_tag_if_method
109
764
  -------------------------------------------------
110
-  (0.0ms) rollback transaction
765
+  (0.0ms) rollback transaction
766
+  (0.0ms) begin transaction
767
+ ------------------------------------------
768
+ ViewTest: test_should_have_set_meta_method
769
+ ------------------------------------------
770
+  (0.1ms) rollback transaction
111
771
   (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
112
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
113
-  (0.1ms) SELECT version FROM "schema_migrations"
114
-  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
115
-  (0.1ms) begin transaction
772
+  (0.1ms) select sqlite_version(*)
773
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
774
+  (0.1ms) SELECT version FROM "schema_migrations"
775
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
776
+  (0.1ms) begin transaction
777
+ ------------------------------------------------------------------------
778
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
779
+ ------------------------------------------------------------------------
780
+  (0.0ms) rollback transaction
781
+  (0.0ms) begin transaction
782
+ -------------------------------------------------------------------
783
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
784
+ -------------------------------------------------------------------
785
+  (0.0ms) rollback transaction
786
+  (0.0ms) begin transaction
787
+ ----------------------------------------------------------------------------
788
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
789
+ ----------------------------------------------------------------------------
790
+  (0.0ms) rollback transaction
791
+  (5.6ms) begin transaction
792
+ --------------------------------------
793
+ ButtonTest: test_should_accept_options
794
+ --------------------------------------
795
+  (0.1ms) rollback transaction
796
+  (0.0ms) begin transaction
797
+ ----------------------------------------------------------------
798
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
799
+ ----------------------------------------------------------------
800
+  (0.1ms) rollback transaction
801
+  (0.1ms) begin transaction
116
802
  ----------------------------------------------
117
- ViewTest: test_should_have_active_menu?_method
803
+ ButtonTest: test_should_use_the_value_as_label
118
804
  ----------------------------------------------
119
-  (0.1ms) rollback transaction
120
-  (0.1ms) begin transaction
805
+  (0.0ms) rollback transaction
806
+  (0.0ms) begin transaction
121
807
  -------------------------------------------------
122
808
  ViewTest: test_should_have_contenta_tag_if_method
123
809
  -------------------------------------------------
124
-  (0.0ms) rollback transaction
810
+  (0.0ms) rollback transaction
811
+  (0.1ms) begin transaction
812
+ ------------------------------------------
813
+ ViewTest: test_should_have_set_meta_method
814
+ ------------------------------------------
815
+  (0.0ms) rollback transaction
816
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
817
+  (0.1ms) select sqlite_version(*)
818
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
819
+  (0.1ms) SELECT version FROM "schema_migrations"
820
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
821
+  (0.1ms) begin transaction
822
+ ------------------------------------------------------------------------
823
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
824
+ ------------------------------------------------------------------------
825
+  (0.1ms) rollback transaction
826
+  (0.0ms) begin transaction
827
+ -------------------------------------------------------------------
828
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
829
+ -------------------------------------------------------------------
830
+  (0.0ms) rollback transaction
831
+  (0.0ms) begin transaction
832
+ ----------------------------------------------------------------------------
833
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
834
+ ----------------------------------------------------------------------------
835
+  (0.0ms) rollback transaction
836
+  (0.0ms) begin transaction
837
+ --------------------------------------
838
+ ButtonTest: test_should_accept_options
839
+ --------------------------------------
840
+  (0.1ms) rollback transaction
841
+  (0.1ms) begin transaction
842
+ ----------------------------------------------------------------
843
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
844
+ ----------------------------------------------------------------
845
+  (0.0ms) rollback transaction
846
+  (0.0ms) begin transaction
847
+ ----------------------------------------------
848
+ ButtonTest: test_should_use_the_value_as_label
849
+ ----------------------------------------------
850
+  (0.0ms) rollback transaction
851
+  (0.0ms) begin transaction
852
+ -------------------------------------------------
853
+ ViewTest: test_should_have_contenta_tag_if_method
854
+ -------------------------------------------------
855
+  (0.0ms) rollback transaction
856
+  (0.0ms) begin transaction
857
+ ------------------------------------------
858
+ ViewTest: test_should_have_set_meta_method
859
+ ------------------------------------------
860
+  (0.0ms) rollback transaction
861
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
862
+  (0.0ms) select sqlite_version(*)
863
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
864
+  (0.1ms) SELECT version FROM "schema_migrations"
865
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
866
+  (0.1ms) begin transaction
867
+ ------------------------------------------------------------------------
868
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
869
+ ------------------------------------------------------------------------
870
+  (0.0ms) rollback transaction
871
+  (0.0ms) begin transaction
872
+ -------------------------------------------------------------------
873
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
874
+ -------------------------------------------------------------------
875
+  (0.0ms) rollback transaction
876
+  (0.0ms) begin transaction
877
+ ----------------------------------------------------------------------------
878
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
879
+ ----------------------------------------------------------------------------
880
+  (0.0ms) rollback transaction
881
+  (0.0ms) begin transaction
882
+ --------------------------------------
883
+ ButtonTest: test_should_accept_options
884
+ --------------------------------------
885
+  (0.0ms) rollback transaction
886
+  (0.0ms) begin transaction
887
+ ----------------------------------------------------------------
888
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
889
+ ----------------------------------------------------------------
890
+  (0.0ms) rollback transaction
891
+  (0.0ms) begin transaction
892
+ ----------------------------------------------
893
+ ButtonTest: test_should_use_the_value_as_label
894
+ ----------------------------------------------
895
+  (0.0ms) rollback transaction
896
+  (0.0ms) begin transaction
897
+ -------------------------------------------------
898
+ ViewTest: test_should_have_contenta_tag_if_method
899
+ -------------------------------------------------
900
+  (0.0ms) rollback transaction
901
+  (0.0ms) begin transaction
902
+ ------------------------------------------
903
+ ViewTest: test_should_have_set_meta_method
904
+ ------------------------------------------
905
+  (0.0ms) rollback transaction
906
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
907
+  (0.1ms) select sqlite_version(*)
908
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
909
+  (0.0ms) SELECT version FROM "schema_migrations"
910
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
911
+  (0.1ms) begin transaction
912
+ ------------------------------------------------------------------------
913
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
914
+ ------------------------------------------------------------------------
915
+  (0.0ms) rollback transaction
916
+  (0.0ms) begin transaction
917
+ -------------------------------------------------------------------
918
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
919
+ -------------------------------------------------------------------
920
+  (0.0ms) rollback transaction
921
+  (0.0ms) begin transaction
922
+ ----------------------------------------------------------------------------
923
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
924
+ ----------------------------------------------------------------------------
925
+  (0.0ms) rollback transaction
926
+  (0.1ms) begin transaction
927
+ --------------------------------------
928
+ ButtonTest: test_should_accept_options
929
+ --------------------------------------
930
+  (0.0ms) rollback transaction
931
+  (0.0ms) begin transaction
932
+ ----------------------------------------------------------------
933
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
934
+ ----------------------------------------------------------------
935
+  (0.1ms) rollback transaction
936
+  (0.1ms) begin transaction
937
+ ----------------------------------------------
938
+ ButtonTest: test_should_use_the_value_as_label
939
+ ----------------------------------------------
940
+  (0.0ms) rollback transaction
941
+  (0.0ms) begin transaction
942
+ -------------------------------------------------
943
+ ViewTest: test_should_have_contenta_tag_if_method
944
+ -------------------------------------------------
945
+  (0.0ms) rollback transaction
946
+  (0.1ms) begin transaction
947
+ ------------------------------------------
948
+ ViewTest: test_should_have_set_meta_method
949
+ ------------------------------------------
950
+  (0.0ms) rollback transaction
951
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
952
+  (0.1ms) select sqlite_version(*)
953
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
954
+  (0.1ms) SELECT version FROM "schema_migrations"
955
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
956
+  (0.1ms) begin transaction
957
+ ------------------------------------------------------------------------
958
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
959
+ ------------------------------------------------------------------------
960
+  (0.0ms) rollback transaction
961
+  (0.0ms) begin transaction
962
+ -------------------------------------------------------------------
963
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
964
+ -------------------------------------------------------------------
965
+  (0.0ms) rollback transaction
966
+  (0.0ms) begin transaction
967
+ ----------------------------------------------------------------------------
968
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
969
+ ----------------------------------------------------------------------------
970
+  (0.0ms) rollback transaction
971
+  (5.5ms) begin transaction
972
+ -----------------------------------------
973
+ ButtonTest: test_should_accept_attributes
974
+ -----------------------------------------
975
+  (0.0ms) rollback transaction
976
+  (0.0ms) begin transaction
977
+ ----------------------------------------------------------------
978
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
979
+ ----------------------------------------------------------------
980
+  (0.1ms) rollback transaction
981
+  (0.1ms) begin transaction
982
+ ----------------------------------------------
983
+ ButtonTest: test_should_use_the_value_as_label
984
+ ----------------------------------------------
985
+  (0.0ms) rollback transaction
986
+  (0.1ms) begin transaction
987
+ -------------------------------------------------
988
+ ViewTest: test_should_have_contenta_tag_if_method
989
+ -------------------------------------------------
990
+  (0.0ms) rollback transaction
991
+  (0.0ms) begin transaction
992
+ ------------------------------------------
993
+ ViewTest: test_should_have_set_meta_method
994
+ ------------------------------------------
995
+  (0.0ms) rollback transaction
996
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
997
+  (0.1ms) select sqlite_version(*)
998
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
999
+  (0.1ms) SELECT version FROM "schema_migrations"
1000
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1001
+  (0.1ms) begin transaction
1002
+ ------------------------------------------------------------------------
1003
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1004
+ ------------------------------------------------------------------------
1005
+  (0.0ms) rollback transaction
1006
+  (0.0ms) begin transaction
1007
+ -------------------------------------------------------------------
1008
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1009
+ -------------------------------------------------------------------
1010
+  (0.0ms) rollback transaction
1011
+  (0.0ms) begin transaction
1012
+ ----------------------------------------------------------------------------
1013
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1014
+ ----------------------------------------------------------------------------
1015
+  (0.0ms) rollback transaction
1016
+  (5.5ms) begin transaction
1017
+ -----------------------------------------
1018
+ ButtonTest: test_should_accept_attributes
1019
+ -----------------------------------------
1020
+  (0.0ms) rollback transaction
1021
+  (0.0ms) begin transaction
1022
+ ----------------------------------------------------------------
1023
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
1024
+ ----------------------------------------------------------------
1025
+  (0.1ms) rollback transaction
1026
+  (0.1ms) begin transaction
1027
+ ----------------------------------------------
1028
+ ButtonTest: test_should_use_the_value_as_label
1029
+ ----------------------------------------------
1030
+  (0.1ms) rollback transaction
1031
+  (0.1ms) begin transaction
1032
+ -------------------------------------------------
1033
+ ViewTest: test_should_have_contenta_tag_if_method
1034
+ -------------------------------------------------
1035
+  (0.0ms) rollback transaction
1036
+  (0.0ms) begin transaction
1037
+ ------------------------------------------
1038
+ ViewTest: test_should_have_set_meta_method
1039
+ ------------------------------------------
1040
+  (0.1ms) rollback transaction
1041
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1042
+  (0.1ms) select sqlite_version(*)
1043
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1044
+  (0.1ms) SELECT version FROM "schema_migrations"
1045
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1046
+  (0.1ms) begin transaction
1047
+ ------------------------------------------------------------------------
1048
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1049
+ ------------------------------------------------------------------------
1050
+  (0.0ms) rollback transaction
1051
+  (0.0ms) begin transaction
1052
+ -------------------------------------------------------------------
1053
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1054
+ -------------------------------------------------------------------
1055
+  (0.0ms) rollback transaction
1056
+  (0.0ms) begin transaction
1057
+ ----------------------------------------------------------------------------
1058
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1059
+ ----------------------------------------------------------------------------
1060
+  (0.0ms) rollback transaction
1061
+  (0.0ms) begin transaction
1062
+ -----------------------------------------
1063
+ ButtonTest: test_should_accept_attributes
1064
+ -----------------------------------------
1065
+  (0.1ms) rollback transaction
1066
+  (0.0ms) begin transaction
1067
+ ----------------------------------------------------------------
1068
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
1069
+ ----------------------------------------------------------------
1070
+  (0.1ms) rollback transaction
1071
+  (0.1ms) begin transaction
1072
+ ----------------------------------------------
1073
+ ButtonTest: test_should_use_the_value_as_label
1074
+ ----------------------------------------------
1075
+  (0.0ms) rollback transaction
1076
+  (0.0ms) begin transaction
1077
+ -------------------------------------------------
1078
+ ViewTest: test_should_have_contenta_tag_if_method
1079
+ -------------------------------------------------
1080
+  (0.0ms) rollback transaction
1081
+  (0.1ms) begin transaction
1082
+ ------------------------------------------
1083
+ ViewTest: test_should_have_set_meta_method
1084
+ ------------------------------------------
1085
+  (0.0ms) rollback transaction
1086
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1087
+  (0.1ms) select sqlite_version(*)
1088
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1089
+  (0.1ms) SELECT version FROM "schema_migrations"
1090
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1091
+  (0.1ms) begin transaction
1092
+ ------------------------------------------------------------------------
1093
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1094
+ ------------------------------------------------------------------------
1095
+  (0.1ms) rollback transaction
1096
+  (0.1ms) begin transaction
1097
+ -------------------------------------------------------------------
1098
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1099
+ -------------------------------------------------------------------
1100
+  (0.1ms) rollback transaction
1101
+  (0.1ms) begin transaction
1102
+ ----------------------------------------------------------------------------
1103
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1104
+ ----------------------------------------------------------------------------
1105
+  (0.1ms) rollback transaction
1106
+  (0.0ms) begin transaction
1107
+ -----------------------------------------
1108
+ ButtonTest: test_should_accept_attributes
1109
+ -----------------------------------------
1110
+  (0.3ms) rollback transaction
1111
+  (0.1ms) begin transaction
1112
+ ----------------------------------------------------------------
1113
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
1114
+ ----------------------------------------------------------------
1115
+  (0.1ms) rollback transaction
1116
+  (0.1ms) begin transaction
1117
+ ----------------------------------------------
1118
+ ButtonTest: test_should_use_the_value_as_label
1119
+ ----------------------------------------------
1120
+  (0.1ms) rollback transaction
1121
+  (0.0ms) begin transaction
1122
+ -------------------------------------------------
1123
+ ViewTest: test_should_have_contenta_tag_if_method
1124
+ -------------------------------------------------
1125
+  (0.0ms) rollback transaction
1126
+  (0.0ms) begin transaction
1127
+ ------------------------------------------
1128
+ ViewTest: test_should_have_set_meta_method
1129
+ ------------------------------------------
1130
+  (0.1ms) rollback transaction
1131
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1132
+  (0.1ms) select sqlite_version(*)
1133
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1134
+  (0.1ms) SELECT version FROM "schema_migrations"
1135
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1136
+  (0.1ms) begin transaction
1137
+ ------------------------------------------------------------------------
1138
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1139
+ ------------------------------------------------------------------------
1140
+  (0.0ms) rollback transaction
1141
+  (0.0ms) begin transaction
1142
+ -------------------------------------------------------------------
1143
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1144
+ -------------------------------------------------------------------
1145
+  (0.1ms) rollback transaction
1146
+  (0.0ms) begin transaction
1147
+ ----------------------------------------------------------------------------
1148
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1149
+ ----------------------------------------------------------------------------
1150
+  (0.0ms) rollback transaction
1151
+  (0.1ms) begin transaction
1152
+ -----------------------------------------
1153
+ ButtonTest: test_should_accept_attributes
1154
+ -----------------------------------------
1155
+  (0.1ms) rollback transaction
1156
+  (0.0ms) begin transaction
1157
+ ----------------------------------------------------------------
1158
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
1159
+ ----------------------------------------------------------------
1160
+  (0.0ms) rollback transaction
1161
+  (0.0ms) begin transaction
1162
+ ----------------------------------------------
1163
+ ButtonTest: test_should_use_the_value_as_label
1164
+ ----------------------------------------------
1165
+  (0.0ms) rollback transaction
1166
+  (0.0ms) begin transaction
1167
+ -------------------------------------------------
1168
+ ViewTest: test_should_have_contenta_tag_if_method
1169
+ -------------------------------------------------
1170
+  (0.0ms) rollback transaction
1171
+  (0.0ms) begin transaction
1172
+ ------------------------------------------
1173
+ ViewTest: test_should_have_set_meta_method
1174
+ ------------------------------------------
1175
+  (0.1ms) rollback transaction
1176
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1177
+  (0.1ms) select sqlite_version(*)
1178
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1179
+  (0.1ms) SELECT version FROM "schema_migrations"
1180
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1181
+  (0.1ms) begin transaction
1182
+ ------------------------------------------------------------------------
1183
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1184
+ ------------------------------------------------------------------------
1185
+  (0.0ms) rollback transaction
1186
+  (0.0ms) begin transaction
1187
+ -------------------------------------------------------------------
1188
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1189
+ -------------------------------------------------------------------
1190
+  (0.0ms) rollback transaction
1191
+  (0.0ms) begin transaction
1192
+ ----------------------------------------------------------------------------
1193
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1194
+ ----------------------------------------------------------------------------
1195
+  (0.0ms) rollback transaction
1196
+  (5.3ms) begin transaction
1197
+ -----------------------------------------
1198
+ ButtonTest: test_should_accept_attributes
1199
+ -----------------------------------------
1200
+  (0.1ms) rollback transaction
1201
+  (0.0ms) begin transaction
1202
+ ----------------------------------------------------------------
1203
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
1204
+ ----------------------------------------------------------------
1205
+  (0.1ms) rollback transaction
1206
+  (0.1ms) begin transaction
1207
+ ----------------------------------------------
1208
+ ButtonTest: test_should_use_the_value_as_label
1209
+ ----------------------------------------------
1210
+  (0.0ms) rollback transaction
1211
+  (0.0ms) begin transaction
1212
+ -------------------------------------------------
1213
+ ViewTest: test_should_have_contenta_tag_if_method
1214
+ -------------------------------------------------
1215
+  (0.0ms) rollback transaction
1216
+  (0.0ms) begin transaction
1217
+ ------------------------------------------
1218
+ ViewTest: test_should_have_set_meta_method
1219
+ ------------------------------------------
1220
+  (0.1ms) rollback transaction
1221
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1222
+  (0.1ms) select sqlite_version(*)
1223
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1224
+  (0.0ms) SELECT version FROM "schema_migrations"
1225
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1226
+  (0.1ms) begin transaction
1227
+ ------------------------------------------------------------------------
1228
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1229
+ ------------------------------------------------------------------------
1230
+  (0.0ms) rollback transaction
1231
+  (0.0ms) begin transaction
1232
+ -------------------------------------------------------------------
1233
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1234
+ -------------------------------------------------------------------
1235
+  (0.0ms) rollback transaction
1236
+  (0.0ms) begin transaction
1237
+ ----------------------------------------------------------------------------
1238
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1239
+ ----------------------------------------------------------------------------
1240
+  (0.0ms) rollback transaction
1241
+  (0.1ms) begin transaction
1242
+ -----------------------------------------
1243
+ ButtonTest: test_should_accept_attributes
1244
+ -----------------------------------------
1245
+  (0.0ms) rollback transaction
1246
+  (0.0ms) begin transaction
1247
+ ----------------------------------------------------------------
1248
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
1249
+ ----------------------------------------------------------------
1250
+  (0.0ms) rollback transaction
1251
+  (0.0ms) begin transaction
1252
+ ----------------------------------------------
1253
+ ButtonTest: test_should_use_the_value_as_label
1254
+ ----------------------------------------------
1255
+  (0.0ms) rollback transaction
1256
+  (0.0ms) begin transaction
1257
+ -------------------------------------------------
1258
+ ViewTest: test_should_have_contenta_tag_if_method
1259
+ -------------------------------------------------
1260
+  (0.0ms) rollback transaction
1261
+  (0.0ms) begin transaction
1262
+ ------------------------------------------
1263
+ ViewTest: test_should_have_set_meta_method
1264
+ ------------------------------------------
1265
+  (0.1ms) rollback transaction
1266
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1267
+  (0.1ms) select sqlite_version(*)
1268
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1269
+  (0.0ms) SELECT version FROM "schema_migrations"
1270
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1271
+  (0.1ms) begin transaction
1272
+ ------------------------------------------------------------------------
1273
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1274
+ ------------------------------------------------------------------------
1275
+  (0.0ms) rollback transaction
1276
+  (0.0ms) begin transaction
1277
+ -------------------------------------------------------------------
1278
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1279
+ -------------------------------------------------------------------
1280
+  (0.0ms) rollback transaction
1281
+  (0.0ms) begin transaction
1282
+ ----------------------------------------------------------------------------
1283
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1284
+ ----------------------------------------------------------------------------
1285
+  (0.0ms) rollback transaction
1286
+  (5.6ms) begin transaction
1287
+ -----------------------------------------
1288
+ ButtonTest: test_should_accept_attributes
1289
+ -----------------------------------------
1290
+  (0.1ms) rollback transaction
1291
+  (0.0ms) begin transaction
1292
+ ----------------------------------------------------------------
1293
+ ButtonTest: test_should_button_with_span_inside_instead_of_input
1294
+ ----------------------------------------------------------------
1295
+  (0.1ms) rollback transaction
1296
+  (0.1ms) begin transaction
1297
+ ----------------------------------------------
1298
+ ButtonTest: test_should_use_the_value_as_label
1299
+ ----------------------------------------------
1300
+  (0.0ms) rollback transaction
1301
+  (0.1ms) begin transaction
1302
+ -------------------------------------------------
1303
+ ViewTest: test_should_have_contenta_tag_if_method
1304
+ -------------------------------------------------
1305
+  (0.0ms) rollback transaction
1306
+  (0.0ms) begin transaction
1307
+ ------------------------------------------
1308
+ ViewTest: test_should_have_set_meta_method
1309
+ ------------------------------------------
1310
+  (0.0ms) rollback transaction
1311
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1312
+  (0.1ms) select sqlite_version(*)
1313
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1314
+  (0.1ms) SELECT version FROM "schema_migrations"
1315
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1316
+  (0.1ms) begin transaction
1317
+ ------------------------------------------------------------------------
1318
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1319
+ ------------------------------------------------------------------------
1320
+  (0.0ms) rollback transaction
1321
+  (0.0ms) begin transaction
1322
+ -------------------------------------------------------------------
1323
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1324
+ -------------------------------------------------------------------
1325
+  (0.0ms) rollback transaction
1326
+  (0.0ms) begin transaction
1327
+ ----------------------------------------------------------------------------
1328
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1329
+ ----------------------------------------------------------------------------
1330
+  (0.0ms) rollback transaction
1331
+  (0.0ms) begin transaction
1332
+ ----------------------------------------------------
1333
+ ButtonTest: test_should_accept_options_as_attributes
1334
+ ----------------------------------------------------
1335
+  (0.0ms) rollback transaction
1336
+  (0.0ms) begin transaction
1337
+ --------------------------------------------------------------------
1338
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1339
+ --------------------------------------------------------------------
1340
+  (0.1ms) rollback transaction
1341
+  (0.1ms) begin transaction
1342
+ ----------------------------------------------
1343
+ ButtonTest: test_should_use_the_value_as_label
1344
+ ----------------------------------------------
1345
+  (0.0ms) rollback transaction
1346
+  (0.1ms) begin transaction
1347
+ ----------------------------------------------------------------
1348
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1349
+ ----------------------------------------------------------------
1350
+  (0.0ms) rollback transaction
1351
+  (0.0ms) begin transaction
1352
+ -----------------------------------------------------------
1353
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1354
+ -----------------------------------------------------------
1355
+  (0.0ms) rollback transaction
1356
+  (0.0ms) begin transaction
1357
+ -------------------------------------------------
1358
+ ViewTest: test_should_have_contenta_tag_if_method
1359
+ -------------------------------------------------
1360
+  (0.0ms) rollback transaction
1361
+  (0.0ms) begin transaction
1362
+ ------------------------------------------
1363
+ ViewTest: test_should_have_set_meta_method
1364
+ ------------------------------------------
1365
+  (0.0ms) rollback transaction
1366
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1367
+  (0.1ms) select sqlite_version(*)
1368
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1369
+  (0.1ms) SELECT version FROM "schema_migrations"
1370
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1371
+  (0.1ms) begin transaction
1372
+ ------------------------------------------------------------------------
1373
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1374
+ ------------------------------------------------------------------------
1375
+  (0.0ms) rollback transaction
1376
+  (0.0ms) begin transaction
1377
+ -------------------------------------------------------------------
1378
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1379
+ -------------------------------------------------------------------
1380
+  (0.0ms) rollback transaction
1381
+  (0.1ms) begin transaction
1382
+ ----------------------------------------------------------------------------
1383
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1384
+ ----------------------------------------------------------------------------
1385
+  (0.0ms) rollback transaction
1386
+  (0.0ms) begin transaction
1387
+ ----------------------------------------------------
1388
+ ButtonTest: test_should_accept_options_as_attributes
1389
+ ----------------------------------------------------
1390
+  (0.0ms) rollback transaction
1391
+  (0.0ms) begin transaction
1392
+ --------------------------------------------------------------------
1393
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1394
+ --------------------------------------------------------------------
1395
+  (0.1ms) rollback transaction
1396
+  (0.0ms) begin transaction
1397
+ ----------------------------------------------
1398
+ ButtonTest: test_should_use_the_value_as_label
1399
+ ----------------------------------------------
1400
+  (0.0ms) rollback transaction
1401
+  (0.1ms) begin transaction
1402
+ ----------------------------------------------------------------
1403
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1404
+ ----------------------------------------------------------------
1405
+  (0.0ms) rollback transaction
1406
+  (0.0ms) begin transaction
1407
+ -----------------------------------------------------------
1408
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1409
+ -----------------------------------------------------------
1410
+  (0.0ms) rollback transaction
1411
+  (0.0ms) begin transaction
1412
+ -------------------------------------------------
1413
+ ViewTest: test_should_have_contenta_tag_if_method
1414
+ -------------------------------------------------
1415
+  (0.0ms) rollback transaction
1416
+  (0.0ms) begin transaction
1417
+ ------------------------------------------
1418
+ ViewTest: test_should_have_set_meta_method
1419
+ ------------------------------------------
1420
+  (0.0ms) rollback transaction
1421
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1422
+  (0.1ms) select sqlite_version(*)
1423
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1424
+  (0.1ms) SELECT version FROM "schema_migrations"
1425
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1426
+  (0.1ms) begin transaction
1427
+ ------------------------------------------------------------------------
1428
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1429
+ ------------------------------------------------------------------------
1430
+  (0.0ms) rollback transaction
1431
+  (0.0ms) begin transaction
1432
+ -------------------------------------------------------------------
1433
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1434
+ -------------------------------------------------------------------
1435
+  (0.0ms) rollback transaction
1436
+  (0.0ms) begin transaction
1437
+ ----------------------------------------------------------------------------
1438
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1439
+ ----------------------------------------------------------------------------
1440
+  (0.0ms) rollback transaction
1441
+  (0.0ms) begin transaction
1442
+ ----------------------------------------------------
1443
+ ButtonTest: test_should_accept_options_as_attributes
1444
+ ----------------------------------------------------
1445
+  (0.0ms) rollback transaction
1446
+  (0.0ms) begin transaction
1447
+ --------------------------------------------------------------------
1448
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1449
+ --------------------------------------------------------------------
1450
+  (0.1ms) rollback transaction
1451
+  (0.0ms) begin transaction
1452
+ ----------------------------------------------
1453
+ ButtonTest: test_should_use_the_value_as_label
1454
+ ----------------------------------------------
1455
+  (0.0ms) rollback transaction
1456
+  (0.0ms) begin transaction
1457
+ ----------------------------------------------------------------
1458
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1459
+ ----------------------------------------------------------------
1460
+  (0.0ms) rollback transaction
1461
+  (0.1ms) begin transaction
1462
+ -----------------------------------------------------------
1463
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1464
+ -----------------------------------------------------------
1465
+  (0.0ms) rollback transaction
1466
+  (0.0ms) begin transaction
1467
+ -------------------------------------------------
1468
+ ViewTest: test_should_have_contenta_tag_if_method
1469
+ -------------------------------------------------
1470
+  (0.0ms) rollback transaction
1471
+  (0.0ms) begin transaction
1472
+ ------------------------------------------
1473
+ ViewTest: test_should_have_set_meta_method
1474
+ ------------------------------------------
1475
+  (0.0ms) rollback transaction
1476
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1477
+  (0.1ms) select sqlite_version(*)
1478
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1479
+  (0.1ms) SELECT version FROM "schema_migrations"
1480
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1481
+  (0.1ms) begin transaction
1482
+ ------------------------------------------------------------------------
1483
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1484
+ ------------------------------------------------------------------------
1485
+  (0.0ms) rollback transaction
1486
+  (0.0ms) begin transaction
1487
+ -------------------------------------------------------------------
1488
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1489
+ -------------------------------------------------------------------
1490
+  (0.0ms) rollback transaction
1491
+  (0.0ms) begin transaction
1492
+ ----------------------------------------------------------------------------
1493
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1494
+ ----------------------------------------------------------------------------
1495
+  (0.0ms) rollback transaction
1496
+  (0.0ms) begin transaction
1497
+ ----------------------------------------------------
1498
+ ButtonTest: test_should_accept_options_as_attributes
1499
+ ----------------------------------------------------
1500
+  (0.0ms) rollback transaction
1501
+  (0.0ms) begin transaction
1502
+ --------------------------------------------------------------------
1503
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1504
+ --------------------------------------------------------------------
1505
+  (0.1ms) rollback transaction
1506
+  (0.0ms) begin transaction
1507
+ ----------------------------------------------
1508
+ ButtonTest: test_should_use_the_value_as_label
1509
+ ----------------------------------------------
1510
+  (0.0ms) rollback transaction
1511
+  (0.0ms) begin transaction
1512
+ ----------------------------------------------------------
1513
+ ContentTagIfTest: test_should_accept_options_as_attributes
1514
+ ----------------------------------------------------------
1515
+  (0.1ms) rollback transaction
1516
+  (0.1ms) begin transaction
1517
+ ----------------------------------------------------------------
1518
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1519
+ ----------------------------------------------------------------
1520
+  (0.0ms) rollback transaction
1521
+  (0.0ms) begin transaction
1522
+ -----------------------------------------------------------
1523
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1524
+ -----------------------------------------------------------
1525
+  (0.0ms) rollback transaction
1526
+  (0.0ms) begin transaction
1527
+ -------------------------------------------------
1528
+ ViewTest: test_should_have_contenta_tag_if_method
1529
+ -------------------------------------------------
1530
+  (0.0ms) rollback transaction
1531
+  (0.0ms) begin transaction
1532
+ ------------------------------------------
1533
+ ViewTest: test_should_have_set_meta_method
1534
+ ------------------------------------------
1535
+  (0.0ms) rollback transaction
1536
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1537
+  (0.1ms) select sqlite_version(*)
1538
+  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1539
+  (0.1ms) SELECT version FROM "schema_migrations"
1540
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1541
+  (0.1ms) begin transaction
1542
+ ------------------------------------------------------------------------
1543
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1544
+ ------------------------------------------------------------------------
1545
+  (0.0ms) rollback transaction
1546
+  (0.0ms) begin transaction
1547
+ -------------------------------------------------------------------
1548
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1549
+ -------------------------------------------------------------------
1550
+  (0.0ms) rollback transaction
1551
+  (0.0ms) begin transaction
1552
+ ----------------------------------------------------------------------------
1553
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1554
+ ----------------------------------------------------------------------------
1555
+  (0.0ms) rollback transaction
1556
+  (0.0ms) begin transaction
1557
+ ----------------------------------------------------
1558
+ ButtonTest: test_should_accept_options_as_attributes
1559
+ ----------------------------------------------------
1560
+  (0.1ms) rollback transaction
1561
+  (0.1ms) begin transaction
1562
+ --------------------------------------------------------------------
1563
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1564
+ --------------------------------------------------------------------
1565
+  (0.1ms) rollback transaction
1566
+  (0.0ms) begin transaction
1567
+ ----------------------------------------------
1568
+ ButtonTest: test_should_use_the_value_as_label
1569
+ ----------------------------------------------
1570
+  (0.0ms) rollback transaction
1571
+  (0.0ms) begin transaction
1572
+ ----------------------------------------------------------
1573
+ ContentTagIfTest: test_should_accept_options_as_attributes
1574
+ ----------------------------------------------------------
1575
+  (0.0ms) rollback transaction
1576
+  (0.0ms) begin transaction
1577
+ ----------------------------------------------------------------
1578
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1579
+ ----------------------------------------------------------------
1580
+  (0.0ms) rollback transaction
1581
+  (0.0ms) begin transaction
1582
+ -----------------------------------------------------------
1583
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1584
+ -----------------------------------------------------------
1585
+  (0.0ms) rollback transaction
1586
+  (0.0ms) begin transaction
1587
+ ------------------------------------------------------------
1588
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
1589
+ ------------------------------------------------------------
1590
+  (0.1ms) rollback transaction
1591
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1592
+  (0.1ms) select sqlite_version(*)
1593
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1594
+  (0.1ms) SELECT version FROM "schema_migrations"
1595
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1596
+  (0.1ms) begin transaction
1597
+ ------------------------------------------------------------------------
1598
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1599
+ ------------------------------------------------------------------------
1600
+  (0.0ms) rollback transaction
1601
+  (0.0ms) begin transaction
1602
+ -------------------------------------------------------------------
1603
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1604
+ -------------------------------------------------------------------
1605
+  (0.0ms) rollback transaction
1606
+  (0.0ms) begin transaction
1607
+ ----------------------------------------------------------------------------
1608
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1609
+ ----------------------------------------------------------------------------
1610
+  (0.0ms) rollback transaction
1611
+  (0.0ms) begin transaction
1612
+ ----------------------------------------------------
1613
+ ButtonTest: test_should_accept_options_as_attributes
1614
+ ----------------------------------------------------
1615
+  (0.0ms) rollback transaction
1616
+  (0.0ms) begin transaction
1617
+ --------------------------------------------------------------------
1618
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1619
+ --------------------------------------------------------------------
1620
+  (0.1ms) rollback transaction
1621
+  (0.0ms) begin transaction
1622
+ ----------------------------------------------
1623
+ ButtonTest: test_should_use_the_value_as_label
1624
+ ----------------------------------------------
1625
+  (0.0ms) rollback transaction
1626
+  (0.0ms) begin transaction
1627
+ ----------------------------------------------------------
1628
+ ContentTagIfTest: test_should_accept_options_as_attributes
1629
+ ----------------------------------------------------------
1630
+  (0.0ms) rollback transaction
1631
+  (0.0ms) begin transaction
1632
+ ----------------------------------------------------------------
1633
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1634
+ ----------------------------------------------------------------
1635
+  (0.0ms) rollback transaction
1636
+  (0.0ms) begin transaction
1637
+ -----------------------------------------------------------
1638
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1639
+ -----------------------------------------------------------
1640
+  (0.0ms) rollback transaction
1641
+  (0.0ms) begin transaction
1642
+ ------------------------------------------------------------
1643
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
1644
+ ------------------------------------------------------------
1645
+  (0.2ms) rollback transaction
1646
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1647
+  (0.1ms) select sqlite_version(*)
1648
+  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1649
+  (0.1ms) SELECT version FROM "schema_migrations"
1650
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1651
+  (0.1ms) begin transaction
1652
+ ------------------------------------------------------------------------
1653
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1654
+ ------------------------------------------------------------------------
1655
+  (0.0ms) rollback transaction
1656
+  (0.0ms) begin transaction
1657
+ -------------------------------------------------------------------
1658
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1659
+ -------------------------------------------------------------------
1660
+  (0.0ms) rollback transaction
1661
+  (0.0ms) begin transaction
1662
+ ----------------------------------------------------------------------------
1663
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1664
+ ----------------------------------------------------------------------------
1665
+  (0.0ms) rollback transaction
1666
+  (0.0ms) begin transaction
1667
+ ----------------------------------------------------
1668
+ ButtonTest: test_should_accept_options_as_attributes
1669
+ ----------------------------------------------------
1670
+  (0.0ms) rollback transaction
1671
+  (0.0ms) begin transaction
1672
+ --------------------------------------------------------------------
1673
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1674
+ --------------------------------------------------------------------
1675
+  (0.1ms) rollback transaction
1676
+  (0.1ms) begin transaction
1677
+ ----------------------------------------------
1678
+ ButtonTest: test_should_use_the_value_as_label
1679
+ ----------------------------------------------
1680
+  (0.1ms) rollback transaction
1681
+  (0.0ms) begin transaction
1682
+ ----------------------------------------------------------
1683
+ ContentTagIfTest: test_should_accept_options_as_attributes
1684
+ ----------------------------------------------------------
1685
+  (0.0ms) rollback transaction
1686
+  (0.0ms) begin transaction
1687
+ ----------------------------------------------------------------
1688
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1689
+ ----------------------------------------------------------------
1690
+  (0.0ms) rollback transaction
1691
+  (0.0ms) begin transaction
1692
+ -----------------------------------------------------------
1693
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1694
+ -----------------------------------------------------------
1695
+  (0.0ms) rollback transaction
1696
+  (0.0ms) begin transaction
1697
+ ------------------------------------------------------------
1698
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
1699
+ ------------------------------------------------------------
1700
+  (0.1ms) rollback transaction
1701
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1702
+  (0.1ms) select sqlite_version(*)
1703
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1704
+  (0.1ms) SELECT version FROM "schema_migrations"
1705
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1706
+  (0.1ms) begin transaction
1707
+ ------------------------------------------------------------------------
1708
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1709
+ ------------------------------------------------------------------------
1710
+  (0.0ms) rollback transaction
1711
+  (0.0ms) begin transaction
1712
+ -------------------------------------------------------------------
1713
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1714
+ -------------------------------------------------------------------
1715
+  (0.0ms) rollback transaction
1716
+  (0.0ms) begin transaction
1717
+ ----------------------------------------------------------------------------
1718
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1719
+ ----------------------------------------------------------------------------
1720
+  (0.0ms) rollback transaction
1721
+  (0.0ms) begin transaction
1722
+ ----------------------------------------------------
1723
+ ButtonTest: test_should_accept_options_as_attributes
1724
+ ----------------------------------------------------
1725
+  (0.0ms) rollback transaction
1726
+  (0.0ms) begin transaction
1727
+ --------------------------------------------------------------------
1728
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1729
+ --------------------------------------------------------------------
1730
+  (0.1ms) rollback transaction
1731
+  (0.0ms) begin transaction
1732
+ ----------------------------------------------
1733
+ ButtonTest: test_should_use_the_value_as_label
1734
+ ----------------------------------------------
1735
+  (0.0ms) rollback transaction
1736
+  (0.0ms) begin transaction
1737
+ ----------------------------------------------------------
1738
+ ContentTagIfTest: test_should_accept_options_as_attributes
1739
+ ----------------------------------------------------------
1740
+  (0.0ms) rollback transaction
1741
+  (0.0ms) begin transaction
1742
+ ----------------------------------------------------------------
1743
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1744
+ ----------------------------------------------------------------
1745
+  (0.0ms) rollback transaction
1746
+  (0.0ms) begin transaction
1747
+ -----------------------------------------------------------
1748
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1749
+ -----------------------------------------------------------
1750
+  (0.0ms) rollback transaction
1751
+  (0.0ms) begin transaction
1752
+ ------------------------------------------------------------
1753
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
1754
+ ------------------------------------------------------------
1755
+  (0.1ms) rollback transaction
1756
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1757
+  (0.1ms) select sqlite_version(*)
1758
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1759
+  (0.1ms) SELECT version FROM "schema_migrations"
1760
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1761
+  (0.1ms) begin transaction
1762
+ ------------------------------------------------------------------------
1763
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1764
+ ------------------------------------------------------------------------
1765
+  (0.0ms) rollback transaction
1766
+  (0.0ms) begin transaction
1767
+ -------------------------------------------------------------------
1768
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1769
+ -------------------------------------------------------------------
1770
+  (0.0ms) rollback transaction
1771
+  (0.0ms) begin transaction
1772
+ ----------------------------------------------------------------------------
1773
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1774
+ ----------------------------------------------------------------------------
1775
+  (0.0ms) rollback transaction
1776
+  (0.0ms) begin transaction
1777
+ ----------------------------------------------------
1778
+ ButtonTest: test_should_accept_options_as_attributes
1779
+ ----------------------------------------------------
1780
+  (0.0ms) rollback transaction
1781
+  (0.0ms) begin transaction
1782
+ --------------------------------------------------------------------
1783
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1784
+ --------------------------------------------------------------------
1785
+  (0.1ms) rollback transaction
1786
+  (0.0ms) begin transaction
1787
+ ----------------------------------------------
1788
+ ButtonTest: test_should_use_the_value_as_label
1789
+ ----------------------------------------------
1790
+  (0.0ms) rollback transaction
1791
+  (0.1ms) begin transaction
1792
+ ----------------------------------------------------------
1793
+ ContentTagIfTest: test_should_accept_options_as_attributes
1794
+ ----------------------------------------------------------
1795
+  (0.1ms) rollback transaction
1796
+  (0.0ms) begin transaction
1797
+ ----------------------------------------------------------------
1798
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1799
+ ----------------------------------------------------------------
1800
+  (0.0ms) rollback transaction
1801
+  (0.0ms) begin transaction
1802
+ -----------------------------------------------------------
1803
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1804
+ -----------------------------------------------------------
1805
+  (0.0ms) rollback transaction
1806
+  (0.0ms) begin transaction
1807
+ ------------------------------------------------------------
1808
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
1809
+ ------------------------------------------------------------
1810
+  (0.1ms) rollback transaction
1811
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1812
+  (0.1ms) select sqlite_version(*)
1813
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1814
+  (0.1ms) SELECT version FROM "schema_migrations"
1815
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1816
+  (0.1ms) begin transaction
1817
+ ------------------------------------------------------------------------
1818
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1819
+ ------------------------------------------------------------------------
1820
+  (0.0ms) rollback transaction
1821
+  (0.0ms) begin transaction
1822
+ -------------------------------------------------------------------
1823
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1824
+ -------------------------------------------------------------------
1825
+  (0.0ms) rollback transaction
1826
+  (0.0ms) begin transaction
1827
+ ----------------------------------------------------------------------------
1828
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1829
+ ----------------------------------------------------------------------------
1830
+  (0.0ms) rollback transaction
1831
+  (0.0ms) begin transaction
1832
+ ----------------------------------------------------
1833
+ ButtonTest: test_should_accept_options_as_attributes
1834
+ ----------------------------------------------------
1835
+  (0.0ms) rollback transaction
1836
+  (0.0ms) begin transaction
1837
+ --------------------------------------------------------------------
1838
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1839
+ --------------------------------------------------------------------
1840
+  (0.1ms) rollback transaction
1841
+  (0.0ms) begin transaction
1842
+ ----------------------------------------------
1843
+ ButtonTest: test_should_use_the_value_as_label
1844
+ ----------------------------------------------
1845
+  (0.0ms) rollback transaction
1846
+  (0.1ms) begin transaction
1847
+ ----------------------------------------------------------
1848
+ ContentTagIfTest: test_should_accept_options_as_attributes
1849
+ ----------------------------------------------------------
1850
+  (0.0ms) rollback transaction
1851
+  (0.0ms) begin transaction
1852
+ ----------------------------------------------------------------
1853
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1854
+ ----------------------------------------------------------------
1855
+  (0.0ms) rollback transaction
1856
+  (0.0ms) begin transaction
1857
+ -----------------------------------------------------------
1858
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1859
+ -----------------------------------------------------------
1860
+  (0.0ms) rollback transaction
1861
+  (0.0ms) begin transaction
1862
+ ------------------------------------------------------------
1863
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
1864
+ ------------------------------------------------------------
1865
+  (0.1ms) rollback transaction
1866
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1867
+  (0.0ms) select sqlite_version(*)
1868
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1869
+  (0.1ms) SELECT version FROM "schema_migrations"
1870
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1871
+  (0.1ms) begin transaction
1872
+ ------------------------------------------------------------------------
1873
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1874
+ ------------------------------------------------------------------------
1875
+  (0.0ms) rollback transaction
1876
+  (0.0ms) begin transaction
1877
+ -------------------------------------------------------------------
1878
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1879
+ -------------------------------------------------------------------
1880
+  (0.0ms) rollback transaction
1881
+  (0.1ms) begin transaction
1882
+ ----------------------------------------------------------------------------
1883
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1884
+ ----------------------------------------------------------------------------
1885
+  (0.0ms) rollback transaction
1886
+  (0.0ms) begin transaction
1887
+ ----------------------------------------------------
1888
+ ButtonTest: test_should_accept_options_as_attributes
1889
+ ----------------------------------------------------
1890
+  (0.0ms) rollback transaction
1891
+  (0.0ms) begin transaction
1892
+ --------------------------------------------------------------------
1893
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1894
+ --------------------------------------------------------------------
1895
+  (0.1ms) rollback transaction
1896
+  (0.0ms) begin transaction
1897
+ ----------------------------------------------
1898
+ ButtonTest: test_should_use_the_value_as_label
1899
+ ----------------------------------------------
1900
+  (0.0ms) rollback transaction
1901
+  (0.1ms) begin transaction
1902
+ ----------------------------------------------------------
1903
+ ContentTagIfTest: test_should_accept_options_as_attributes
1904
+ ----------------------------------------------------------
1905
+  (0.2ms) rollback transaction
1906
+  (0.1ms) begin transaction
1907
+ ----------------------------------------------------------------
1908
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1909
+ ----------------------------------------------------------------
1910
+  (0.1ms) rollback transaction
1911
+  (0.0ms) begin transaction
1912
+ -----------------------------------------------------------
1913
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1914
+ -----------------------------------------------------------
1915
+  (0.0ms) rollback transaction
1916
+  (0.0ms) begin transaction
1917
+ ------------------------------------------------------------
1918
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
1919
+ ------------------------------------------------------------
1920
+  (0.1ms) rollback transaction
1921
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1922
+  (0.1ms) select sqlite_version(*)
1923
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1924
+  (0.0ms) SELECT version FROM "schema_migrations"
1925
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1926
+  (0.1ms) begin transaction
1927
+ ------------------------------------------------------------------------
1928
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1929
+ ------------------------------------------------------------------------
1930
+  (0.0ms) rollback transaction
1931
+  (0.0ms) begin transaction
1932
+ -------------------------------------------------------------------
1933
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1934
+ -------------------------------------------------------------------
1935
+  (0.0ms) rollback transaction
1936
+  (0.0ms) begin transaction
1937
+ ----------------------------------------------------------------------------
1938
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1939
+ ----------------------------------------------------------------------------
1940
+  (0.0ms) rollback transaction
1941
+  (0.0ms) begin transaction
1942
+ ----------------------------------------------------
1943
+ ButtonTest: test_should_accept_options_as_attributes
1944
+ ----------------------------------------------------
1945
+  (0.0ms) rollback transaction
1946
+  (0.0ms) begin transaction
1947
+ --------------------------------------------------------------------
1948
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
1949
+ --------------------------------------------------------------------
1950
+  (0.1ms) rollback transaction
1951
+  (0.0ms) begin transaction
1952
+ ----------------------------------------------
1953
+ ButtonTest: test_should_use_the_value_as_label
1954
+ ----------------------------------------------
1955
+  (0.0ms) rollback transaction
1956
+  (0.1ms) begin transaction
1957
+ ----------------------------------------------------------
1958
+ ContentTagIfTest: test_should_accept_options_as_attributes
1959
+ ----------------------------------------------------------
1960
+  (0.0ms) rollback transaction
1961
+  (0.1ms) begin transaction
1962
+ ----------------------------------------------------------------
1963
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
1964
+ ----------------------------------------------------------------
1965
+  (0.1ms) rollback transaction
1966
+  (0.1ms) begin transaction
1967
+ -----------------------------------------------------------
1968
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
1969
+ -----------------------------------------------------------
1970
+  (0.1ms) rollback transaction
1971
+  (0.1ms) begin transaction
1972
+ ------------------------------------------------------------
1973
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
1974
+ ------------------------------------------------------------
1975
+  (0.1ms) rollback transaction
1976
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1977
+  (0.1ms) select sqlite_version(*)
1978
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1979
+  (0.0ms) SELECT version FROM "schema_migrations"
1980
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1981
+  (0.1ms) begin transaction
1982
+ ------------------------------------------------------------------------
1983
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
1984
+ ------------------------------------------------------------------------
1985
+  (0.0ms) rollback transaction
1986
+  (0.0ms) begin transaction
1987
+ -------------------------------------------------------------------
1988
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
1989
+ -------------------------------------------------------------------
1990
+  (0.0ms) rollback transaction
1991
+  (0.1ms) begin transaction
1992
+ ----------------------------------------------------------------------------
1993
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
1994
+ ----------------------------------------------------------------------------
1995
+  (0.0ms) rollback transaction
1996
+  (0.0ms) begin transaction
1997
+ ----------------------------------------------------
1998
+ ButtonTest: test_should_accept_options_as_attributes
1999
+ ----------------------------------------------------
2000
+  (0.0ms) rollback transaction
2001
+  (0.0ms) begin transaction
2002
+ --------------------------------------------------------------------
2003
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2004
+ --------------------------------------------------------------------
2005
+  (0.1ms) rollback transaction
2006
+  (0.0ms) begin transaction
2007
+ ----------------------------------------------
2008
+ ButtonTest: test_should_use_the_value_as_label
2009
+ ----------------------------------------------
2010
+  (0.0ms) rollback transaction
2011
+  (0.1ms) begin transaction
2012
+ ----------------------------------------------------------
2013
+ ContentTagIfTest: test_should_accept_options_as_attributes
2014
+ ----------------------------------------------------------
2015
+  (0.0ms) rollback transaction
2016
+  (0.0ms) begin transaction
2017
+ ----------------------------------------------------------------
2018
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2019
+ ----------------------------------------------------------------
2020
+  (0.0ms) rollback transaction
2021
+  (0.0ms) begin transaction
2022
+ -----------------------------------------------------------
2023
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2024
+ -----------------------------------------------------------
2025
+  (0.0ms) rollback transaction
2026
+  (0.0ms) begin transaction
2027
+ ------------------------------------------------------------
2028
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
2029
+ ------------------------------------------------------------
2030
+  (0.1ms) rollback transaction
2031
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2032
+  (0.1ms) select sqlite_version(*)
2033
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2034
+  (0.1ms) SELECT version FROM "schema_migrations"
2035
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2036
+  (0.1ms) begin transaction
2037
+ ------------------------------------------------------------------------
2038
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2039
+ ------------------------------------------------------------------------
2040
+  (0.0ms) rollback transaction
2041
+  (0.0ms) begin transaction
2042
+ -------------------------------------------------------------------
2043
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2044
+ -------------------------------------------------------------------
2045
+  (0.0ms) rollback transaction
2046
+  (0.0ms) begin transaction
2047
+ ----------------------------------------------------------------------------
2048
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2049
+ ----------------------------------------------------------------------------
2050
+  (0.0ms) rollback transaction
2051
+  (0.0ms) begin transaction
2052
+ ----------------------------------------------------
2053
+ ButtonTest: test_should_accept_options_as_attributes
2054
+ ----------------------------------------------------
2055
+  (0.0ms) rollback transaction
2056
+  (0.0ms) begin transaction
2057
+ --------------------------------------------------------------------
2058
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2059
+ --------------------------------------------------------------------
2060
+  (0.1ms) rollback transaction
2061
+  (0.0ms) begin transaction
2062
+ ----------------------------------------------
2063
+ ButtonTest: test_should_use_the_value_as_label
2064
+ ----------------------------------------------
2065
+  (0.0ms) rollback transaction
2066
+  (0.1ms) begin transaction
2067
+ ----------------------------------------------------------
2068
+ ContentTagIfTest: test_should_accept_options_as_attributes
2069
+ ----------------------------------------------------------
2070
+  (0.2ms) rollback transaction
2071
+  (0.1ms) begin transaction
2072
+ ----------------------------------------------------------------
2073
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2074
+ ----------------------------------------------------------------
2075
+  (0.0ms) rollback transaction
2076
+  (0.0ms) begin transaction
2077
+ -----------------------------------------------------------
2078
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2079
+ -----------------------------------------------------------
2080
+  (0.0ms) rollback transaction
2081
+  (0.0ms) begin transaction
2082
+ ------------------------------------------------------------
2083
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
2084
+ ------------------------------------------------------------
2085
+  (0.1ms) rollback transaction
2086
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2087
+  (0.1ms) select sqlite_version(*)
2088
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2089
+  (0.1ms) SELECT version FROM "schema_migrations"
2090
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2091
+  (0.1ms) begin transaction
2092
+ ------------------------------------------------------------------------
2093
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2094
+ ------------------------------------------------------------------------
2095
+  (0.0ms) rollback transaction
2096
+  (0.0ms) begin transaction
2097
+ -------------------------------------------------------------------
2098
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2099
+ -------------------------------------------------------------------
2100
+  (0.0ms) rollback transaction
2101
+  (0.0ms) begin transaction
2102
+ ----------------------------------------------------------------------------
2103
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2104
+ ----------------------------------------------------------------------------
2105
+  (0.0ms) rollback transaction
2106
+  (0.0ms) begin transaction
2107
+ ----------------------------------------------------
2108
+ ButtonTest: test_should_accept_options_as_attributes
2109
+ ----------------------------------------------------
2110
+  (0.0ms) rollback transaction
2111
+  (0.0ms) begin transaction
2112
+ --------------------------------------------------------------------
2113
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2114
+ --------------------------------------------------------------------
2115
+  (0.1ms) rollback transaction
2116
+  (0.0ms) begin transaction
2117
+ ----------------------------------------------
2118
+ ButtonTest: test_should_use_the_value_as_label
2119
+ ----------------------------------------------
2120
+  (0.0ms) rollback transaction
2121
+  (0.1ms) begin transaction
2122
+ ----------------------------------------------------------
2123
+ ContentTagIfTest: test_should_accept_options_as_attributes
2124
+ ----------------------------------------------------------
2125
+  (0.0ms) rollback transaction
2126
+  (0.0ms) begin transaction
2127
+ ----------------------------------------------------------------
2128
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2129
+ ----------------------------------------------------------------
2130
+  (0.0ms) rollback transaction
2131
+  (0.0ms) begin transaction
2132
+ -----------------------------------------------------------
2133
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2134
+ -----------------------------------------------------------
2135
+  (0.1ms) rollback transaction
2136
+  (0.0ms) begin transaction
2137
+ ------------------------------------------------------------
2138
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
2139
+ ------------------------------------------------------------
2140
+  (0.1ms) rollback transaction
2141
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2142
+  (0.1ms) select sqlite_version(*)
2143
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2144
+  (0.1ms) SELECT version FROM "schema_migrations"
2145
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2146
+  (0.1ms) begin transaction
2147
+ ------------------------------------------------------------------------
2148
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2149
+ ------------------------------------------------------------------------
2150
+  (0.0ms) rollback transaction
2151
+  (0.0ms) begin transaction
2152
+ -------------------------------------------------------------------
2153
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2154
+ -------------------------------------------------------------------
2155
+  (0.0ms) rollback transaction
2156
+  (0.0ms) begin transaction
2157
+ ----------------------------------------------------------------------------
2158
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2159
+ ----------------------------------------------------------------------------
2160
+  (0.0ms) rollback transaction
2161
+  (0.0ms) begin transaction
2162
+ ----------------------------------------------------
2163
+ ButtonTest: test_should_accept_options_as_attributes
2164
+ ----------------------------------------------------
2165
+  (0.0ms) rollback transaction
2166
+  (0.0ms) begin transaction
2167
+ --------------------------------------------------------------------
2168
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2169
+ --------------------------------------------------------------------
2170
+  (0.1ms) rollback transaction
2171
+  (0.0ms) begin transaction
2172
+ ----------------------------------------------
2173
+ ButtonTest: test_should_use_the_value_as_label
2174
+ ----------------------------------------------
2175
+  (0.1ms) rollback transaction
2176
+  (0.0ms) begin transaction
2177
+ ----------------------------------------------------------
2178
+ ContentTagIfTest: test_should_accept_options_as_attributes
2179
+ ----------------------------------------------------------
2180
+  (0.1ms) rollback transaction
2181
+  (0.0ms) begin transaction
2182
+ ----------------------------------------------------------------
2183
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2184
+ ----------------------------------------------------------------
2185
+  (0.0ms) rollback transaction
2186
+  (0.0ms) begin transaction
2187
+ -----------------------------------------------------------
2188
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2189
+ -----------------------------------------------------------
2190
+  (0.0ms) rollback transaction
2191
+  (0.0ms) begin transaction
2192
+ ------------------------------------------------------------
2193
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
2194
+ ------------------------------------------------------------
2195
+  (0.1ms) rollback transaction
2196
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2197
+  (0.1ms) select sqlite_version(*)
2198
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2199
+  (0.0ms) SELECT version FROM "schema_migrations"
2200
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2201
+  (0.1ms) begin transaction
2202
+ ------------------------------------------------------------------------
2203
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2204
+ ------------------------------------------------------------------------
2205
+  (0.0ms) rollback transaction
2206
+  (0.0ms) begin transaction
2207
+ -------------------------------------------------------------------
2208
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2209
+ -------------------------------------------------------------------
2210
+  (0.0ms) rollback transaction
2211
+  (0.0ms) begin transaction
2212
+ ----------------------------------------------------------------------------
2213
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2214
+ ----------------------------------------------------------------------------
2215
+  (0.0ms) rollback transaction
2216
+  (0.0ms) begin transaction
2217
+ ----------------------------------------------------
2218
+ ButtonTest: test_should_accept_options_as_attributes
2219
+ ----------------------------------------------------
2220
+  (0.0ms) rollback transaction
2221
+  (0.1ms) begin transaction
2222
+ --------------------------------------------------------------------
2223
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2224
+ --------------------------------------------------------------------
2225
+  (0.0ms) rollback transaction
2226
+  (0.0ms) begin transaction
2227
+ ----------------------------------------------
2228
+ ButtonTest: test_should_use_the_value_as_label
2229
+ ----------------------------------------------
2230
+  (0.0ms) rollback transaction
2231
+  (0.0ms) begin transaction
2232
+ ----------------------------------------------------------
2233
+ ContentTagIfTest: test_should_accept_options_as_attributes
2234
+ ----------------------------------------------------------
2235
+  (0.0ms) rollback transaction
2236
+  (0.0ms) begin transaction
2237
+ ----------------------------------------------------------------
2238
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2239
+ ----------------------------------------------------------------
2240
+  (0.0ms) rollback transaction
2241
+  (0.0ms) begin transaction
2242
+ -----------------------------------------------------------
2243
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2244
+ -----------------------------------------------------------
2245
+  (0.0ms) rollback transaction
2246
+  (0.0ms) begin transaction
2247
+ ------------------------------------------------------------
2248
+ SetMetaTest: test_should_populate_meta_by_the_view_being_use
2249
+ ------------------------------------------------------------
2250
+  (0.1ms) rollback transaction
2251
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2252
+  (0.1ms) select sqlite_version(*)
2253
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2254
+  (0.1ms) SELECT version FROM "schema_migrations"
2255
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2256
+  (0.1ms) begin transaction
2257
+ ------------------------------------------------------------------------
2258
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2259
+ ------------------------------------------------------------------------
2260
+  (0.0ms) rollback transaction
2261
+  (0.0ms) begin transaction
2262
+ -------------------------------------------------------------------
2263
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2264
+ -------------------------------------------------------------------
2265
+  (0.0ms) rollback transaction
2266
+  (0.0ms) begin transaction
2267
+ ----------------------------------------------------------------------------
2268
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2269
+ ----------------------------------------------------------------------------
2270
+  (0.0ms) rollback transaction
2271
+  (0.0ms) begin transaction
2272
+ ----------------------------------------------------
2273
+ ButtonTest: test_should_accept_options_as_attributes
2274
+ ----------------------------------------------------
2275
+  (0.0ms) rollback transaction
2276
+  (0.1ms) begin transaction
2277
+ --------------------------------------------------------------------
2278
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2279
+ --------------------------------------------------------------------
2280
+  (0.0ms) rollback transaction
2281
+  (0.0ms) begin transaction
2282
+ ----------------------------------------------
2283
+ ButtonTest: test_should_use_the_value_as_label
2284
+ ----------------------------------------------
2285
+  (0.0ms) rollback transaction
2286
+  (0.1ms) begin transaction
2287
+ ----------------------------------------------------------
2288
+ ContentTagIfTest: test_should_accept_options_as_attributes
2289
+ ----------------------------------------------------------
2290
+  (0.0ms) rollback transaction
2291
+  (0.0ms) begin transaction
2292
+ ----------------------------------------------------------------
2293
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2294
+ ----------------------------------------------------------------
2295
+  (0.0ms) rollback transaction
2296
+  (0.0ms) begin transaction
2297
+ -----------------------------------------------------------
2298
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2299
+ -----------------------------------------------------------
2300
+  (0.0ms) rollback transaction
2301
+  (0.0ms) begin transaction
2302
+ ----------------------------------------------------------------------------
2303
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
2304
+ ----------------------------------------------------------------------------
2305
+  (0.1ms) rollback transaction
2306
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2307
+  (0.1ms) select sqlite_version(*)
2308
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2309
+  (0.1ms) SELECT version FROM "schema_migrations"
2310
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2311
+  (0.1ms) begin transaction
2312
+ ------------------------------------------------------------------------
2313
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2314
+ ------------------------------------------------------------------------
2315
+  (0.0ms) rollback transaction
2316
+  (0.0ms) begin transaction
2317
+ -------------------------------------------------------------------
2318
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2319
+ -------------------------------------------------------------------
2320
+  (0.0ms) rollback transaction
2321
+  (0.0ms) begin transaction
2322
+ ----------------------------------------------------------------------------
2323
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2324
+ ----------------------------------------------------------------------------
2325
+  (0.0ms) rollback transaction
2326
+  (0.0ms) begin transaction
2327
+ ----------------------------------------------------
2328
+ ButtonTest: test_should_accept_options_as_attributes
2329
+ ----------------------------------------------------
2330
+  (0.0ms) rollback transaction
2331
+  (0.1ms) begin transaction
2332
+ --------------------------------------------------------------------
2333
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2334
+ --------------------------------------------------------------------
2335
+  (0.0ms) rollback transaction
2336
+  (0.0ms) begin transaction
2337
+ ----------------------------------------------
2338
+ ButtonTest: test_should_use_the_value_as_label
2339
+ ----------------------------------------------
2340
+  (0.0ms) rollback transaction
2341
+  (0.1ms) begin transaction
2342
+ ----------------------------------------------------------
2343
+ ContentTagIfTest: test_should_accept_options_as_attributes
2344
+ ----------------------------------------------------------
2345
+  (0.0ms) rollback transaction
2346
+  (0.0ms) begin transaction
2347
+ ----------------------------------------------------------------
2348
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2349
+ ----------------------------------------------------------------
2350
+  (0.0ms) rollback transaction
2351
+  (0.0ms) begin transaction
2352
+ -----------------------------------------------------------
2353
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2354
+ -----------------------------------------------------------
2355
+  (0.0ms) rollback transaction
2356
+  (0.0ms) begin transaction
2357
+ ----------------------------------------------------------------------------
2358
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
2359
+ ----------------------------------------------------------------------------
2360
+  (0.1ms) rollback transaction
2361
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2362
+  (0.2ms) select sqlite_version(*)
2363
+  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2364
+  (0.1ms) SELECT version FROM "schema_migrations"
2365
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2366
+  (0.1ms) begin transaction
2367
+ ------------------------------------------------------------------------
2368
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2369
+ ------------------------------------------------------------------------
2370
+  (0.0ms) rollback transaction
2371
+  (0.0ms) begin transaction
2372
+ -------------------------------------------------------------------
2373
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2374
+ -------------------------------------------------------------------
2375
+  (0.0ms) rollback transaction
2376
+  (0.0ms) begin transaction
2377
+ ----------------------------------------------------------------------------
2378
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2379
+ ----------------------------------------------------------------------------
2380
+  (0.0ms) rollback transaction
2381
+  (0.1ms) begin transaction
2382
+ ----------------------------------------------------
2383
+ ButtonTest: test_should_accept_options_as_attributes
2384
+ ----------------------------------------------------
2385
+  (0.1ms) rollback transaction
2386
+  (0.1ms) begin transaction
2387
+ --------------------------------------------------------------------
2388
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2389
+ --------------------------------------------------------------------
2390
+  (0.0ms) rollback transaction
2391
+  (0.0ms) begin transaction
2392
+ ----------------------------------------------
2393
+ ButtonTest: test_should_use_the_value_as_label
2394
+ ----------------------------------------------
2395
+  (0.0ms) rollback transaction
2396
+  (0.0ms) begin transaction
2397
+ ----------------------------------------------------------
2398
+ ContentTagIfTest: test_should_accept_options_as_attributes
2399
+ ----------------------------------------------------------
2400
+  (0.0ms) rollback transaction
2401
+  (0.0ms) begin transaction
2402
+ ----------------------------------------------------------------
2403
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2404
+ ----------------------------------------------------------------
2405
+  (0.0ms) rollback transaction
2406
+  (0.1ms) begin transaction
2407
+ -----------------------------------------------------------
2408
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2409
+ -----------------------------------------------------------
2410
+  (0.0ms) rollback transaction
2411
+  (0.0ms) begin transaction
2412
+ ----------------------------------------------------------------------------
2413
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
2414
+ ----------------------------------------------------------------------------
2415
+  (0.1ms) rollback transaction
2416
+  (0.0ms) begin transaction
2417
+ -----------------
2418
+ StatusTest: test_
2419
+ -----------------
2420
+  (0.0ms) rollback transaction
2421
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2422
+  (0.1ms) select sqlite_version(*)
2423
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2424
+  (0.1ms) SELECT version FROM "schema_migrations"
2425
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2426
+  (0.1ms) begin transaction
2427
+ ------------------------------------------------------------------------
2428
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2429
+ ------------------------------------------------------------------------
2430
+  (0.0ms) rollback transaction
2431
+  (0.0ms) begin transaction
2432
+ -------------------------------------------------------------------
2433
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2434
+ -------------------------------------------------------------------
2435
+  (0.0ms) rollback transaction
2436
+  (0.0ms) begin transaction
2437
+ ----------------------------------------------------------------------------
2438
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2439
+ ----------------------------------------------------------------------------
2440
+  (0.0ms) rollback transaction
2441
+  (0.0ms) begin transaction
2442
+ ----------------------------------------------------
2443
+ ButtonTest: test_should_accept_options_as_attributes
2444
+ ----------------------------------------------------
2445
+  (0.0ms) rollback transaction
2446
+  (0.1ms) begin transaction
2447
+ --------------------------------------------------------------------
2448
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2449
+ --------------------------------------------------------------------
2450
+  (0.1ms) rollback transaction
2451
+  (0.0ms) begin transaction
2452
+ ----------------------------------------------
2453
+ ButtonTest: test_should_use_the_value_as_label
2454
+ ----------------------------------------------
2455
+  (0.0ms) rollback transaction
2456
+  (0.0ms) begin transaction
2457
+ ----------------------------------------------------------
2458
+ ContentTagIfTest: test_should_accept_options_as_attributes
2459
+ ----------------------------------------------------------
2460
+  (0.0ms) rollback transaction
2461
+  (0.0ms) begin transaction
2462
+ ----------------------------------------------------------------
2463
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2464
+ ----------------------------------------------------------------
2465
+  (0.0ms) rollback transaction
2466
+  (0.1ms) begin transaction
2467
+ -----------------------------------------------------------
2468
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2469
+ -----------------------------------------------------------
2470
+  (0.0ms) rollback transaction
2471
+  (0.0ms) begin transaction
2472
+ ----------------------------------------------------------------------------
2473
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
2474
+ ----------------------------------------------------------------------------
2475
+  (0.1ms) rollback transaction
2476
+  (0.0ms) begin transaction
2477
+ ---------------------------
2478
+ StatusControllerTest: test_
2479
+ ---------------------------
2480
+  (0.1ms) rollback transaction
2481
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2482
+  (0.1ms) select sqlite_version(*)
2483
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2484
+  (0.1ms) SELECT version FROM "schema_migrations"
2485
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2486
+  (0.1ms) begin transaction
2487
+ ------------------------------------------------------------------------
2488
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2489
+ ------------------------------------------------------------------------
2490
+  (0.0ms) rollback transaction
2491
+  (0.0ms) begin transaction
2492
+ -------------------------------------------------------------------
2493
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2494
+ -------------------------------------------------------------------
2495
+  (0.0ms) rollback transaction
2496
+  (0.0ms) begin transaction
2497
+ ----------------------------------------------------------------------------
2498
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2499
+ ----------------------------------------------------------------------------
2500
+  (0.0ms) rollback transaction
2501
+  (0.0ms) begin transaction
2502
+ ----------------------------------------------------
2503
+ ButtonTest: test_should_accept_options_as_attributes
2504
+ ----------------------------------------------------
2505
+  (0.1ms) rollback transaction
2506
+  (0.0ms) begin transaction
2507
+ --------------------------------------------------------------------
2508
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2509
+ --------------------------------------------------------------------
2510
+  (0.1ms) rollback transaction
2511
+  (0.0ms) begin transaction
2512
+ ----------------------------------------------
2513
+ ButtonTest: test_should_use_the_value_as_label
2514
+ ----------------------------------------------
2515
+  (0.0ms) rollback transaction
2516
+  (0.0ms) begin transaction
2517
+ ----------------------------------------------------------
2518
+ ContentTagIfTest: test_should_accept_options_as_attributes
2519
+ ----------------------------------------------------------
2520
+  (0.0ms) rollback transaction
2521
+  (0.0ms) begin transaction
2522
+ ----------------------------------------------------------------
2523
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2524
+ ----------------------------------------------------------------
2525
+  (0.0ms) rollback transaction
2526
+  (0.0ms) begin transaction
2527
+ -----------------------------------------------------------
2528
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2529
+ -----------------------------------------------------------
2530
+  (0.0ms) rollback transaction
2531
+  (0.0ms) begin transaction
2532
+ ----------------------------------------------------------------------------
2533
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
2534
+ ----------------------------------------------------------------------------
2535
+  (0.1ms) rollback transaction
2536
+  (0.0ms) begin transaction
2537
+ -----------------
2538
+ StatusTest: test_
2539
+ -----------------
2540
+  (0.0ms) rollback transaction
2541
+  (0.0ms) begin transaction
2542
+ ---------------------------
2543
+ StatusControllerTest: test_
2544
+ ---------------------------
2545
+  (0.1ms) rollback transaction
2546
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2547
+  (0.1ms) select sqlite_version(*)
2548
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2549
+  (0.0ms) SELECT version FROM "schema_migrations"
2550
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2551
+  (0.1ms) begin transaction
2552
+ ------------------------------------------------------------------------
2553
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2554
+ ------------------------------------------------------------------------
2555
+  (0.0ms) rollback transaction
2556
+  (0.0ms) begin transaction
2557
+ -------------------------------------------------------------------
2558
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2559
+ -------------------------------------------------------------------
2560
+  (0.0ms) rollback transaction
2561
+  (0.0ms) begin transaction
2562
+ ----------------------------------------------------------------------------
2563
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2564
+ ----------------------------------------------------------------------------
2565
+  (0.0ms) rollback transaction
2566
+  (0.0ms) begin transaction
2567
+ ----------------------------------------------------
2568
+ ButtonTest: test_should_accept_options_as_attributes
2569
+ ----------------------------------------------------
2570
+  (0.1ms) rollback transaction
2571
+  (0.0ms) begin transaction
2572
+ --------------------------------------------------------------------
2573
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2574
+ --------------------------------------------------------------------
2575
+  (0.0ms) rollback transaction
2576
+  (0.0ms) begin transaction
2577
+ ----------------------------------------------
2578
+ ButtonTest: test_should_use_the_value_as_label
2579
+ ----------------------------------------------
2580
+  (0.0ms) rollback transaction
2581
+  (0.0ms) begin transaction
2582
+ ----------------------------------------------------------
2583
+ ContentTagIfTest: test_should_accept_options_as_attributes
2584
+ ----------------------------------------------------------
2585
+  (0.0ms) rollback transaction
2586
+  (0.0ms) begin transaction
2587
+ ----------------------------------------------------------------
2588
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2589
+ ----------------------------------------------------------------
2590
+  (0.0ms) rollback transaction
2591
+  (0.0ms) begin transaction
2592
+ -----------------------------------------------------------
2593
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2594
+ -----------------------------------------------------------
2595
+  (0.0ms) rollback transaction
2596
+  (0.0ms) begin transaction
2597
+ ----------------------------------------------------------------------------
2598
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
2599
+ ----------------------------------------------------------------------------
2600
+  (0.1ms) rollback transaction
2601
+  (0.0ms) begin transaction
2602
+ -----------------
2603
+ StatusTest: test_
2604
+ -----------------
2605
+  (0.0ms) rollback transaction
2606
+  (0.0ms) begin transaction
2607
+ ---------------------------
2608
+ StatusControllerTest: test_
2609
+ ---------------------------
2610
+  (0.1ms) rollback transaction
2611
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2612
+  (0.1ms) select sqlite_version(*)
2613
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2614
+  (0.1ms) SELECT version FROM "schema_migrations"
2615
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2616
+  (0.1ms) begin transaction
2617
+ ------------------------------------------------------------------------
2618
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2619
+ ------------------------------------------------------------------------
2620
+  (0.0ms) rollback transaction
2621
+  (0.0ms) begin transaction
2622
+ -------------------------------------------------------------------
2623
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2624
+ -------------------------------------------------------------------
2625
+  (0.0ms) rollback transaction
2626
+  (0.0ms) begin transaction
2627
+ ----------------------------------------------------------------------------
2628
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2629
+ ----------------------------------------------------------------------------
2630
+  (0.0ms) rollback transaction
2631
+  (0.0ms) begin transaction
2632
+ ----------------------------------------------------
2633
+ ButtonTest: test_should_accept_options_as_attributes
2634
+ ----------------------------------------------------
2635
+  (0.1ms) rollback transaction
2636
+  (0.0ms) begin transaction
2637
+ --------------------------------------------------------------------
2638
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2639
+ --------------------------------------------------------------------
2640
+  (0.0ms) rollback transaction
2641
+  (0.0ms) begin transaction
2642
+ ----------------------------------------------
2643
+ ButtonTest: test_should_use_the_value_as_label
2644
+ ----------------------------------------------
2645
+  (0.0ms) rollback transaction
2646
+  (0.0ms) begin transaction
2647
+ ----------------------------------------------------------
2648
+ ContentTagIfTest: test_should_accept_options_as_attributes
2649
+ ----------------------------------------------------------
2650
+  (0.0ms) rollback transaction
2651
+  (0.0ms) begin transaction
2652
+ ----------------------------------------------------------------
2653
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2654
+ ----------------------------------------------------------------
2655
+  (0.0ms) rollback transaction
2656
+  (0.0ms) begin transaction
2657
+ -----------------------------------------------------------
2658
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2659
+ -----------------------------------------------------------
2660
+  (0.0ms) rollback transaction
2661
+  (0.0ms) begin transaction
2662
+ ----------------------------------------------------------------------------
2663
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
2664
+ ----------------------------------------------------------------------------
2665
+  (0.1ms) rollback transaction
2666
+  (0.0ms) begin transaction
2667
+ -----------------
2668
+ StatusTest: test_
2669
+ -----------------
2670
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-01 22:11:25 -0300
2671
+ Processing by StatusController#unprocessable_entity_status as HTML
2672
+ Completed 422 Unprocessable Entity in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
2673
+  (0.1ms) rollback transaction
2674
+  (0.0ms) begin transaction
2675
+ ---------------------------
2676
+ StatusControllerTest: test_
2677
+ ---------------------------
2678
+  (0.0ms) rollback transaction
2679
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2680
+  (0.1ms) select sqlite_version(*)
2681
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2682
+  (0.1ms) SELECT version FROM "schema_migrations"
2683
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2684
+  (0.1ms) begin transaction
2685
+ ------------------------------------------------------------------------
2686
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2687
+ ------------------------------------------------------------------------
2688
+  (0.0ms) rollback transaction
2689
+  (0.0ms) begin transaction
2690
+ -------------------------------------------------------------------
2691
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2692
+ -------------------------------------------------------------------
2693
+  (0.0ms) rollback transaction
2694
+  (0.0ms) begin transaction
2695
+ ----------------------------------------------------------------------------
2696
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2697
+ ----------------------------------------------------------------------------
2698
+  (0.0ms) rollback transaction
2699
+  (0.0ms) begin transaction
2700
+ ----------------------------------------------------
2701
+ ButtonTest: test_should_accept_options_as_attributes
2702
+ ----------------------------------------------------
2703
+  (0.1ms) rollback transaction
2704
+  (0.0ms) begin transaction
2705
+ --------------------------------------------------------------------
2706
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2707
+ --------------------------------------------------------------------
2708
+  (0.0ms) rollback transaction
2709
+  (0.1ms) begin transaction
2710
+ ----------------------------------------------
2711
+ ButtonTest: test_should_use_the_value_as_label
2712
+ ----------------------------------------------
2713
+  (0.0ms) rollback transaction
2714
+  (0.0ms) begin transaction
2715
+ ----------------------------------------------------------
2716
+ ContentTagIfTest: test_should_accept_options_as_attributes
2717
+ ----------------------------------------------------------
2718
+  (0.1ms) rollback transaction
2719
+  (0.0ms) begin transaction
2720
+ ----------------------------------------------------------------
2721
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2722
+ ----------------------------------------------------------------
2723
+  (0.0ms) rollback transaction
2724
+  (0.0ms) begin transaction
2725
+ -----------------------------------------------------------
2726
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2727
+ -----------------------------------------------------------
2728
+  (0.0ms) rollback transaction
2729
+  (0.1ms) begin transaction
2730
+ ----------------------------------------------------------------------------
2731
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
2732
+ ----------------------------------------------------------------------------
2733
+  (0.1ms) rollback transaction
2734
+  (0.0ms) begin transaction
2735
+ -----------------
2736
+ StatusTest: test_
2737
+ -----------------
2738
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-01 22:11:59 -0300
2739
+ Processing by StatusController#unprocessable_entity_status as HTML
2740
+ Completed 422 Unprocessable Entity in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
2741
+  (0.1ms) rollback transaction
2742
+  (0.0ms) begin transaction
2743
+ ---------------------------
2744
+ StatusControllerTest: test_
2745
+ ---------------------------
2746
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-01 22:11:59 -0300
2747
+ Processing by StatusController#unprocessable_entity_status as HTML
2748
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2749
+  (0.0ms) rollback transaction
2750
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2751
+  (0.1ms) select sqlite_version(*)
2752
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2753
+  (0.1ms) SELECT version FROM "schema_migrations"
2754
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2755
+  (0.1ms) begin transaction
2756
+ ------------------------------------------------------------------------
2757
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2758
+ ------------------------------------------------------------------------
2759
+  (0.0ms) rollback transaction
2760
+  (0.0ms) begin transaction
2761
+ -------------------------------------------------------------------
2762
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2763
+ -------------------------------------------------------------------
2764
+  (0.1ms) rollback transaction
2765
+  (0.0ms) begin transaction
2766
+ ----------------------------------------------------------------------------
2767
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2768
+ ----------------------------------------------------------------------------
2769
+  (0.0ms) rollback transaction
2770
+  (0.0ms) begin transaction
2771
+ ----------------------------------------------------
2772
+ ButtonTest: test_should_accept_options_as_attributes
2773
+ ----------------------------------------------------
2774
+  (0.1ms) rollback transaction
2775
+  (0.0ms) begin transaction
2776
+ --------------------------------------------------------------------
2777
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2778
+ --------------------------------------------------------------------
2779
+  (0.0ms) rollback transaction
2780
+  (0.1ms) begin transaction
2781
+ ----------------------------------------------
2782
+ ButtonTest: test_should_use_the_value_as_label
2783
+ ----------------------------------------------
2784
+  (0.1ms) rollback transaction
2785
+  (0.1ms) begin transaction
2786
+ ----------------------------------------------------------
2787
+ ContentTagIfTest: test_should_accept_options_as_attributes
2788
+ ----------------------------------------------------------
2789
+  (0.0ms) rollback transaction
2790
+  (0.0ms) begin transaction
2791
+ ----------------------------------------------------------------
2792
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2793
+ ----------------------------------------------------------------
2794
+  (0.0ms) rollback transaction
2795
+  (0.0ms) begin transaction
2796
+ -----------------------------------------------------------
2797
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2798
+ -----------------------------------------------------------
2799
+  (0.0ms) rollback transaction
2800
+  (0.0ms) begin transaction
2801
+ ----------------------------------------------------------------------------
2802
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
2803
+ ----------------------------------------------------------------------------
2804
+  (0.1ms) rollback transaction
2805
+  (0.0ms) begin transaction
2806
+ -----------------
2807
+ StatusTest: test_
2808
+ -----------------
2809
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-01 22:17:34 -0300
2810
+ Processing by StatusController#unprocessable_entity_status as HTML
2811
+ Completed 422 Unprocessable Entity in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
2812
+  (0.1ms) rollback transaction
2813
+  (0.1ms) begin transaction
2814
+ ---------------------------------------------------------
2815
+ StatusControllerTest: test_should_respond_with_status_401
2816
+ ---------------------------------------------------------
2817
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-01 22:17:34 -0300
2818
+ Processing by StatusController#unauthorized_status as HTML
2819
+ Completed 500 Internal Server Error in 1ms
2820
+  (0.0ms) rollback transaction
2821
+  (0.0ms) begin transaction
2822
+ ---------------------------------------------------------
2823
+ StatusControllerTest: test_should_respond_with_status_403
2824
+ ---------------------------------------------------------
2825
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-01 22:17:34 -0300
2826
+ Processing by StatusController#forbidden_status as HTML
2827
+ Completed 500 Internal Server Error in 0ms
2828
+  (0.0ms) rollback transaction
2829
+  (0.0ms) begin transaction
2830
+ ---------------------------------------------------------
2831
+ StatusControllerTest: test_should_respond_with_status_404
2832
+ ---------------------------------------------------------
2833
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-01 22:17:34 -0300
2834
+ Processing by StatusController#not_found_status as HTML
2835
+ Completed 404 Not Found in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
2836
+  (0.1ms) rollback transaction
2837
+  (0.1ms) begin transaction
2838
+ ---------------------------------------------------------
2839
+ StatusControllerTest: test_should_respond_with_status_422
2840
+ ---------------------------------------------------------
2841
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-01 22:17:34 -0300
2842
+ Processing by StatusController#unprocessable_entity_status as HTML
2843
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2844
+  (0.0ms) rollback transaction
2845
+  (0.0ms) begin transaction
2846
+ ---------------------------------------------------------
2847
+ StatusControllerTest: test_should_respond_with_status_500
2848
+ ---------------------------------------------------------
2849
+ Started GET "/error" for 127.0.0.1 at 2014-05-01 22:17:34 -0300
2850
+ Processing by StatusController#error_status as HTML
2851
+ Completed 500 Internal Server Error in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
2852
+  (0.0ms) rollback transaction
2853
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2854
+  (0.1ms) select sqlite_version(*)
2855
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2856
+  (0.1ms) SELECT version FROM "schema_migrations"
2857
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2858
+  (0.1ms) begin transaction
2859
+ ------------------------------------------------------------------------
2860
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2861
+ ------------------------------------------------------------------------
2862
+  (0.0ms) rollback transaction
2863
+  (0.0ms) begin transaction
2864
+ -------------------------------------------------------------------
2865
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2866
+ -------------------------------------------------------------------
2867
+  (0.1ms) rollback transaction
2868
+  (0.0ms) begin transaction
2869
+ ----------------------------------------------------------------------------
2870
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2871
+ ----------------------------------------------------------------------------
2872
+  (0.0ms) rollback transaction
2873
+  (0.0ms) begin transaction
2874
+ ----------------------------------------------------
2875
+ ButtonTest: test_should_accept_options_as_attributes
2876
+ ----------------------------------------------------
2877
+  (0.0ms) rollback transaction
2878
+  (0.0ms) begin transaction
2879
+ --------------------------------------------------------------------
2880
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2881
+ --------------------------------------------------------------------
2882
+  (0.1ms) rollback transaction
2883
+  (0.0ms) begin transaction
2884
+ ----------------------------------------------
2885
+ ButtonTest: test_should_use_the_value_as_label
2886
+ ----------------------------------------------
2887
+  (0.0ms) rollback transaction
2888
+  (0.0ms) begin transaction
2889
+ ----------------------------------------------------------
2890
+ ContentTagIfTest: test_should_accept_options_as_attributes
2891
+ ----------------------------------------------------------
2892
+  (0.0ms) rollback transaction
2893
+  (0.0ms) begin transaction
2894
+ ----------------------------------------------------------------
2895
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2896
+ ----------------------------------------------------------------
2897
+  (0.0ms) rollback transaction
2898
+  (0.0ms) begin transaction
2899
+ -----------------------------------------------------------
2900
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
2901
+ -----------------------------------------------------------
2902
+  (0.0ms) rollback transaction
2903
+  (0.0ms) begin transaction
2904
+ ----------------------------------------------------------------------------
2905
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
2906
+ ----------------------------------------------------------------------------
2907
+  (0.1ms) rollback transaction
2908
+  (0.0ms) begin transaction
2909
+ -----------------
2910
+ StatusTest: test_
2911
+ -----------------
2912
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-01 22:18:15 -0300
2913
+ Processing by StatusController#unprocessable_entity_status as HTML
2914
+ Completed 422 Unprocessable Entity in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
2915
+  (0.1ms) rollback transaction
2916
+  (0.0ms) begin transaction
2917
+ ---------------------------------------------------------
2918
+ StatusControllerTest: test_should_respond_with_status_401
2919
+ ---------------------------------------------------------
2920
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-01 22:18:15 -0300
2921
+ Processing by StatusController#unauthorized_status as HTML
2922
+ Completed 401 Unauthorized in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2923
+  (0.1ms) rollback transaction
2924
+  (0.0ms) begin transaction
2925
+ ---------------------------------------------------------
2926
+ StatusControllerTest: test_should_respond_with_status_403
2927
+ ---------------------------------------------------------
2928
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-01 22:18:15 -0300
2929
+ Processing by StatusController#forbidden_status as HTML
2930
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2931
+  (0.1ms) rollback transaction
2932
+  (0.0ms) begin transaction
2933
+ ---------------------------------------------------------
2934
+ StatusControllerTest: test_should_respond_with_status_404
2935
+ ---------------------------------------------------------
2936
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-01 22:18:15 -0300
2937
+ Processing by StatusController#not_found_status as HTML
2938
+ Completed 404 Not Found in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
2939
+  (0.1ms) rollback transaction
2940
+  (0.0ms) begin transaction
2941
+ ---------------------------------------------------------
2942
+ StatusControllerTest: test_should_respond_with_status_422
2943
+ ---------------------------------------------------------
2944
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-01 22:18:15 -0300
2945
+ Processing by StatusController#unprocessable_entity_status as HTML
2946
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
2947
+  (0.0ms) rollback transaction
2948
+  (0.0ms) begin transaction
2949
+ ---------------------------------------------------------
2950
+ StatusControllerTest: test_should_respond_with_status_500
2951
+ ---------------------------------------------------------
2952
+ Started GET "/error" for 127.0.0.1 at 2014-05-01 22:18:15 -0300
2953
+ Processing by StatusController#error_status as HTML
2954
+ Completed 500 Internal Server Error in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
2955
+  (0.1ms) rollback transaction
2956
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2957
+  (0.1ms) select sqlite_version(*)
2958
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2959
+  (0.1ms) SELECT version FROM "schema_migrations"
2960
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
2961
+  (0.1ms) begin transaction
2962
+ ------------------------------------------------------------------------
2963
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
2964
+ ------------------------------------------------------------------------
2965
+  (0.0ms) rollback transaction
2966
+  (0.0ms) begin transaction
2967
+ -------------------------------------------------------------------
2968
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
2969
+ -------------------------------------------------------------------
2970
+  (0.0ms) rollback transaction
2971
+  (0.1ms) begin transaction
2972
+ ----------------------------------------------------------------------------
2973
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
2974
+ ----------------------------------------------------------------------------
2975
+  (0.0ms) rollback transaction
2976
+  (0.0ms) begin transaction
2977
+ ----------------------------------------------------
2978
+ ButtonTest: test_should_accept_options_as_attributes
2979
+ ----------------------------------------------------
2980
+  (0.0ms) rollback transaction
2981
+  (0.0ms) begin transaction
2982
+ --------------------------------------------------------------------
2983
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
2984
+ --------------------------------------------------------------------
2985
+  (0.0ms) rollback transaction
2986
+  (0.0ms) begin transaction
2987
+ ----------------------------------------------
2988
+ ButtonTest: test_should_use_the_value_as_label
2989
+ ----------------------------------------------
2990
+  (0.1ms) rollback transaction
2991
+  (0.0ms) begin transaction
2992
+ ----------------------------------------------------------
2993
+ ContentTagIfTest: test_should_accept_options_as_attributes
2994
+ ----------------------------------------------------------
2995
+  (0.0ms) rollback transaction
2996
+  (0.0ms) begin transaction
2997
+ ----------------------------------------------------------------
2998
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
2999
+ ----------------------------------------------------------------
3000
+  (0.0ms) rollback transaction
3001
+  (0.0ms) begin transaction
3002
+ -----------------------------------------------------------
3003
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
3004
+ -----------------------------------------------------------
3005
+  (0.0ms) rollback transaction
3006
+  (0.0ms) begin transaction
3007
+ ----------------------------------------------------------------------------
3008
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
3009
+ ----------------------------------------------------------------------------
3010
+  (0.1ms) rollback transaction
3011
+  (0.0ms) begin transaction
3012
+ -----------------
3013
+ StatusTest: test_
3014
+ -----------------
3015
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-01 22:19:18 -0300
3016
+ Processing by StatusController#unprocessable_entity_status as HTML
3017
+ Completed 422 Unprocessable Entity in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
3018
+  (0.1ms) rollback transaction
3019
+  (0.0ms) begin transaction
3020
+ ---------------------------------------------------------
3021
+ StatusControllerTest: test_should_respond_with_status_401
3022
+ ---------------------------------------------------------
3023
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-01 22:19:18 -0300
3024
+ Processing by StatusController#unauthorized_status as HTML
3025
+ Completed 401 Unauthorized in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3026
+  (0.0ms) rollback transaction
3027
+  (0.0ms) begin transaction
3028
+ ---------------------------------------------------------
3029
+ StatusControllerTest: test_should_respond_with_status_403
3030
+ ---------------------------------------------------------
3031
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-01 22:19:18 -0300
3032
+ Processing by StatusController#forbidden_status as HTML
3033
+ Completed 403 Forbidden in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3034
+  (0.0ms) rollback transaction
3035
+  (0.0ms) begin transaction
3036
+ ---------------------------------------------------------
3037
+ StatusControllerTest: test_should_respond_with_status_404
3038
+ ---------------------------------------------------------
3039
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-01 22:19:18 -0300
3040
+ Processing by StatusController#not_found_status as HTML
3041
+ Completed 404 Not Found in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
3042
+  (0.0ms) rollback transaction
3043
+  (0.0ms) begin transaction
3044
+ ---------------------------------------------------------
3045
+ StatusControllerTest: test_should_respond_with_status_422
3046
+ ---------------------------------------------------------
3047
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-01 22:19:18 -0300
3048
+ Processing by StatusController#unprocessable_entity_status as HTML
3049
+ Completed 422 Unprocessable Entity in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3050
+  (0.0ms) rollback transaction
3051
+  (0.1ms) begin transaction
3052
+ ---------------------------------------------------------
3053
+ StatusControllerTest: test_should_respond_with_status_500
3054
+ ---------------------------------------------------------
3055
+ Started GET "/error" for 127.0.0.1 at 2014-05-01 22:19:18 -0300
3056
+ Processing by StatusController#error_status as HTML
3057
+ Completed 500 Internal Server Error in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
3058
+  (0.1ms) rollback transaction
3059
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3060
+  (0.1ms) select sqlite_version(*)
3061
+  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3062
+  (0.1ms) SELECT version FROM "schema_migrations"
3063
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3064
+  (0.1ms) begin transaction
3065
+ ------------------------------------------------------------------------
3066
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
3067
+ ------------------------------------------------------------------------
3068
+  (0.0ms) rollback transaction
3069
+  (0.0ms) begin transaction
3070
+ -------------------------------------------------------------------
3071
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
3072
+ -------------------------------------------------------------------
3073
+  (0.0ms) rollback transaction
3074
+  (0.0ms) begin transaction
3075
+ ----------------------------------------------------------------------------
3076
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
3077
+ ----------------------------------------------------------------------------
3078
+  (0.1ms) rollback transaction
3079
+  (0.0ms) begin transaction
3080
+ ----------------------------------------------------
3081
+ ButtonTest: test_should_accept_options_as_attributes
3082
+ ----------------------------------------------------
3083
+  (0.1ms) rollback transaction
3084
+  (0.0ms) begin transaction
3085
+ --------------------------------------------------------------------
3086
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
3087
+ --------------------------------------------------------------------
3088
+  (0.0ms) rollback transaction
3089
+  (0.0ms) begin transaction
3090
+ ----------------------------------------------
3091
+ ButtonTest: test_should_use_the_value_as_label
3092
+ ----------------------------------------------
3093
+  (0.0ms) rollback transaction
3094
+  (0.0ms) begin transaction
3095
+ ----------------------------------------------------------
3096
+ ContentTagIfTest: test_should_accept_options_as_attributes
3097
+ ----------------------------------------------------------
3098
+  (0.0ms) rollback transaction
3099
+  (0.0ms) begin transaction
3100
+ ----------------------------------------------------------------
3101
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
3102
+ ----------------------------------------------------------------
3103
+  (0.0ms) rollback transaction
3104
+  (0.0ms) begin transaction
3105
+ -----------------------------------------------------------
3106
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
3107
+ -----------------------------------------------------------
3108
+  (0.0ms) rollback transaction
3109
+  (0.0ms) begin transaction
3110
+ ----------------------------------------------------------------------------
3111
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
3112
+ ----------------------------------------------------------------------------
3113
+  (0.1ms) rollback transaction
3114
+  (0.0ms) begin transaction
3115
+ -----------------------------------------------------------------------
3116
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
3117
+ -----------------------------------------------------------------------
3118
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 16:44:17 -0300
3119
+ Processing by StatusController#unauthorized_status as HTML
3120
+ Completed 401 Unauthorized in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
3121
+  (0.1ms) rollback transaction
3122
+  (0.0ms) begin transaction
3123
+ --------------------------------------------------------------------
3124
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
3125
+ --------------------------------------------------------------------
3126
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 16:44:17 -0300
3127
+ Processing by StatusController#forbidden_status as HTML
3128
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3129
+  (0.0ms) rollback transaction
3130
+  (0.0ms) begin transaction
3131
+ --------------------------------------------------------------------
3132
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
3133
+ --------------------------------------------------------------------
3134
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 16:44:17 -0300
3135
+ Processing by StatusController#not_found_status as HTML
3136
+ Completed 404 Not Found in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
3137
+  (0.1ms) rollback transaction
3138
+  (0.0ms) begin transaction
3139
+ -------------------------------------------------------------------------------
3140
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
3141
+ -------------------------------------------------------------------------------
3142
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 16:44:17 -0300
3143
+ Processing by StatusController#unprocessable_entity_status as HTML
3144
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3145
+  (0.0ms) rollback transaction
3146
+  (0.0ms) begin transaction
3147
+ ----------------------------------------------------------------
3148
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
3149
+ ----------------------------------------------------------------
3150
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 16:44:17 -0300
3151
+ Processing by StatusController#error_status as JSON
3152
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3153
+  (0.0ms) rollback transaction
3154
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3155
+  (0.1ms) select sqlite_version(*)
3156
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3157
+  (0.1ms) SELECT version FROM "schema_migrations"
3158
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3159
+  (0.1ms) begin transaction
3160
+ ------------------------------------------------------------------------
3161
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
3162
+ ------------------------------------------------------------------------
3163
+  (0.0ms) rollback transaction
3164
+  (0.0ms) begin transaction
3165
+ -------------------------------------------------------------------
3166
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
3167
+ -------------------------------------------------------------------
3168
+  (0.0ms) rollback transaction
3169
+  (0.1ms) begin transaction
3170
+ ----------------------------------------------------------------------------
3171
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
3172
+ ----------------------------------------------------------------------------
3173
+  (0.0ms) rollback transaction
3174
+  (0.0ms) begin transaction
3175
+ ----------------------------------------------------
3176
+ ButtonTest: test_should_accept_options_as_attributes
3177
+ ----------------------------------------------------
3178
+  (0.0ms) rollback transaction
3179
+  (0.0ms) begin transaction
3180
+ --------------------------------------------------------------------
3181
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
3182
+ --------------------------------------------------------------------
3183
+  (0.0ms) rollback transaction
3184
+  (0.0ms) begin transaction
3185
+ ----------------------------------------------
3186
+ ButtonTest: test_should_use_the_value_as_label
3187
+ ----------------------------------------------
3188
+  (0.0ms) rollback transaction
3189
+  (0.1ms) begin transaction
3190
+ ----------------------------------------------------------
3191
+ ContentTagIfTest: test_should_accept_options_as_attributes
3192
+ ----------------------------------------------------------
3193
+  (0.0ms) rollback transaction
3194
+  (0.0ms) begin transaction
3195
+ ----------------------------------------------------------------
3196
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
3197
+ ----------------------------------------------------------------
3198
+  (0.0ms) rollback transaction
3199
+  (0.0ms) begin transaction
3200
+ -----------------------------------------------------------
3201
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
3202
+ -----------------------------------------------------------
3203
+  (0.0ms) rollback transaction
3204
+  (0.0ms) begin transaction
3205
+ ----------------------------------------------------------------------------
3206
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
3207
+ ----------------------------------------------------------------------------
3208
+  (0.1ms) rollback transaction
3209
+  (0.0ms) begin transaction
3210
+ -----------------------------------------------------------------------
3211
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
3212
+ -----------------------------------------------------------------------
3213
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 16:44:29 -0300
3214
+ Processing by StatusController#unauthorized_status as HTML
3215
+ Completed 401 Unauthorized in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
3216
+  (0.1ms) rollback transaction
3217
+  (0.0ms) begin transaction
3218
+ --------------------------------------------------------------------
3219
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
3220
+ --------------------------------------------------------------------
3221
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 16:44:29 -0300
3222
+ Processing by StatusController#forbidden_status as HTML
3223
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3224
+  (0.0ms) rollback transaction
3225
+  (0.0ms) begin transaction
3226
+ --------------------------------------------------------------------
3227
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
3228
+ --------------------------------------------------------------------
3229
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 16:44:29 -0300
3230
+ Processing by StatusController#not_found_status as HTML
3231
+ Completed 404 Not Found in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
3232
+  (0.0ms) rollback transaction
3233
+  (0.0ms) begin transaction
3234
+ -------------------------------------------------------------------------------
3235
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
3236
+ -------------------------------------------------------------------------------
3237
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 16:44:29 -0300
3238
+ Processing by StatusController#unprocessable_entity_status as HTML
3239
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3240
+  (0.0ms) rollback transaction
3241
+  (0.0ms) begin transaction
3242
+ ----------------------------------------------------------------
3243
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
3244
+ ----------------------------------------------------------------
3245
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 16:44:29 -0300
3246
+ Processing by StatusController#error_status as JSON
3247
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3248
+  (0.0ms) rollback transaction
3249
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3250
+  (0.1ms) select sqlite_version(*)
3251
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3252
+  (0.0ms) SELECT version FROM "schema_migrations"
3253
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3254
+  (0.1ms) begin transaction
3255
+ ------------------------------------------------------------------------
3256
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
3257
+ ------------------------------------------------------------------------
3258
+  (0.0ms) rollback transaction
3259
+  (0.0ms) begin transaction
3260
+ -------------------------------------------------------------------
3261
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
3262
+ -------------------------------------------------------------------
3263
+  (0.0ms) rollback transaction
3264
+  (0.1ms) begin transaction
3265
+ ----------------------------------------------------------------------------
3266
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
3267
+ ----------------------------------------------------------------------------
3268
+  (0.0ms) rollback transaction
3269
+  (0.0ms) begin transaction
3270
+ ----------------------------------------------------
3271
+ ButtonTest: test_should_accept_options_as_attributes
3272
+ ----------------------------------------------------
3273
+  (0.0ms) rollback transaction
3274
+  (0.0ms) begin transaction
3275
+ --------------------------------------------------------------------
3276
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
3277
+ --------------------------------------------------------------------
3278
+  (0.1ms) rollback transaction
3279
+  (0.0ms) begin transaction
3280
+ ----------------------------------------------
3281
+ ButtonTest: test_should_use_the_value_as_label
3282
+ ----------------------------------------------
3283
+  (0.1ms) rollback transaction
3284
+  (0.0ms) begin transaction
3285
+ ----------------------------------------------------------
3286
+ ContentTagIfTest: test_should_accept_options_as_attributes
3287
+ ----------------------------------------------------------
3288
+  (0.0ms) rollback transaction
3289
+  (0.0ms) begin transaction
3290
+ ----------------------------------------------------------------
3291
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
3292
+ ----------------------------------------------------------------
3293
+  (0.1ms) rollback transaction
3294
+  (0.1ms) begin transaction
3295
+ -----------------------------------------------------------
3296
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
3297
+ -----------------------------------------------------------
3298
+  (0.0ms) rollback transaction
3299
+  (0.0ms) begin transaction
3300
+ ----------------------------------------------------------------------------
3301
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
3302
+ ----------------------------------------------------------------------------
3303
+  (0.1ms) rollback transaction
3304
+  (0.1ms) begin transaction
3305
+ -----------------------------------------------------------------------
3306
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
3307
+ -----------------------------------------------------------------------
3308
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 16:44:45 -0300
3309
+ Processing by StatusController#unauthorized_status as HTML
3310
+ Completed 401 Unauthorized in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
3311
+  (0.1ms) rollback transaction
3312
+  (0.0ms) begin transaction
3313
+ --------------------------------------------------------------------
3314
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
3315
+ --------------------------------------------------------------------
3316
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 16:44:45 -0300
3317
+ Processing by StatusController#forbidden_status as HTML
3318
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3319
+  (0.0ms) rollback transaction
3320
+  (0.0ms) begin transaction
3321
+ --------------------------------------------------------------------
3322
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
3323
+ --------------------------------------------------------------------
3324
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 16:44:45 -0300
3325
+ Processing by StatusController#not_found_status as HTML
3326
+ Completed 404 Not Found in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
3327
+  (0.0ms) rollback transaction
3328
+  (0.0ms) begin transaction
3329
+ -------------------------------------------------------------------------------
3330
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
3331
+ -------------------------------------------------------------------------------
3332
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 16:44:45 -0300
3333
+ Processing by StatusController#unprocessable_entity_status as HTML
3334
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3335
+  (0.0ms) rollback transaction
3336
+  (0.0ms) begin transaction
3337
+ ----------------------------------------------------------------
3338
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
3339
+ ----------------------------------------------------------------
3340
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 16:44:45 -0300
3341
+ Processing by StatusController#error_status as JSON
3342
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3343
+  (0.0ms) rollback transaction
3344
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3345
+  (0.1ms) select sqlite_version(*)
3346
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3347
+  (0.1ms) SELECT version FROM "schema_migrations"
3348
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3349
+  (0.1ms) begin transaction
3350
+ ------------------------------------------------------------------------
3351
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
3352
+ ------------------------------------------------------------------------
3353
+  (0.0ms) rollback transaction
3354
+  (0.0ms) begin transaction
3355
+ -------------------------------------------------------------------
3356
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
3357
+ -------------------------------------------------------------------
3358
+  (0.0ms) rollback transaction
3359
+  (0.1ms) begin transaction
3360
+ ----------------------------------------------------------------------------
3361
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
3362
+ ----------------------------------------------------------------------------
3363
+  (0.0ms) rollback transaction
3364
+  (0.0ms) begin transaction
3365
+ ----------------------------------------------------
3366
+ ButtonTest: test_should_accept_options_as_attributes
3367
+ ----------------------------------------------------
3368
+  (0.0ms) rollback transaction
3369
+  (0.0ms) begin transaction
3370
+ --------------------------------------------------------------------
3371
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
3372
+ --------------------------------------------------------------------
3373
+  (0.0ms) rollback transaction
3374
+  (0.0ms) begin transaction
3375
+ ----------------------------------------------
3376
+ ButtonTest: test_should_use_the_value_as_label
3377
+ ----------------------------------------------
3378
+  (0.1ms) rollback transaction
3379
+  (0.0ms) begin transaction
3380
+ ----------------------------------------------------------
3381
+ ContentTagIfTest: test_should_accept_options_as_attributes
3382
+ ----------------------------------------------------------
3383
+  (0.0ms) rollback transaction
3384
+  (0.0ms) begin transaction
3385
+ ----------------------------------------------------------------
3386
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
3387
+ ----------------------------------------------------------------
3388
+  (0.0ms) rollback transaction
3389
+  (0.0ms) begin transaction
3390
+ -----------------------------------------------------------
3391
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
3392
+ -----------------------------------------------------------
3393
+  (0.0ms) rollback transaction
3394
+  (0.0ms) begin transaction
3395
+ ----------------------------------------------------------------------------
3396
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
3397
+ ----------------------------------------------------------------------------
3398
+  (0.1ms) rollback transaction
3399
+  (0.0ms) begin transaction
3400
+ -----------------------------------------------------------------------
3401
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
3402
+ -----------------------------------------------------------------------
3403
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 16:45:00 -0300
3404
+ Processing by StatusController#unauthorized_status as HTML
3405
+ Completed 401 Unauthorized in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
3406
+  (0.1ms) rollback transaction
3407
+  (0.0ms) begin transaction
3408
+ --------------------------------------------------------------------
3409
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
3410
+ --------------------------------------------------------------------
3411
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 16:45:00 -0300
3412
+ Processing by StatusController#forbidden_status as HTML
3413
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3414
+  (0.0ms) rollback transaction
3415
+  (0.0ms) begin transaction
3416
+ --------------------------------------------------------------------
3417
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
3418
+ --------------------------------------------------------------------
3419
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 16:45:00 -0300
3420
+ Processing by StatusController#not_found_status as HTML
3421
+ Completed 404 Not Found in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
3422
+  (0.0ms) rollback transaction
3423
+  (0.0ms) begin transaction
3424
+ -------------------------------------------------------------------------------
3425
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
3426
+ -------------------------------------------------------------------------------
3427
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 16:45:00 -0300
3428
+ Processing by StatusController#unprocessable_entity_status as HTML
3429
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3430
+  (0.0ms) rollback transaction
3431
+  (0.0ms) begin transaction
3432
+ ----------------------------------------------------------------
3433
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
3434
+ ----------------------------------------------------------------
3435
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 16:45:00 -0300
3436
+ Processing by StatusController#error_status as JSON
3437
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3438
+  (0.0ms) rollback transaction
3439
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3440
+  (0.1ms) select sqlite_version(*)
3441
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3442
+  (0.1ms) SELECT version FROM "schema_migrations"
3443
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3444
+  (0.1ms) begin transaction
3445
+ ------------------------------------------------------------------------
3446
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
3447
+ ------------------------------------------------------------------------
3448
+  (0.0ms) rollback transaction
3449
+  (0.0ms) begin transaction
3450
+ -------------------------------------------------------------------
3451
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
3452
+ -------------------------------------------------------------------
3453
+  (0.0ms) rollback transaction
3454
+  (0.1ms) begin transaction
3455
+ ----------------------------------------------------------------------------
3456
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
3457
+ ----------------------------------------------------------------------------
3458
+  (0.0ms) rollback transaction
3459
+  (0.0ms) begin transaction
3460
+ ----------------------------------------------------
3461
+ ButtonTest: test_should_accept_options_as_attributes
3462
+ ----------------------------------------------------
3463
+  (0.1ms) rollback transaction
3464
+  (0.0ms) begin transaction
3465
+ --------------------------------------------------------------------
3466
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
3467
+ --------------------------------------------------------------------
3468
+  (0.0ms) rollback transaction
3469
+  (0.1ms) begin transaction
3470
+ ----------------------------------------------
3471
+ ButtonTest: test_should_use_the_value_as_label
3472
+ ----------------------------------------------
3473
+  (0.1ms) rollback transaction
3474
+  (0.0ms) begin transaction
3475
+ ----------------------------------------------------------
3476
+ ContentTagIfTest: test_should_accept_options_as_attributes
3477
+ ----------------------------------------------------------
3478
+  (0.0ms) rollback transaction
3479
+  (0.0ms) begin transaction
3480
+ ----------------------------------------------------------------
3481
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
3482
+ ----------------------------------------------------------------
3483
+  (0.1ms) rollback transaction
3484
+  (0.1ms) begin transaction
3485
+ -----------------------------------------------------------
3486
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
3487
+ -----------------------------------------------------------
3488
+  (0.0ms) rollback transaction
3489
+  (0.0ms) begin transaction
3490
+ ----------------------------------------------------------------------------
3491
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
3492
+ ----------------------------------------------------------------------------
3493
+  (0.1ms) rollback transaction
3494
+  (0.1ms) begin transaction
3495
+ -----------------------------------------------------------------------
3496
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
3497
+ -----------------------------------------------------------------------
3498
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 16:45:40 -0300
3499
+ Processing by StatusController#unauthorized_status as HTML
3500
+ Completed 401 Unauthorized in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
3501
+  (0.1ms) rollback transaction
3502
+  (0.0ms) begin transaction
3503
+ --------------------------------------------------------------------
3504
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
3505
+ --------------------------------------------------------------------
3506
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 16:45:40 -0300
3507
+ Processing by StatusController#forbidden_status as HTML
3508
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3509
+  (0.0ms) rollback transaction
3510
+  (0.0ms) begin transaction
3511
+ --------------------------------------------------------------------
3512
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
3513
+ --------------------------------------------------------------------
3514
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 16:45:40 -0300
3515
+ Processing by StatusController#not_found_status as HTML
3516
+ Completed 404 Not Found in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
3517
+  (0.1ms) rollback transaction
3518
+  (0.0ms) begin transaction
3519
+ -------------------------------------------------------------------------------
3520
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
3521
+ -------------------------------------------------------------------------------
3522
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 16:45:40 -0300
3523
+ Processing by StatusController#unprocessable_entity_status as HTML
3524
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3525
+  (0.0ms) rollback transaction
3526
+  (0.1ms) begin transaction
3527
+ ----------------------------------------------------------------
3528
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
3529
+ ----------------------------------------------------------------
3530
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 16:45:40 -0300
3531
+ Processing by StatusController#error_status as JSON
3532
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3533
+  (0.0ms) rollback transaction
3534
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3535
+  (0.1ms) select sqlite_version(*)
3536
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3537
+  (0.0ms) SELECT version FROM "schema_migrations"
3538
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3539
+  (0.1ms) begin transaction
3540
+ ------------------------------------------------------------------------
3541
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
3542
+ ------------------------------------------------------------------------
3543
+  (0.0ms) rollback transaction
3544
+  (0.0ms) begin transaction
3545
+ -------------------------------------------------------------------
3546
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
3547
+ -------------------------------------------------------------------
3548
+  (0.0ms) rollback transaction
3549
+  (0.0ms) begin transaction
3550
+ ----------------------------------------------------------------------------
3551
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
3552
+ ----------------------------------------------------------------------------
3553
+  (0.1ms) rollback transaction
3554
+  (0.0ms) begin transaction
3555
+ ----------------------------------------------------
3556
+ ButtonTest: test_should_accept_options_as_attributes
3557
+ ----------------------------------------------------
3558
+  (0.0ms) rollback transaction
3559
+  (0.0ms) begin transaction
3560
+ --------------------------------------------------------------------
3561
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
3562
+ --------------------------------------------------------------------
3563
+  (0.1ms) rollback transaction
3564
+  (0.1ms) begin transaction
3565
+ ----------------------------------------------
3566
+ ButtonTest: test_should_use_the_value_as_label
3567
+ ----------------------------------------------
3568
+  (0.0ms) rollback transaction
3569
+  (0.0ms) begin transaction
3570
+ ----------------------------------------------------------
3571
+ ContentTagIfTest: test_should_accept_options_as_attributes
3572
+ ----------------------------------------------------------
3573
+  (0.0ms) rollback transaction
3574
+  (0.0ms) begin transaction
3575
+ ----------------------------------------------------------------
3576
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
3577
+ ----------------------------------------------------------------
3578
+  (0.0ms) rollback transaction
3579
+  (0.0ms) begin transaction
3580
+ -----------------------------------------------------------
3581
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
3582
+ -----------------------------------------------------------
3583
+  (0.0ms) rollback transaction
3584
+  (0.0ms) begin transaction
3585
+ ----------------------------------------------------------------------------
3586
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
3587
+ ----------------------------------------------------------------------------
3588
+  (0.1ms) rollback transaction
3589
+  (0.0ms) begin transaction
3590
+ -----------------------------------------------------------------------
3591
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
3592
+ -----------------------------------------------------------------------
3593
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 16:47:56 -0300
3594
+ Processing by StatusController#unauthorized_status as HTML
3595
+ Completed 401 Unauthorized in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
3596
+  (0.1ms) rollback transaction
3597
+  (0.0ms) begin transaction
3598
+ --------------------------------------------------------------------
3599
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
3600
+ --------------------------------------------------------------------
3601
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 16:47:56 -0300
3602
+ Processing by StatusController#forbidden_status as HTML
3603
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3604
+  (0.1ms) rollback transaction
3605
+  (0.0ms) begin transaction
3606
+ --------------------------------------------------------------------
3607
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
3608
+ --------------------------------------------------------------------
3609
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 16:47:56 -0300
3610
+ Processing by StatusController#not_found_status as HTML
3611
+ Completed 404 Not Found in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
3612
+  (0.0ms) rollback transaction
3613
+  (0.0ms) begin transaction
3614
+ -------------------------------------------------------------------------------
3615
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
3616
+ -------------------------------------------------------------------------------
3617
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 16:47:56 -0300
3618
+ Processing by StatusController#unprocessable_entity_status as HTML
3619
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3620
+  (0.0ms) rollback transaction
3621
+  (0.0ms) begin transaction
3622
+ ----------------------------------------------------------------
3623
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
3624
+ ----------------------------------------------------------------
3625
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 16:47:56 -0300
3626
+ Processing by StatusController#error_status as JSON
3627
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3628
+ Started GET "/error" for 127.0.0.1 at 2014-05-05 16:47:56 -0300
3629
+ Processing by StatusController#error_status as HTML
3630
+ Completed 500 Internal Server Error in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
3631
+  (0.1ms) rollback transaction
3632
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3633
+  (0.1ms) select sqlite_version(*)
3634
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3635
+  (0.1ms) SELECT version FROM "schema_migrations"
3636
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3637
+  (0.1ms) begin transaction
3638
+ ------------------------------------------------------------------------
3639
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
3640
+ ------------------------------------------------------------------------
3641
+  (0.0ms) rollback transaction
3642
+  (0.0ms) begin transaction
3643
+ -------------------------------------------------------------------
3644
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
3645
+ -------------------------------------------------------------------
3646
+  (0.0ms) rollback transaction
3647
+  (0.1ms) begin transaction
3648
+ ----------------------------------------------------------------------------
3649
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
3650
+ ----------------------------------------------------------------------------
3651
+  (0.1ms) rollback transaction
3652
+  (0.0ms) begin transaction
3653
+ ----------------------------------------------------
3654
+ ButtonTest: test_should_accept_options_as_attributes
3655
+ ----------------------------------------------------
3656
+  (0.1ms) rollback transaction
3657
+  (0.0ms) begin transaction
3658
+ --------------------------------------------------------------------
3659
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
3660
+ --------------------------------------------------------------------
3661
+  (0.0ms) rollback transaction
3662
+  (0.0ms) begin transaction
3663
+ ----------------------------------------------
3664
+ ButtonTest: test_should_use_the_value_as_label
3665
+ ----------------------------------------------
3666
+  (0.0ms) rollback transaction
3667
+  (0.0ms) begin transaction
3668
+ ----------------------------------------------------------
3669
+ ContentTagIfTest: test_should_accept_options_as_attributes
3670
+ ----------------------------------------------------------
3671
+  (0.0ms) rollback transaction
3672
+  (0.0ms) begin transaction
3673
+ ----------------------------------------------------------------
3674
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
3675
+ ----------------------------------------------------------------
3676
+  (0.0ms) rollback transaction
3677
+  (0.0ms) begin transaction
3678
+ -----------------------------------------------------------
3679
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
3680
+ -----------------------------------------------------------
3681
+  (0.0ms) rollback transaction
3682
+  (0.0ms) begin transaction
3683
+ ----------------------------------------------------------------------------
3684
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
3685
+ ----------------------------------------------------------------------------
3686
+  (0.1ms) rollback transaction
3687
+  (0.0ms) begin transaction
3688
+ -----------------------------------------------------------------------
3689
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
3690
+ -----------------------------------------------------------------------
3691
+ Started GET "/unauthorized.json" for 127.0.0.1 at 2014-05-05 16:53:18 -0300
3692
+ Processing by StatusController#unauthorized_status as JSON
3693
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
3694
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 16:53:18 -0300
3695
+ Processing by StatusController#unauthorized_status as HTML
3696
+ Completed 401 Unauthorized in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
3697
+  (0.1ms) rollback transaction
3698
+  (0.0ms) begin transaction
3699
+ --------------------------------------------------------------------
3700
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
3701
+ --------------------------------------------------------------------
3702
+ Started GET "/forbidden.json" for 127.0.0.1 at 2014-05-05 16:53:18 -0300
3703
+ Processing by StatusController#forbidden_status as JSON
3704
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
3705
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 16:53:18 -0300
3706
+ Processing by StatusController#forbidden_status as HTML
3707
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3708
+  (0.0ms) rollback transaction
3709
+  (0.1ms) begin transaction
3710
+ --------------------------------------------------------------------
3711
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
3712
+ --------------------------------------------------------------------
3713
+ Started GET "/not_found.json" for 127.0.0.1 at 2014-05-05 16:53:18 -0300
3714
+ Processing by StatusController#not_found_status as JSON
3715
+ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
3716
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 16:53:18 -0300
3717
+ Processing by StatusController#not_found_status as HTML
3718
+ Completed 404 Not Found in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
3719
+  (0.0ms) rollback transaction
3720
+  (0.1ms) begin transaction
3721
+ -------------------------------------------------------------------------------
3722
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
3723
+ -------------------------------------------------------------------------------
3724
+ Started GET "/unprocessable_entity.json" for 127.0.0.1 at 2014-05-05 16:53:18 -0300
3725
+ Processing by StatusController#unprocessable_entity_status as JSON
3726
+ Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
3727
+ Started GET "/unprocessable-entity" for 127.0.0.1 at 2014-05-05 16:53:18 -0300
3728
+  (0.0ms) rollback transaction
3729
+  (0.0ms) begin transaction
3730
+ ----------------------------------------------------------------
3731
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
3732
+ ----------------------------------------------------------------
3733
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 16:53:18 -0300
3734
+ Processing by StatusController#error_status as JSON
3735
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3736
+ Started GET "/error" for 127.0.0.1 at 2014-05-05 16:53:18 -0300
3737
+ Processing by StatusController#error_status as HTML
3738
+ Completed 500 Internal Server Error in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
3739
+  (0.0ms) rollback transaction
3740
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3741
+  (0.1ms) select sqlite_version(*)
3742
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3743
+  (0.0ms) SELECT version FROM "schema_migrations"
3744
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3745
+  (0.1ms) begin transaction
3746
+ ------------------------------------------------------------------------
3747
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
3748
+ ------------------------------------------------------------------------
3749
+  (0.0ms) rollback transaction
3750
+  (0.0ms) begin transaction
3751
+ -------------------------------------------------------------------
3752
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
3753
+ -------------------------------------------------------------------
3754
+  (0.0ms) rollback transaction
3755
+  (0.1ms) begin transaction
3756
+ ----------------------------------------------------------------------------
3757
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
3758
+ ----------------------------------------------------------------------------
3759
+  (0.0ms) rollback transaction
3760
+  (0.0ms) begin transaction
3761
+ ----------------------------------------------------
3762
+ ButtonTest: test_should_accept_options_as_attributes
3763
+ ----------------------------------------------------
3764
+  (0.0ms) rollback transaction
3765
+  (0.0ms) begin transaction
3766
+ --------------------------------------------------------------------
3767
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
3768
+ --------------------------------------------------------------------
3769
+  (0.0ms) rollback transaction
3770
+  (0.0ms) begin transaction
3771
+ ----------------------------------------------
3772
+ ButtonTest: test_should_use_the_value_as_label
3773
+ ----------------------------------------------
3774
+  (0.1ms) rollback transaction
3775
+  (0.0ms) begin transaction
3776
+ ----------------------------------------------------------
3777
+ ContentTagIfTest: test_should_accept_options_as_attributes
3778
+ ----------------------------------------------------------
3779
+  (0.0ms) rollback transaction
3780
+  (0.0ms) begin transaction
3781
+ ----------------------------------------------------------------
3782
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
3783
+ ----------------------------------------------------------------
3784
+  (0.0ms) rollback transaction
3785
+  (0.0ms) begin transaction
3786
+ -----------------------------------------------------------
3787
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
3788
+ -----------------------------------------------------------
3789
+  (0.0ms) rollback transaction
3790
+  (0.0ms) begin transaction
3791
+ ----------------------------------------------------------------------------
3792
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
3793
+ ----------------------------------------------------------------------------
3794
+  (0.1ms) rollback transaction
3795
+  (0.0ms) begin transaction
3796
+ -----------------------------------------------------------------------
3797
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
3798
+ -----------------------------------------------------------------------
3799
+ Started GET "/unauthorized.json" for 127.0.0.1 at 2014-05-05 16:53:32 -0300
3800
+ Processing by StatusController#unauthorized_status as JSON
3801
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
3802
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 16:53:32 -0300
3803
+ Processing by StatusController#unauthorized_status as HTML
3804
+ Completed 401 Unauthorized in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
3805
+  (0.1ms) rollback transaction
3806
+  (0.0ms) begin transaction
3807
+ --------------------------------------------------------------------
3808
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
3809
+ --------------------------------------------------------------------
3810
+ Started GET "/forbidden.json" for 127.0.0.1 at 2014-05-05 16:53:32 -0300
3811
+ Processing by StatusController#forbidden_status as JSON
3812
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
3813
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 16:53:32 -0300
3814
+ Processing by StatusController#forbidden_status as HTML
3815
+ Completed 403 Forbidden in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
3816
+  (0.0ms) rollback transaction
3817
+  (0.0ms) begin transaction
3818
+ --------------------------------------------------------------------
3819
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
3820
+ --------------------------------------------------------------------
3821
+ Started GET "/not_found.json" for 127.0.0.1 at 2014-05-05 16:53:32 -0300
3822
+ Processing by StatusController#not_found_status as JSON
3823
+ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
3824
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 16:53:32 -0300
3825
+ Processing by StatusController#not_found_status as HTML
3826
+ Completed 404 Not Found in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
3827
+  (0.1ms) rollback transaction
3828
+  (0.0ms) begin transaction
3829
+ -------------------------------------------------------------------------------
3830
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
3831
+ -------------------------------------------------------------------------------
3832
+ Started GET "/unprocessable_entity.json" for 127.0.0.1 at 2014-05-05 16:53:32 -0300
3833
+ Processing by StatusController#unprocessable_entity_status as JSON
3834
+ Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
3835
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 16:53:32 -0300
3836
+ Processing by StatusController#unprocessable_entity_status as HTML
3837
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3838
+  (0.1ms) rollback transaction
3839
+  (0.0ms) begin transaction
3840
+ ----------------------------------------------------------------
3841
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
3842
+ ----------------------------------------------------------------
3843
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 16:53:32 -0300
3844
+ Processing by StatusController#error_status as JSON
3845
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3846
+ Started GET "/error" for 127.0.0.1 at 2014-05-05 16:53:32 -0300
3847
+ Processing by StatusController#error_status as HTML
3848
+ Completed 500 Internal Server Error in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
3849
+  (0.1ms) rollback transaction
3850
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3851
+  (0.1ms) select sqlite_version(*)
3852
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3853
+  (0.0ms) SELECT version FROM "schema_migrations"
3854
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3855
+  (0.1ms) begin transaction
3856
+ ------------------------------------------------------------------------
3857
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
3858
+ ------------------------------------------------------------------------
3859
+  (0.1ms) rollback transaction
3860
+  (0.0ms) begin transaction
3861
+ -------------------------------------------------------------------
3862
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
3863
+ -------------------------------------------------------------------
3864
+  (5.6ms) rollback transaction
3865
+  (0.1ms) begin transaction
3866
+ ----------------------------------------------------------------------------
3867
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
3868
+ ----------------------------------------------------------------------------
3869
+  (0.0ms) rollback transaction
3870
+  (0.0ms) begin transaction
3871
+ ----------------------------------------------------
3872
+ ButtonTest: test_should_accept_options_as_attributes
3873
+ ----------------------------------------------------
3874
+  (0.0ms) rollback transaction
3875
+  (0.1ms) begin transaction
3876
+ --------------------------------------------------------------------
3877
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
3878
+ --------------------------------------------------------------------
3879
+  (0.1ms) rollback transaction
3880
+  (0.0ms) begin transaction
3881
+ ----------------------------------------------
3882
+ ButtonTest: test_should_use_the_value_as_label
3883
+ ----------------------------------------------
3884
+  (0.0ms) rollback transaction
3885
+  (0.0ms) begin transaction
3886
+ ----------------------------------------------------------
3887
+ ContentTagIfTest: test_should_accept_options_as_attributes
3888
+ ----------------------------------------------------------
3889
+  (0.0ms) rollback transaction
3890
+  (0.0ms) begin transaction
3891
+ ----------------------------------------------------------------
3892
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
3893
+ ----------------------------------------------------------------
3894
+  (0.0ms) rollback transaction
3895
+  (0.0ms) begin transaction
3896
+ -----------------------------------------------------------
3897
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
3898
+ -----------------------------------------------------------
3899
+  (0.0ms) rollback transaction
3900
+  (0.0ms) begin transaction
3901
+ ----------------------------------------------------------------------------
3902
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
3903
+ ----------------------------------------------------------------------------
3904
+  (0.1ms) rollback transaction
3905
+  (0.0ms) begin transaction
3906
+ -----------------------------------------------------------------------
3907
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
3908
+ -----------------------------------------------------------------------
3909
+ Started GET "/unauthorized.json" for 127.0.0.1 at 2014-05-05 16:54:03 -0300
3910
+ Processing by StatusController#unauthorized_status as JSON
3911
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
3912
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 16:54:03 -0300
3913
+ Processing by StatusController#unauthorized_status as HTML
3914
+ Completed 401 Unauthorized in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
3915
+  (0.1ms) rollback transaction
3916
+  (0.0ms) begin transaction
3917
+ --------------------------------------------------------------------
3918
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
3919
+ --------------------------------------------------------------------
3920
+ Started GET "/forbidden.json" for 127.0.0.1 at 2014-05-05 16:54:03 -0300
3921
+ Processing by StatusController#forbidden_status as JSON
3922
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
3923
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 16:54:03 -0300
3924
+ Processing by StatusController#forbidden_status as HTML
3925
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3926
+  (0.1ms) rollback transaction
3927
+  (0.0ms) begin transaction
3928
+ --------------------------------------------------------------------
3929
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
3930
+ --------------------------------------------------------------------
3931
+ Started GET "/not_found.json" for 127.0.0.1 at 2014-05-05 16:54:03 -0300
3932
+ Processing by StatusController#not_found_status as JSON
3933
+ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
3934
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 16:54:03 -0300
3935
+ Processing by StatusController#not_found_status as HTML
3936
+ Completed 404 Not Found in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
3937
+  (0.0ms) rollback transaction
3938
+  (0.0ms) begin transaction
3939
+ -------------------------------------------------------------------------------
3940
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
3941
+ -------------------------------------------------------------------------------
3942
+ Started GET "/unprocessable_entity.json" for 127.0.0.1 at 2014-05-05 16:54:03 -0300
3943
+ Processing by StatusController#unprocessable_entity_status as JSON
3944
+ Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
3945
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 16:54:03 -0300
3946
+ Processing by StatusController#unprocessable_entity_status as HTML
3947
+ Completed 422 Unprocessable Entity in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
3948
+  (0.1ms) rollback transaction
3949
+  (0.0ms) begin transaction
3950
+ ----------------------------------------------------------------
3951
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
3952
+ ----------------------------------------------------------------
3953
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 16:54:03 -0300
3954
+ Processing by StatusController#error_status as JSON
3955
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
3956
+ Started GET "/error" for 127.0.0.1 at 2014-05-05 16:54:03 -0300
3957
+ Processing by StatusController#error_status as HTML
3958
+ Completed 500 Internal Server Error in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
3959
+  (0.1ms) rollback transaction
3960
+  (0.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
3961
+  (0.1ms) select sqlite_version(*)
3962
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3963
+  (0.0ms) SELECT version FROM "schema_migrations"
3964
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
3965
+  (0.1ms) begin transaction
3966
+ ------------------------------------------------------------------------
3967
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
3968
+ ------------------------------------------------------------------------
3969
+  (0.0ms) rollback transaction
3970
+  (0.1ms) begin transaction
3971
+ -------------------------------------------------------------------
3972
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
3973
+ -------------------------------------------------------------------
3974
+  (0.0ms) rollback transaction
3975
+  (0.0ms) begin transaction
3976
+ ----------------------------------------------------------------------------
3977
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
3978
+ ----------------------------------------------------------------------------
3979
+  (0.0ms) rollback transaction
3980
+  (0.0ms) begin transaction
3981
+ ----------------------------------------------------
3982
+ ButtonTest: test_should_accept_options_as_attributes
3983
+ ----------------------------------------------------
3984
+  (0.0ms) rollback transaction
3985
+  (0.0ms) begin transaction
3986
+ --------------------------------------------------------------------
3987
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
3988
+ --------------------------------------------------------------------
3989
+  (0.0ms) rollback transaction
3990
+  (0.0ms) begin transaction
3991
+ ----------------------------------------------
3992
+ ButtonTest: test_should_use_the_value_as_label
3993
+ ----------------------------------------------
3994
+  (0.1ms) rollback transaction
3995
+  (0.0ms) begin transaction
3996
+ ----------------------------------------------------------
3997
+ ContentTagIfTest: test_should_accept_options_as_attributes
3998
+ ----------------------------------------------------------
3999
+  (0.0ms) rollback transaction
4000
+  (0.0ms) begin transaction
4001
+ ----------------------------------------------------------------
4002
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
4003
+ ----------------------------------------------------------------
4004
+  (0.0ms) rollback transaction
4005
+  (0.0ms) begin transaction
4006
+ -----------------------------------------------------------
4007
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
4008
+ -----------------------------------------------------------
4009
+  (0.0ms) rollback transaction
4010
+  (0.0ms) begin transaction
4011
+ ----------------------------------------------------------------------------
4012
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
4013
+ ----------------------------------------------------------------------------
4014
+  (0.1ms) rollback transaction
4015
+  (0.0ms) begin transaction
4016
+ -----------------------------------------------------------------------
4017
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
4018
+ -----------------------------------------------------------------------
4019
+ Started GET "/unauthorized.json" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4020
+ Processing by StatusController#unauthorized_action as JSON
4021
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
4022
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4023
+ Processing by StatusController#unauthorized_action as HTML
4024
+ Completed 401 Unauthorized in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
4025
+  (0.1ms) rollback transaction
4026
+  (0.0ms) begin transaction
4027
+ --------------------------------------------------------------------
4028
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
4029
+ --------------------------------------------------------------------
4030
+ Started GET "/forbidden.json" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4031
+ Processing by StatusController#forbidden_action as JSON
4032
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
4033
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4034
+ Processing by StatusController#forbidden_action as HTML
4035
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
4036
+  (0.1ms) rollback transaction
4037
+  (0.0ms) begin transaction
4038
+ --------------------------------------------------------------------
4039
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
4040
+ --------------------------------------------------------------------
4041
+ Started GET "/not_found.json" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4042
+ Processing by StatusController#not_found_action as JSON
4043
+ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
4044
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4045
+ Processing by StatusController#not_found_action as HTML
4046
+ Completed 404 Not Found in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
4047
+  (0.1ms) rollback transaction
4048
+  (0.1ms) begin transaction
4049
+ -------------------------------------------------------------------------------
4050
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
4051
+ -------------------------------------------------------------------------------
4052
+ Started GET "/unprocessable_entity.json" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4053
+ Processing by StatusController#unprocessable_entity_action as JSON
4054
+ Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
4055
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4056
+ Processing by StatusController#unprocessable_entity_action as HTML
4057
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
4058
+  (0.0ms) rollback transaction
4059
+  (0.0ms) begin transaction
4060
+ ----------------------------------------------------------------
4061
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
4062
+ ----------------------------------------------------------------
4063
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4064
+ Processing by StatusController#error_action as JSON
4065
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
4066
+ Started GET "/error" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4067
+ Processing by StatusController#error_action as HTML
4068
+ Completed 500 Internal Server Error in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
4069
+  (0.0ms) rollback transaction
4070
+  (0.1ms) begin transaction
4071
+ -------------------------------------------------------------------------------------------
4072
+ StatusTest: test_should_respond_with_status_500_if_there_is_an_exception_in_development_env
4073
+ -------------------------------------------------------------------------------------------
4074
+
4075
+
4076
+ Started GET "/exception.json" for 127.0.0.1 at 2014-05-05 17:03:09 -0300
4077
+  (0.0ms) rollback transaction
4078
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
4079
+  (0.1ms) select sqlite_version(*)
4080
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4081
+  (0.1ms) SELECT version FROM "schema_migrations"
4082
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
4083
+  (0.1ms) begin transaction
4084
+ ------------------------------------------------------------------------
4085
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
4086
+ ------------------------------------------------------------------------
4087
+  (0.0ms) rollback transaction
4088
+  (0.1ms) begin transaction
4089
+ -------------------------------------------------------------------
4090
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
4091
+ -------------------------------------------------------------------
4092
+  (0.1ms) rollback transaction
4093
+  (0.1ms) begin transaction
4094
+ ----------------------------------------------------------------------------
4095
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
4096
+ ----------------------------------------------------------------------------
4097
+  (0.0ms) rollback transaction
4098
+  (0.1ms) begin transaction
4099
+ ----------------------------------------------------
4100
+ ButtonTest: test_should_accept_options_as_attributes
4101
+ ----------------------------------------------------
4102
+  (0.0ms) rollback transaction
4103
+  (0.0ms) begin transaction
4104
+ --------------------------------------------------------------------
4105
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
4106
+ --------------------------------------------------------------------
4107
+  (0.1ms) rollback transaction
4108
+  (0.1ms) begin transaction
4109
+ ----------------------------------------------
4110
+ ButtonTest: test_should_use_the_value_as_label
4111
+ ----------------------------------------------
4112
+  (0.1ms) rollback transaction
4113
+  (0.1ms) begin transaction
4114
+ ----------------------------------------------------------
4115
+ ContentTagIfTest: test_should_accept_options_as_attributes
4116
+ ----------------------------------------------------------
4117
+  (0.1ms) rollback transaction
4118
+  (0.1ms) begin transaction
4119
+ ----------------------------------------------------------------
4120
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
4121
+ ----------------------------------------------------------------
4122
+  (0.1ms) rollback transaction
4123
+  (0.1ms) begin transaction
4124
+ -----------------------------------------------------------
4125
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
4126
+ -----------------------------------------------------------
4127
+  (0.1ms) rollback transaction
4128
+  (0.0ms) begin transaction
4129
+ ----------------------------------------------------------------------------
4130
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
4131
+ ----------------------------------------------------------------------------
4132
+  (0.1ms) rollback transaction
4133
+  (0.0ms) begin transaction
4134
+ -----------------------------------------------------------------------
4135
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
4136
+ -----------------------------------------------------------------------
4137
+ Started GET "/unauthorized.json" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4138
+ Processing by StatusController#unauthorized_action as JSON
4139
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
4140
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4141
+ Processing by StatusController#unauthorized_action as HTML
4142
+ Completed 401 Unauthorized in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
4143
+  (0.1ms) rollback transaction
4144
+  (0.1ms) begin transaction
4145
+ --------------------------------------------------------------------
4146
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
4147
+ --------------------------------------------------------------------
4148
+ Started GET "/forbidden.json" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4149
+ Processing by StatusController#forbidden_action as JSON
4150
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
4151
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4152
+ Processing by StatusController#forbidden_action as HTML
4153
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
4154
+  (0.0ms) rollback transaction
4155
+  (0.4ms) begin transaction
4156
+ --------------------------------------------------------------------
4157
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
4158
+ --------------------------------------------------------------------
4159
+ Started GET "/not_found.json" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4160
+ Processing by StatusController#not_found_action as JSON
4161
+ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
4162
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4163
+ Processing by StatusController#not_found_action as HTML
4164
+ Completed 404 Not Found in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
4165
+  (0.1ms) rollback transaction
4166
+  (0.3ms) begin transaction
4167
+ -------------------------------------------------------------------------------
4168
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
4169
+ -------------------------------------------------------------------------------
4170
+ Started GET "/unprocessable_entity.json" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4171
+ Processing by StatusController#unprocessable_entity_action as JSON
4172
+ Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
4173
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4174
+ Processing by StatusController#unprocessable_entity_action as HTML
4175
+ Completed 422 Unprocessable Entity in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
4176
+  (0.0ms) rollback transaction
4177
+  (0.0ms) begin transaction
4178
+ ----------------------------------------------------------------
4179
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
4180
+ ----------------------------------------------------------------
4181
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4182
+ Processing by StatusController#error_action as JSON
4183
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
4184
+ Started GET "/error" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4185
+ Processing by StatusController#error_action as HTML
4186
+ Completed 500 Internal Server Error in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
4187
+  (0.1ms) rollback transaction
4188
+  (0.1ms) begin transaction
4189
+ -------------------------------------------------------------------------------------------
4190
+ StatusTest: test_should_respond_with_status_500_if_there_is_an_exception_in_development_env
4191
+ -------------------------------------------------------------------------------------------
4192
+
4193
+
4194
+ Started GET "/exception.json" for 127.0.0.1 at 2014-05-05 17:03:20 -0300
4195
+ Processing by StatusController#exception_action as JSON
4196
+ Completed 500 Internal Server Error in 0ms
4197
+  (0.0ms) rollback transaction
4198
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
4199
+  (0.1ms) select sqlite_version(*)
4200
+  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4201
+  (0.1ms) SELECT version FROM "schema_migrations"
4202
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
4203
+  (0.1ms) begin transaction
4204
+ ------------------------------------------------------------------------
4205
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
4206
+ ------------------------------------------------------------------------
4207
+  (0.0ms) rollback transaction
4208
+  (0.0ms) begin transaction
4209
+ -------------------------------------------------------------------
4210
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
4211
+ -------------------------------------------------------------------
4212
+  (0.1ms) rollback transaction
4213
+  (0.0ms) begin transaction
4214
+ ----------------------------------------------------------------------------
4215
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
4216
+ ----------------------------------------------------------------------------
4217
+  (0.0ms) rollback transaction
4218
+  (0.0ms) begin transaction
4219
+ ----------------------------------------------------
4220
+ ButtonTest: test_should_accept_options_as_attributes
4221
+ ----------------------------------------------------
4222
+  (0.0ms) rollback transaction
4223
+  (0.0ms) begin transaction
4224
+ --------------------------------------------------------------------
4225
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
4226
+ --------------------------------------------------------------------
4227
+  (0.0ms) rollback transaction
4228
+  (0.1ms) begin transaction
4229
+ ----------------------------------------------
4230
+ ButtonTest: test_should_use_the_value_as_label
4231
+ ----------------------------------------------
4232
+  (0.0ms) rollback transaction
4233
+  (0.0ms) begin transaction
4234
+ ----------------------------------------------------------
4235
+ ContentTagIfTest: test_should_accept_options_as_attributes
4236
+ ----------------------------------------------------------
4237
+  (0.0ms) rollback transaction
4238
+  (0.0ms) begin transaction
4239
+ ----------------------------------------------------------------
4240
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
4241
+ ----------------------------------------------------------------
4242
+  (0.0ms) rollback transaction
4243
+  (0.0ms) begin transaction
4244
+ -----------------------------------------------------------
4245
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
4246
+ -----------------------------------------------------------
4247
+  (0.0ms) rollback transaction
4248
+  (0.0ms) begin transaction
4249
+ ----------------------------------------------------------------------------
4250
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
4251
+ ----------------------------------------------------------------------------
4252
+  (0.1ms) rollback transaction
4253
+  (0.0ms) begin transaction
4254
+ -----------------------------------------------------------------------
4255
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
4256
+ -----------------------------------------------------------------------
4257
+ Started GET "/unauthorized.json" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4258
+ Processing by StatusController#unauthorized_action as JSON
4259
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
4260
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4261
+ Processing by StatusController#unauthorized_action as HTML
4262
+ Completed 401 Unauthorized in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
4263
+  (0.1ms) rollback transaction
4264
+  (0.0ms) begin transaction
4265
+ --------------------------------------------------------------------
4266
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
4267
+ --------------------------------------------------------------------
4268
+ Started GET "/forbidden.json" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4269
+ Processing by StatusController#forbidden_action as JSON
4270
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
4271
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4272
+ Processing by StatusController#forbidden_action as HTML
4273
+ Completed 403 Forbidden in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
4274
+  (0.1ms) rollback transaction
4275
+  (0.0ms) begin transaction
4276
+ --------------------------------------------------------------------
4277
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
4278
+ --------------------------------------------------------------------
4279
+ Started GET "/not_found.json" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4280
+ Processing by StatusController#not_found_action as JSON
4281
+ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
4282
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4283
+ Processing by StatusController#not_found_action as HTML
4284
+ Completed 404 Not Found in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
4285
+  (0.1ms) rollback transaction
4286
+  (0.1ms) begin transaction
4287
+ -------------------------------------------------------------------------------
4288
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
4289
+ -------------------------------------------------------------------------------
4290
+ Started GET "/unprocessable_entity.json" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4291
+ Processing by StatusController#unprocessable_entity_action as JSON
4292
+ Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
4293
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4294
+ Processing by StatusController#unprocessable_entity_action as HTML
4295
+ Completed 422 Unprocessable Entity in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
4296
+  (0.0ms) rollback transaction
4297
+  (0.0ms) begin transaction
4298
+ ----------------------------------------------------------------
4299
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
4300
+ ----------------------------------------------------------------
4301
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4302
+ Processing by StatusController#error_action as JSON
4303
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
4304
+ Started GET "/error" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4305
+ Processing by StatusController#error_action as HTML
4306
+ Completed 500 Internal Server Error in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
4307
+  (0.0ms) rollback transaction
4308
+  (0.0ms) begin transaction
4309
+ -------------------------------------------------------------------------------------------
4310
+ StatusTest: test_should_respond_with_status_500_if_there_is_an_exception_in_development_env
4311
+ -------------------------------------------------------------------------------------------
4312
+
4313
+
4314
+ Started GET "/exception.json" for 127.0.0.1 at 2014-05-05 17:04:37 -0300
4315
+ Processing by StatusController#exception_action as JSON
4316
+ Completed 500 Internal Server Error in 0ms
4317
+  (0.0ms) rollback transaction
4318
+  (0.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
4319
+  (0.1ms) select sqlite_version(*)
4320
+  (0.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4321
+  (0.1ms) SELECT version FROM "schema_migrations"
4322
+  (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
4323
+  (0.1ms) begin transaction
4324
+ ------------------------------------------------------------------------
4325
+ ActiveTrailTest: test_should_return_false_if_path_is_not_in_active_trail
4326
+ ------------------------------------------------------------------------
4327
+  (0.0ms) rollback transaction
4328
+  (0.1ms) begin transaction
4329
+ -------------------------------------------------------------------
4330
+ ActiveTrailTest: test_should_return_true_if_path_is_in_active_trail
4331
+ -------------------------------------------------------------------
4332
+  (0.0ms) rollback transaction
4333
+  (0.0ms) begin transaction
4334
+ ----------------------------------------------------------------------------
4335
+ ActiveTrailTest: test_should_return_true_if_path_is_the_same_as_active_trail
4336
+ ----------------------------------------------------------------------------
4337
+  (0.0ms) rollback transaction
4338
+  (0.0ms) begin transaction
4339
+ ----------------------------------------------------
4340
+ ButtonTest: test_should_accept_options_as_attributes
4341
+ ----------------------------------------------------
4342
+  (0.0ms) rollback transaction
4343
+  (0.0ms) begin transaction
4344
+ --------------------------------------------------------------------
4345
+ ButtonTest: test_should_use_button_with_span_inside_instead_of_input
4346
+ --------------------------------------------------------------------
4347
+  (0.0ms) rollback transaction
4348
+  (0.0ms) begin transaction
4349
+ ----------------------------------------------
4350
+ ButtonTest: test_should_use_the_value_as_label
4351
+ ----------------------------------------------
4352
+  (0.0ms) rollback transaction
4353
+  (0.0ms) begin transaction
4354
+ ----------------------------------------------------------
4355
+ ContentTagIfTest: test_should_accept_options_as_attributes
4356
+ ----------------------------------------------------------
4357
+  (0.0ms) rollback transaction
4358
+  (0.0ms) begin transaction
4359
+ ----------------------------------------------------------------
4360
+ ContentTagIfTest: test_should_not_show_tag_if_condition_if_false
4361
+ ----------------------------------------------------------------
4362
+  (0.0ms) rollback transaction
4363
+  (0.0ms) begin transaction
4364
+ -----------------------------------------------------------
4365
+ ContentTagIfTest: test_should_show_tag_if_condition_is_true
4366
+ -----------------------------------------------------------
4367
+  (0.0ms) rollback transaction
4368
+  (0.0ms) begin transaction
4369
+ ----------------------------------------------------------------------------
4370
+ SetMetaTest: test_should_populate_meta_using_the_path_of_the_template_as_key
4371
+ ----------------------------------------------------------------------------
4372
+  (0.1ms) rollback transaction
4373
+  (0.1ms) begin transaction
4374
+ -----------------------------------------------------------------------
4375
+ StatusTest: test_should_respond_with_status_401_if_unauthorized_is_call
4376
+ -----------------------------------------------------------------------
4377
+ Started GET "/unauthorized.json" for 127.0.0.1 at 2014-05-05 19:10:06 -0300
4378
+ Processing by StatusController#unauthorized_action as JSON
4379
+ Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
4380
+ Started GET "/unauthorized" for 127.0.0.1 at 2014-05-05 19:10:06 -0300
4381
+ Processing by StatusController#unauthorized_action as HTML
4382
+ Completed 401 Unauthorized in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
4383
+  (0.1ms) rollback transaction
4384
+  (0.0ms) begin transaction
4385
+ --------------------------------------------------------------------
4386
+ StatusTest: test_should_respond_with_status_403_if_forbidden_is_call
4387
+ --------------------------------------------------------------------
4388
+ Started GET "/forbidden.json" for 127.0.0.1 at 2014-05-05 19:10:06 -0300
4389
+ Processing by StatusController#forbidden_action as JSON
4390
+ Completed 403 Forbidden in 0ms (ActiveRecord: 0.0ms)
4391
+ Started GET "/forbidden" for 127.0.0.1 at 2014-05-05 19:10:06 -0300
4392
+ Processing by StatusController#forbidden_action as HTML
4393
+ Completed 403 Forbidden in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
4394
+  (0.0ms) rollback transaction
4395
+  (0.1ms) begin transaction
4396
+ --------------------------------------------------------------------
4397
+ StatusTest: test_should_respond_with_status_404_if_not_found_is_call
4398
+ --------------------------------------------------------------------
4399
+ Started GET "/not_found.json" for 127.0.0.1 at 2014-05-05 19:10:06 -0300
4400
+ Processing by StatusController#not_found_action as JSON
4401
+ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
4402
+ Started GET "/not_found" for 127.0.0.1 at 2014-05-05 19:10:06 -0300
4403
+ Processing by StatusController#not_found_action as HTML
4404
+ Completed 404 Not Found in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
4405
+  (0.0ms) rollback transaction
4406
+  (0.0ms) begin transaction
4407
+ -------------------------------------------------------------------------------
4408
+ StatusTest: test_should_respond_with_status_422_if_unprocessable_entity_is_call
4409
+ -------------------------------------------------------------------------------
4410
+ Started GET "/unprocessable_entity.json" for 127.0.0.1 at 2014-05-05 19:10:06 -0300
4411
+ Processing by StatusController#unprocessable_entity_action as JSON
4412
+ Completed 422 Unprocessable Entity in 0ms (ActiveRecord: 0.0ms)
4413
+ Started GET "/unprocessable_entity" for 127.0.0.1 at 2014-05-05 19:10:06 -0300
4414
+ Processing by StatusController#unprocessable_entity_action as HTML
4415
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
4416
+  (0.0ms) rollback transaction
4417
+  (0.1ms) begin transaction
4418
+ ----------------------------------------------------------------
4419
+ StatusTest: test_should_respond_with_status_500_if_error_is_call
4420
+ ----------------------------------------------------------------
4421
+ Started GET "/error.json" for 127.0.0.1 at 2014-05-05 19:10:06 -0300
4422
+ Processing by StatusController#error_action as JSON
4423
+ Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)
4424
+ Started GET "/error" for 127.0.0.1 at 2014-05-05 19:10:06 -0300
4425
+ Processing by StatusController#error_action as HTML
4426
+ Completed 500 Internal Server Error in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
4427
+  (0.0ms) rollback transaction