rails-sprite 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 81291115be7ec430a5000cdde3d17c1f2b6ffb6f
4
- data.tar.gz: 0eeec1854a98518edfa05f08a493f13ee6f64964
3
+ metadata.gz: 41ba575c8da979b01cc802a4efa3081a2a9346bd
4
+ data.tar.gz: 4f0ceea3ee3c79a2af2c2b96bc2b87fa79f71087
5
5
  SHA512:
6
- metadata.gz: ea498c75f7dc6315e83df0c25a3ff940274044e49c6a211e6ef9a1c765736c48f77e9eedb065a3b3b7c8967f20573ff28398defecac771b133ce742a1460c608
7
- data.tar.gz: 189134668d4ea09035b2171b584e368f8fbac4947b70d4d5fb4cb74aab45afcb87adec0087ec19864cfb8d954613e94f43bbea043cfe7eb86aebb3da41b623ed
6
+ metadata.gz: 188b1f3beb1b562a430d770cb06c32cef9e473ca008679b85653b96ccc2de79a69f5123b385db2e38f1a9f6606a42c6ea335a63d47904b4421f8fdb79b04f0b4
7
+ data.tar.gz: 55ad16c3a503c71920fc42c18f9f39d5f55476e3a1857a55811e2f2f8ef6f670015e4083b89c5b005056417059bd210edeedf3d073ea733c00c7e35c8449f36f
@@ -50,8 +50,7 @@ module RailsSprite
50
50
 
51
51
  styles << <<-END_CSS
52
52
  .#{result[:css_class_shared]} {
53
- background-image: url(<%= image_path("#{result[:image_scope_name]}") %>);
54
- background-repeat: no-repeat;
53
+ background: url(<%= image_path("#{result[:image_scope_name]}") %>) no-repeat;
55
54
  }
56
55
  END_CSS
57
56
 
@@ -1,3 +1,3 @@
1
1
  module RailsSprite
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
Binary file
@@ -1,177 +1,24 @@
1
-  (0.1ms) begin transaction
2
- ---------------------------
3
- RailsSpriteTest: test_truth
4
- ---------------------------
5
-  (0.1ms) rollback transaction
6
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
7
-  (0.1ms) select sqlite_version(*)
8
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9
-  (0.1ms) SELECT version FROM "schema_migrations"
10
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
11
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
12
-  (0.1ms) begin transaction
13
- ---------------------------
14
- RailsSpriteTest: test_truth
15
- ---------------------------
16
-  (0.1ms) rollback transaction
17
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
18
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
19
-  (0.1ms) select sqlite_version(*)
20
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
21
-  (0.1ms) SELECT version FROM "schema_migrations"
22
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
23
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
24
-  (0.1ms) begin transaction
25
- -----------------------------
26
- RailsSpriteTest: test_perform
27
- -----------------------------
28
-  (0.0ms) rollback transaction
29
-  (0.0ms) begin transaction
30
- ---------------------------
31
- RailsSpriteTest: test_truth
32
- ---------------------------
33
-  (0.0ms) rollback transaction
34
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
35
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
36
-  (0.1ms) select sqlite_version(*)
37
-  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
38
-  (0.1ms) SELECT version FROM "schema_migrations"
39
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
40
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
41
-  (0.1ms) begin transaction
42
- -----------------------------
43
- RailsSpriteTest: test_perform
44
- -----------------------------
45
-  (0.0ms) rollback transaction
46
-  (0.1ms) begin transaction
47
- ---------------------------
48
- RailsSpriteTest: test_truth
49
- ---------------------------
50
-  (0.0ms) rollback transaction
51
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
52
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
53
-  (0.1ms) select sqlite_version(*)
54
-  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
55
-  (0.1ms) SELECT version FROM "schema_migrations"
56
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
57
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
58
-  (0.1ms) begin transaction
59
- ---------------------------
60
- RailsSpriteTest: test_truth
61
- ---------------------------
62
-  (0.0ms) rollback transaction
63
-  (0.0ms) begin transaction
64
- -----------------------------
65
- RailsSpriteTest: test_perform
66
- -----------------------------
67
-  (0.0ms) rollback transaction
68
- ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
69
1
   (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
70
-  (0.1ms) select sqlite_version(*)
71
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
72
-  (0.1ms) SELECT version FROM "schema_migrations"
73
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
74
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
75
-  (0.1ms) begin transaction
76
- -----------------------------
77
- RailsSpriteTest: test_perform
78
- -----------------------------
79
-  (0.1ms) rollback transaction
80
-  (0.1ms) begin transaction
81
- ---------------------------
82
- RailsSpriteTest: test_truth
83
- ---------------------------
84
-  (0.0ms) rollback transaction
85
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
86
-  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
87
-  (0.1ms) select sqlite_version(*)
88
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
89
-  (0.1ms) SELECT version FROM "schema_migrations"
90
-  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
91
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
92
-  (0.1ms) begin transaction
93
- -----------------------------
94
- RailsSpriteTest: test_perform
95
- -----------------------------
96
-  (0.1ms) rollback transaction
97
-  (0.0ms) begin transaction
98
- ---------------------------
99
- RailsSpriteTest: test_truth
100
- ---------------------------
101
-  (0.0ms) rollback transaction
102
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
103
-  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
104
-  (0.1ms) select sqlite_version(*)
105
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
2
+  (0.5ms) select sqlite_version(*)
3
+  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
106
4
   (0.1ms) SELECT version FROM "schema_migrations"
107
5
   (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
108
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
109
-  (0.1ms) begin transaction
110
- -----------------------------
111
- RailsSpriteTest: test_perform
112
- -----------------------------
113
-  (0.1ms) rollback transaction
114
-  (0.0ms) begin transaction
115
- ---------------------------
116
- RailsSpriteTest: test_truth
117
- ---------------------------
118
-  (0.0ms) rollback transaction
119
6
  ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
120
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
121
-  (0.3ms) select sqlite_version(*)
122
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
123
-  (0.1ms) SELECT version FROM "schema_migrations"
124
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
125
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
126
-  (0.1ms) begin transaction
127
- -----------------------------
128
- RailsSpriteTest: test_perform
129
- -----------------------------
130
-  (0.1ms) rollback transaction
131
-  (0.1ms) begin transaction
132
- ---------------------------
133
- RailsSpriteTest: test_truth
134
- ---------------------------
135
-  (0.0ms) rollback transaction
136
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
137
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
138
-  (0.1ms) select sqlite_version(*)
139
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
140
-  (0.1ms) SELECT version FROM "schema_migrations"
141
-  (1.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
142
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
143
-  (0.1ms) begin transaction
144
- -----------------------------
145
- RailsSpriteTest: test_perform
146
- -----------------------------
147
-  (0.1ms) rollback transaction
148
-  (0.1ms) begin transaction
149
- ---------------------------
150
- RailsSpriteTest: test_truth
151
- ---------------------------
152
-  (0.0ms) rollback transaction
153
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
154
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
155
-  (0.1ms) select sqlite_version(*)
156
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
157
-  (0.1ms) SELECT version FROM "schema_migrations"
158
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
159
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
160
-  (0.1ms) begin transaction
7
+  (0.1ms) begin transaction
161
8
  -----------------------------
162
9
  RailsSpriteTest: test_perform
163
10
  -----------------------------
164
-  (0.1ms) rollback transaction
165
-  (0.1ms) begin transaction
11
+  (0.1ms) rollback transaction
12
+  (0.0ms) begin transaction
166
13
  ---------------------------
167
14
  RailsSpriteTest: test_truth
168
15
  ---------------------------
169
-  (0.0ms) rollback transaction
16
+  (0.0ms) rollback transaction
170
17
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
171
-  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
18
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
172
19
   (0.1ms) select sqlite_version(*)
173
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
174
-  (0.1ms) SELECT version FROM "schema_migrations"
20
+  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
21
+  (0.2ms) SELECT version FROM "schema_migrations"
175
22
   (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
176
23
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
177
24
   (0.1ms) begin transaction
@@ -179,1079 +26,42 @@ RailsSpriteTest: test_truth
179
26
  RailsSpriteTest: test_perform
180
27
  -----------------------------
181
28
   (0.1ms) rollback transaction
182
-  (0.0ms) begin transaction
183
- ---------------------------
184
- RailsSpriteTest: test_truth
185
- ---------------------------
186
-  (0.0ms) rollback transaction
187
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
188
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
189
-  (0.1ms) select sqlite_version(*)
190
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
191
-  (0.2ms) SELECT version FROM "schema_migrations"
192
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
193
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
194
29
   (0.1ms) begin transaction
195
30
  ---------------------------
196
31
  RailsSpriteTest: test_truth
197
32
  ---------------------------
198
33
   (0.0ms) rollback transaction
199
-  (0.1ms) begin transaction
200
- -----------------------------
201
- RailsSpriteTest: test_perform
202
- -----------------------------
203
-  (0.1ms) rollback transaction
204
34
  ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
205
35
   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
206
36
   (0.1ms) select sqlite_version(*)
207
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
208
-  (0.1ms) SELECT version FROM "schema_migrations"
209
-  (1.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
210
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
211
-  (0.1ms) begin transaction
212
- ---------------------------
213
- RailsSpriteTest: test_truth
214
- ---------------------------
215
-  (0.1ms) rollback transaction
216
-  (0.0ms) begin transaction
217
- -----------------------------
218
- RailsSpriteTest: test_perform
219
- -----------------------------
220
-  (0.1ms) rollback transaction
221
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
222
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
223
-  (0.1ms) select sqlite_version(*)
224
37
   (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
225
38
   (0.1ms) SELECT version FROM "schema_migrations"
226
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
39
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
227
40
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
228
41
   (0.1ms) begin transaction
229
- -----------------------------
230
- RailsSpriteTest: test_perform
231
- -----------------------------
232
-  (0.1ms) rollback transaction
233
-  (0.1ms) begin transaction
234
42
  ---------------------------
235
43
  RailsSpriteTest: test_truth
236
44
  ---------------------------
237
45
   (0.0ms) rollback transaction
238
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
239
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
240
-  (0.1ms) select sqlite_version(*)
241
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
242
-  (0.1ms) SELECT version FROM "schema_migrations"
243
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
244
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
245
-  (0.1ms) begin transaction
246
- -----------------------------
247
- RailsSpriteTest: test_perform
248
- -----------------------------
249
-  (0.1ms) rollback transaction
250
46
   (0.0ms) begin transaction
251
- ---------------------------
252
- RailsSpriteTest: test_truth
253
- ---------------------------
254
-  (0.0ms) rollback transaction
255
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
256
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
257
-  (0.1ms) select sqlite_version(*)
258
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
259
-  (0.1ms) SELECT version FROM "schema_migrations"
260
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
261
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
262
-  (0.2ms) begin transaction
263
- ---------------------------
264
- RailsSpriteTest: test_truth
265
- ---------------------------
266
-  (0.0ms) rollback transaction
267
-  (0.1ms) begin transaction
268
- -----------------------------
269
- RailsSpriteTest: test_perform
270
- -----------------------------
271
-  (0.1ms) rollback transaction
272
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
273
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
274
-  (0.1ms) select sqlite_version(*)
275
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
276
-  (0.1ms) SELECT version FROM "schema_migrations"
277
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
278
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
279
-  (0.1ms) begin transaction
280
47
  -----------------------------
281
48
  RailsSpriteTest: test_perform
282
49
  -----------------------------
283
50
   (0.1ms) rollback transaction
284
-  (0.1ms) begin transaction
285
- ---------------------------
286
- RailsSpriteTest: test_truth
287
- ---------------------------
288
-  (0.0ms) rollback transaction
289
51
  ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
290
52
   (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
291
53
   (0.1ms) select sqlite_version(*)
292
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
54
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
293
55
   (0.1ms) SELECT version FROM "schema_migrations"
294
56
   (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
295
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
296
-  (0.1ms) begin transaction
297
- -----------------------------
298
- RailsSpriteTest: test_perform
299
- -----------------------------
300
-  (0.2ms) rollback transaction
301
-  (0.1ms) begin transaction
57
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
58
+  (0.2ms) begin transaction
302
59
  ---------------------------
303
60
  RailsSpriteTest: test_truth
304
61
  ---------------------------
305
-  (0.1ms) rollback transaction
306
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
307
-  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
308
-  (0.1ms) select sqlite_version(*)
309
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
310
-  (0.1ms) SELECT version FROM "schema_migrations"
311
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
312
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
313
-  (0.1ms) begin transaction
62
+  (0.0ms) rollback transaction
63
+  (0.0ms) begin transaction
314
64
  -----------------------------
315
65
  RailsSpriteTest: test_perform
316
66
  -----------------------------
317
67
   (0.2ms) rollback transaction
318
-  (0.1ms) begin transaction
319
- ---------------------------
320
- RailsSpriteTest: test_truth
321
- ---------------------------
322
-  (0.1ms) rollback transaction
323
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
324
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
325
-  (0.1ms) select sqlite_version(*)
326
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
327
-  (0.1ms) SELECT version FROM "schema_migrations"
328
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
329
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
330
-  (0.1ms) begin transaction
331
- -----------------------------
332
- RailsSpriteTest: test_perform
333
- -----------------------------
334
-  (0.1ms) rollback transaction
335
-  (0.1ms) begin transaction
336
- ---------------------------
337
- RailsSpriteTest: test_truth
338
- ---------------------------
339
-  (0.1ms) rollback transaction
340
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
341
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
342
-  (0.1ms) select sqlite_version(*)
343
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
344
-  (0.1ms) SELECT version FROM "schema_migrations"
345
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
346
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
347
-  (0.1ms) begin transaction
348
- -----------------------------
349
- RailsSpriteTest: test_perform
350
- -----------------------------
351
-  (0.2ms) rollback transaction
352
-  (0.1ms) begin transaction
353
- ---------------------------
354
- RailsSpriteTest: test_truth
355
- ---------------------------
356
-  (0.0ms) rollback transaction
357
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
358
-  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
359
-  (0.1ms) select sqlite_version(*)
360
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
361
-  (0.1ms) SELECT version FROM "schema_migrations"
362
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
363
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
364
-  (0.1ms) begin transaction
365
- -----------------------------
366
- RailsSpriteTest: test_perform
367
- -----------------------------
368
-  (0.1ms) rollback transaction
369
-  (0.1ms) begin transaction
370
- ---------------------------
371
- RailsSpriteTest: test_truth
372
- ---------------------------
373
-  (0.0ms) rollback transaction
374
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
375
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
376
-  (0.1ms) select sqlite_version(*)
377
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
378
-  (0.1ms) SELECT version FROM "schema_migrations"
379
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
380
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
381
-  (0.2ms) begin transaction
382
- -----------------------------
383
- RailsSpriteTest: test_perform
384
- -----------------------------
385
-  (0.2ms) rollback transaction
386
-  (0.1ms) begin transaction
387
- ---------------------------
388
- RailsSpriteTest: test_truth
389
- ---------------------------
390
-  (0.1ms) rollback transaction
391
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
392
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
393
-  (0.1ms) select sqlite_version(*)
394
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
395
-  (0.1ms) SELECT version FROM "schema_migrations"
396
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
397
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
398
-  (0.1ms) begin transaction
399
- -----------------------------
400
- RailsSpriteTest: test_perform
401
- -----------------------------
402
-  (0.2ms) rollback transaction
403
-  (0.1ms) begin transaction
404
- ---------------------------
405
- RailsSpriteTest: test_truth
406
- ---------------------------
407
-  (0.1ms) rollback transaction
408
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
409
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
410
-  (0.1ms) select sqlite_version(*)
411
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
412
-  (0.1ms) SELECT version FROM "schema_migrations"
413
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
414
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
415
-  (0.4ms) begin transaction
416
- -----------------------------
417
- RailsSpriteTest: test_perform
418
- -----------------------------
419
-  (0.2ms) rollback transaction
420
-  (0.1ms) begin transaction
421
- ---------------------------
422
- RailsSpriteTest: test_truth
423
- ---------------------------
424
-  (0.1ms) rollback transaction
425
- ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
426
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
427
-  (0.1ms) select sqlite_version(*)
428
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
429
-  (0.1ms) SELECT version FROM "schema_migrations"
430
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
431
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
432
-  (0.2ms) begin transaction
433
- -----------------------------
434
- RailsSpriteTest: test_perform
435
- -----------------------------
436
-  (0.2ms) rollback transaction
437
-  (0.1ms) begin transaction
438
- ---------------------------
439
- RailsSpriteTest: test_truth
440
- ---------------------------
441
-  (0.0ms) rollback transaction
442
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
443
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
444
-  (0.1ms) select sqlite_version(*)
445
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
446
-  (0.1ms) SELECT version FROM "schema_migrations"
447
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
448
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
449
-  (0.3ms) begin transaction
450
- ---------------------------
451
- RailsSpriteTest: test_truth
452
- ---------------------------
453
-  (0.1ms) rollback transaction
454
-  (0.1ms) begin transaction
455
- -----------------------------
456
- RailsSpriteTest: test_perform
457
- -----------------------------
458
-  (0.1ms) rollback transaction
459
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
460
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
461
-  (0.1ms) select sqlite_version(*)
462
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
463
-  (0.1ms) SELECT version FROM "schema_migrations"
464
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
465
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
466
-  (0.1ms) begin transaction
467
- -----------------------------
468
- RailsSpriteTest: test_perform
469
- -----------------------------
470
-  (0.1ms) rollback transaction
471
-  (0.1ms) begin transaction
472
- ---------------------------
473
- RailsSpriteTest: test_truth
474
- ---------------------------
475
-  (0.1ms) rollback transaction
476
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
477
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
478
-  (0.1ms) select sqlite_version(*)
479
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
480
-  (0.1ms) SELECT version FROM "schema_migrations"
481
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
482
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
483
-  (0.1ms) begin transaction
484
- -----------------------------
485
- RailsSpriteTest: test_perform
486
- -----------------------------
487
-  (0.1ms) rollback transaction
488
-  (0.1ms) begin transaction
489
- ---------------------------
490
- RailsSpriteTest: test_truth
491
- ---------------------------
492
-  (0.1ms) rollback transaction
493
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
494
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
495
-  (0.1ms) select sqlite_version(*)
496
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
497
-  (0.1ms) SELECT version FROM "schema_migrations"
498
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
499
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
500
-  (0.1ms) begin transaction
501
- -----------------------------
502
- RailsSpriteTest: test_perform
503
- -----------------------------
504
-  (0.1ms) rollback transaction
505
-  (0.1ms) begin transaction
506
- ---------------------------
507
- RailsSpriteTest: test_truth
508
- ---------------------------
509
-  (0.0ms) rollback transaction
510
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
511
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
512
-  (0.1ms) select sqlite_version(*)
513
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
514
-  (0.1ms) SELECT version FROM "schema_migrations"
515
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
516
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
517
-  (0.1ms) begin transaction
518
- ---------------------------
519
- RailsSpriteTest: test_truth
520
- ---------------------------
521
-  (0.0ms) rollback transaction
522
-  (0.0ms) begin transaction
523
- -----------------------------
524
- RailsSpriteTest: test_perform
525
- -----------------------------
526
-  (0.1ms) rollback transaction
527
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
528
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
529
-  (0.1ms) select sqlite_version(*)
530
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
531
-  (0.1ms) SELECT version FROM "schema_migrations"
532
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
533
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
534
-  (0.1ms) begin transaction
535
- -----------------------------
536
- RailsSpriteTest: test_perform
537
- -----------------------------
538
-  (0.1ms) rollback transaction
539
-  (0.0ms) begin transaction
540
- ---------------------------
541
- RailsSpriteTest: test_truth
542
- ---------------------------
543
-  (0.0ms) rollback transaction
544
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
545
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
546
-  (0.1ms) select sqlite_version(*)
547
-  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
548
-  (0.1ms) SELECT version FROM "schema_migrations"
549
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
550
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
551
-  (0.2ms) begin transaction
552
- ---------------------------
553
- RailsSpriteTest: test_truth
554
- ---------------------------
555
-  (0.0ms) rollback transaction
556
-  (0.1ms) begin transaction
557
- -----------------------------
558
- RailsSpriteTest: test_perform
559
- -----------------------------
560
-  (0.2ms) rollback transaction
561
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
562
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
563
-  (0.1ms) select sqlite_version(*)
564
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
565
-  (0.1ms) SELECT version FROM "schema_migrations"
566
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
567
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
568
-  (0.1ms) begin transaction
569
- ---------------------------
570
- RailsSpriteTest: test_truth
571
- ---------------------------
572
-  (0.1ms) rollback transaction
573
-  (0.1ms) begin transaction
574
- -----------------------------
575
- RailsSpriteTest: test_perform
576
- -----------------------------
577
-  (0.1ms) rollback transaction
578
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
579
-  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
580
-  (0.1ms) select sqlite_version(*)
581
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
582
-  (0.1ms) SELECT version FROM "schema_migrations"
583
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
584
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
585
-  (0.1ms) begin transaction
586
- -----------------------------
587
- RailsSpriteTest: test_perform
588
- -----------------------------
589
-  (0.1ms) rollback transaction
590
-  (0.1ms) begin transaction
591
- ---------------------------
592
- RailsSpriteTest: test_truth
593
- ---------------------------
594
-  (0.0ms) rollback transaction
595
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
596
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
597
-  (0.1ms) select sqlite_version(*)
598
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
599
-  (0.1ms) SELECT version FROM "schema_migrations"
600
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
601
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
602
-  (0.1ms) begin transaction
603
- -----------------------------
604
- RailsSpriteTest: test_perform
605
- -----------------------------
606
-  (0.1ms) rollback transaction
607
-  (0.1ms) begin transaction
608
- ---------------------------
609
- RailsSpriteTest: test_truth
610
- ---------------------------
611
-  (0.0ms) rollback transaction
612
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
613
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
614
-  (0.1ms) select sqlite_version(*)
615
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
616
-  (0.1ms) SELECT version FROM "schema_migrations"
617
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
618
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
619
-  (0.1ms) begin transaction
620
- ---------------------------
621
- RailsSpriteTest: test_truth
622
- ---------------------------
623
-  (0.0ms) rollback transaction
624
-  (0.1ms) begin transaction
625
- -----------------------------
626
- RailsSpriteTest: test_perform
627
- -----------------------------
628
-  (0.2ms) rollback transaction
629
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
630
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
631
-  (0.1ms) select sqlite_version(*)
632
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
633
-  (0.1ms) SELECT version FROM "schema_migrations"
634
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
635
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
636
-  (0.2ms) begin transaction
637
- -----------------------------
638
- RailsSpriteTest: test_perform
639
- -----------------------------
640
-  (0.1ms) rollback transaction
641
-  (0.1ms) begin transaction
642
- ---------------------------
643
- RailsSpriteTest: test_truth
644
- ---------------------------
645
-  (0.0ms) rollback transaction
646
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
647
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
648
-  (0.1ms) select sqlite_version(*)
649
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
650
-  (0.1ms) SELECT version FROM "schema_migrations"
651
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
652
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
653
-  (0.1ms) begin transaction
654
- -----------------------------
655
- RailsSpriteTest: test_perform
656
- -----------------------------
657
-  (0.3ms) rollback transaction
658
-  (0.1ms) begin transaction
659
- ---------------------------
660
- RailsSpriteTest: test_truth
661
- ---------------------------
662
-  (0.0ms) rollback transaction
663
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
664
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
665
-  (0.1ms) select sqlite_version(*)
666
-  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
667
-  (0.1ms) SELECT version FROM "schema_migrations"
668
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
669
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
670
-  (0.1ms) begin transaction
671
- ---------------------------
672
- RailsSpriteTest: test_truth
673
- ---------------------------
674
-  (0.1ms) rollback transaction
675
-  (0.1ms) begin transaction
676
- -----------------------------
677
- RailsSpriteTest: test_perform
678
- -----------------------------
679
-  (0.1ms) rollback transaction
680
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
681
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
682
-  (0.1ms) select sqlite_version(*)
683
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
684
-  (0.1ms) SELECT version FROM "schema_migrations"
685
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
686
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
687
-  (0.1ms) begin transaction
688
- -----------------------------
689
- RailsSpriteTest: test_perform
690
- -----------------------------
691
-  (0.1ms) rollback transaction
692
-  (0.0ms) begin transaction
693
- ---------------------------
694
- RailsSpriteTest: test_truth
695
- ---------------------------
696
-  (0.0ms) rollback transaction
697
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
698
-  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
699
-  (0.1ms) select sqlite_version(*)
700
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
701
-  (0.1ms) SELECT version FROM "schema_migrations"
702
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
703
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
704
-  (0.2ms) begin transaction
705
- ---------------------------
706
- RailsSpriteTest: test_truth
707
- ---------------------------
708
-  (0.1ms) rollback transaction
709
-  (0.1ms) begin transaction
710
- -----------------------------
711
- RailsSpriteTest: test_perform
712
- -----------------------------
713
-  (0.1ms) rollback transaction
714
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
715
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
716
-  (0.1ms) select sqlite_version(*)
717
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
718
-  (0.4ms) SELECT version FROM "schema_migrations"
719
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
720
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
721
-  (0.1ms) begin transaction
722
- -----------------------------
723
- RailsSpriteTest: test_perform
724
- -----------------------------
725
-  (0.2ms) rollback transaction
726
-  (0.1ms) begin transaction
727
- ---------------------------
728
- RailsSpriteTest: test_truth
729
- ---------------------------
730
-  (0.1ms) rollback transaction
731
- ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"
732
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
733
-  (0.1ms) select sqlite_version(*)
734
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
735
-  (0.1ms) SELECT version FROM "schema_migrations"
736
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
737
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
738
-  (0.1ms) begin transaction
739
- -----------------------------
740
- RailsSpriteTest: test_perform
741
- -----------------------------
742
-  (0.2ms) rollback transaction
743
-  (0.1ms) begin transaction
744
- ---------------------------
745
- RailsSpriteTest: test_truth
746
- ---------------------------
747
-  (0.1ms) rollback transaction
748
- ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
749
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
750
-  (0.1ms) select sqlite_version(*)
751
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
752
-  (0.1ms) SELECT version FROM "schema_migrations"
753
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
754
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
755
-  (0.2ms) begin transaction
756
- -----------------------------
757
- RailsSpriteTest: test_perform
758
- -----------------------------
759
-  (0.2ms) rollback transaction
760
-  (0.1ms) begin transaction
761
- ---------------------------
762
- RailsSpriteTest: test_truth
763
- ---------------------------
764
-  (0.1ms) rollback transaction
765
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
766
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
767
-  (0.1ms) select sqlite_version(*)
768
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
769
-  (0.1ms) SELECT version FROM "schema_migrations"
770
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
771
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
772
-  (0.1ms) begin transaction
773
- -----------------------------
774
- RailsSpriteTest: test_perform
775
- -----------------------------
776
-  (0.1ms) rollback transaction
777
-  (0.1ms) begin transaction
778
- ---------------------------
779
- RailsSpriteTest: test_truth
780
- ---------------------------
781
-  (0.0ms) rollback transaction
782
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
783
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
784
-  (0.1ms) select sqlite_version(*)
785
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
786
-  (0.1ms) SELECT version FROM "schema_migrations"
787
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
788
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
789
-  (0.1ms) begin transaction
790
- ---------------------------
791
- RailsSpriteTest: test_truth
792
- ---------------------------
793
-  (0.0ms) rollback transaction
794
-  (0.0ms) begin transaction
795
- -----------------------------
796
- RailsSpriteTest: test_perform
797
- -----------------------------
798
-  (0.1ms) rollback transaction
799
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
800
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
801
-  (0.1ms) select sqlite_version(*)
802
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
803
-  (0.1ms) SELECT version FROM "schema_migrations"
804
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
805
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
806
-  (0.1ms) begin transaction
807
- -----------------------------
808
- RailsSpriteTest: test_perform
809
- -----------------------------
810
-  (0.3ms) rollback transaction
811
-  (0.1ms) begin transaction
812
- ---------------------------
813
- RailsSpriteTest: test_truth
814
- ---------------------------
815
-  (0.1ms) rollback transaction
816
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
817
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
818
-  (0.1ms) select sqlite_version(*)
819
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
820
-  (0.1ms) SELECT version FROM "schema_migrations"
821
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
822
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
823
-  (0.1ms) begin transaction
824
- ---------------------------
825
- RailsSpriteTest: test_truth
826
- ---------------------------
827
-  (0.0ms) rollback transaction
828
-  (0.1ms) begin transaction
829
- -----------------------------
830
- RailsSpriteTest: test_perform
831
- -----------------------------
832
-  (0.1ms) rollback transaction
833
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
834
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
835
-  (0.1ms) select sqlite_version(*)
836
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
837
-  (0.1ms) SELECT version FROM "schema_migrations"
838
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
839
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
840
-  (0.1ms) begin transaction
841
- -----------------------------
842
- RailsSpriteTest: test_perform
843
- -----------------------------
844
-  (0.0ms) rollback transaction
845
-  (0.1ms) begin transaction
846
- ---------------------------
847
- RailsSpriteTest: test_truth
848
- ---------------------------
849
-  (0.0ms) rollback transaction
850
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
851
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
852
-  (0.1ms) select sqlite_version(*)
853
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
854
-  (0.1ms) SELECT version FROM "schema_migrations"
855
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
856
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
857
-  (0.1ms) begin transaction
858
- -----------------------------
859
- RailsSpriteTest: test_perform
860
- -----------------------------
861
-  (0.4ms) rollback transaction
862
-  (0.2ms) begin transaction
863
- ---------------------------
864
- RailsSpriteTest: test_truth
865
- ---------------------------
866
-  (0.1ms) rollback transaction
867
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
868
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
869
-  (0.1ms) select sqlite_version(*)
870
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
871
-  (0.1ms) SELECT version FROM "schema_migrations"
872
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
873
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
874
-  (0.1ms) begin transaction
875
- -----------------------------
876
- RailsSpriteTest: test_perform
877
- -----------------------------
878
-  (0.1ms) rollback transaction
879
-  (0.1ms) begin transaction
880
- ---------------------------
881
- RailsSpriteTest: test_truth
882
- ---------------------------
883
-  (0.1ms) rollback transaction
884
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
885
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
886
-  (0.1ms) select sqlite_version(*)
887
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
888
-  (0.1ms) SELECT version FROM "schema_migrations"
889
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
890
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
891
-  (0.1ms) begin transaction
892
- ---------------------------
893
- RailsSpriteTest: test_truth
894
- ---------------------------
895
-  (0.1ms) rollback transaction
896
-  (0.0ms) begin transaction
897
- -----------------------------
898
- RailsSpriteTest: test_perform
899
- -----------------------------
900
-  (0.2ms) rollback transaction
901
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
902
-  (3.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
903
-  (0.1ms) select sqlite_version(*)
904
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
905
-  (0.2ms) SELECT version FROM "schema_migrations"
906
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
907
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
908
-  (0.2ms) begin transaction
909
- -----------------------------
910
- RailsSpriteTest: test_perform
911
- -----------------------------
912
-  (0.2ms) rollback transaction
913
-  (0.1ms) begin transaction
914
- ---------------------------
915
- RailsSpriteTest: test_truth
916
- ---------------------------
917
-  (0.1ms) rollback transaction
918
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
919
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
920
-  (0.1ms) select sqlite_version(*)
921
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
922
-  (0.1ms) SELECT version FROM "schema_migrations"
923
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
924
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
925
-  (0.1ms) begin transaction
926
- ---------------------------
927
- RailsSpriteTest: test_truth
928
- ---------------------------
929
-  (0.0ms) rollback transaction
930
-  (0.1ms) begin transaction
931
- -----------------------------
932
- RailsSpriteTest: test_perform
933
- -----------------------------
934
-  (0.1ms) rollback transaction
935
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
936
-  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
937
-  (0.1ms) select sqlite_version(*)
938
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
939
-  (0.1ms) SELECT version FROM "schema_migrations"
940
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
941
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
942
-  (0.1ms) begin transaction
943
- ---------------------------
944
- RailsSpriteTest: test_truth
945
- ---------------------------
946
-  (0.0ms) rollback transaction
947
-  (0.1ms) begin transaction
948
- -----------------------------
949
- RailsSpriteTest: test_perform
950
- -----------------------------
951
-  (0.1ms) rollback transaction
952
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
953
-  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
954
-  (0.1ms) select sqlite_version(*)
955
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
956
-  (0.1ms) SELECT version FROM "schema_migrations"
957
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
958
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
959
-  (0.2ms) begin transaction
960
- ---------------------------
961
- RailsSpriteTest: test_truth
962
- ---------------------------
963
-  (0.0ms) rollback transaction
964
-  (0.0ms) begin transaction
965
- -----------------------------
966
- RailsSpriteTest: test_perform
967
- -----------------------------
968
-  (0.1ms) rollback transaction
969
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
970
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
971
-  (0.1ms) select sqlite_version(*)
972
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
973
-  (0.1ms) SELECT version FROM "schema_migrations"
974
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
975
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
976
-  (0.1ms) begin transaction
977
- ---------------------------
978
- RailsSpriteTest: test_truth
979
- ---------------------------
980
-  (0.0ms) rollback transaction
981
-  (0.2ms) begin transaction
982
- -----------------------------
983
- RailsSpriteTest: test_perform
984
- -----------------------------
985
-  (0.1ms) rollback transaction
986
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
987
-  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
988
-  (0.1ms) select sqlite_version(*)
989
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
990
-  (0.1ms) SELECT version FROM "schema_migrations"
991
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
992
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
993
-  (0.2ms) begin transaction
994
- ---------------------------
995
- RailsSpriteTest: test_truth
996
- ---------------------------
997
-  (0.0ms) rollback transaction
998
-  (0.1ms) begin transaction
999
- -----------------------------
1000
- RailsSpriteTest: test_perform
1001
- -----------------------------
1002
-  (0.1ms) rollback transaction
1003
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1004
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1005
-  (0.1ms) select sqlite_version(*)
1006
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1007
-  (0.1ms) SELECT version FROM "schema_migrations"
1008
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1009
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1010
-  (0.1ms) begin transaction
1011
- ---------------------------
1012
- RailsSpriteTest: test_truth
1013
- ---------------------------
1014
-  (0.0ms) rollback transaction
1015
-  (0.2ms) begin transaction
1016
- -----------------------------
1017
- RailsSpriteTest: test_perform
1018
- -----------------------------
1019
-  (0.1ms) rollback transaction
1020
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1021
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1022
-  (0.1ms) select sqlite_version(*)
1023
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1024
-  (0.1ms) SELECT version FROM "schema_migrations"
1025
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1026
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1027
-  (0.1ms) begin transaction
1028
- -----------------------------
1029
- RailsSpriteTest: test_perform
1030
- -----------------------------
1031
-  (0.1ms) rollback transaction
1032
-  (0.1ms) begin transaction
1033
- ---------------------------
1034
- RailsSpriteTest: test_truth
1035
- ---------------------------
1036
-  (0.0ms) rollback transaction
1037
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1038
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1039
-  (0.1ms) select sqlite_version(*)
1040
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1041
-  (0.1ms) SELECT version FROM "schema_migrations"
1042
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1043
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1044
-  (0.1ms) begin transaction
1045
- -----------------------------
1046
- RailsSpriteTest: test_perform
1047
- -----------------------------
1048
-  (0.1ms) rollback transaction
1049
-  (0.1ms) begin transaction
1050
- ---------------------------
1051
- RailsSpriteTest: test_truth
1052
- ---------------------------
1053
-  (0.0ms) rollback transaction
1054
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
1055
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1056
-  (0.1ms) select sqlite_version(*)
1057
-  (1.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1058
-  (0.1ms) SELECT version FROM "schema_migrations"
1059
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1060
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1061
-  (0.1ms) begin transaction
1062
- -----------------------------
1063
- RailsSpriteTest: test_perform
1064
- -----------------------------
1065
-  (0.1ms) rollback transaction
1066
-  (0.1ms) begin transaction
1067
- ---------------------------
1068
- RailsSpriteTest: test_truth
1069
- ---------------------------
1070
-  (0.1ms) rollback transaction
1071
- ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
1072
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1073
-  (0.1ms) select sqlite_version(*)
1074
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1075
-  (0.2ms) SELECT version FROM "schema_migrations"
1076
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1077
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1078
-  (0.1ms) begin transaction
1079
- -----------------------------
1080
- RailsSpriteTest: test_perform
1081
- -----------------------------
1082
-  (0.1ms) rollback transaction
1083
-  (0.1ms) begin transaction
1084
- ---------------------------
1085
- RailsSpriteTest: test_truth
1086
- ---------------------------
1087
-  (0.0ms) rollback transaction
1088
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1089
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1090
-  (0.1ms) select sqlite_version(*)
1091
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1092
-  (0.1ms) SELECT version FROM "schema_migrations"
1093
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1094
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1095
-  (0.1ms) begin transaction
1096
- ---------------------------
1097
- RailsSpriteTest: test_truth
1098
- ---------------------------
1099
-  (0.0ms) rollback transaction
1100
-  (0.0ms) begin transaction
1101
- -----------------------------
1102
- RailsSpriteTest: test_perform
1103
- -----------------------------
1104
-  (0.1ms) rollback transaction
1105
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
1106
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1107
-  (0.1ms) select sqlite_version(*)
1108
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1109
-  (0.1ms) SELECT version FROM "schema_migrations"
1110
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1111
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1112
-  (0.1ms) begin transaction
1113
- -----------------------------
1114
- RailsSpriteTest: test_perform
1115
- -----------------------------
1116
-  (0.1ms) rollback transaction
1117
-  (0.1ms) begin transaction
1118
- ---------------------------
1119
- RailsSpriteTest: test_truth
1120
- ---------------------------
1121
-  (0.1ms) rollback transaction
1122
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1123
-  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1124
-  (0.2ms) select sqlite_version(*)
1125
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1126
-  (0.2ms) SELECT version FROM "schema_migrations"
1127
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1128
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1129
-  (0.1ms) begin transaction
1130
- -----------------------------
1131
- RailsSpriteTest: test_perform
1132
- -----------------------------
1133
-  (0.1ms) rollback transaction
1134
-  (0.1ms) begin transaction
1135
- ---------------------------
1136
- RailsSpriteTest: test_truth
1137
- ---------------------------
1138
-  (0.1ms) rollback transaction
1139
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1140
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1141
-  (0.1ms) select sqlite_version(*)
1142
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1143
-  (0.1ms) SELECT version FROM "schema_migrations"
1144
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1145
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1146
-  (0.2ms) begin transaction
1147
- -----------------------------
1148
- RailsSpriteTest: test_perform
1149
- -----------------------------
1150
-  (0.1ms) rollback transaction
1151
-  (0.1ms) begin transaction
1152
- ---------------------------
1153
- RailsSpriteTest: test_truth
1154
- ---------------------------
1155
-  (0.0ms) rollback transaction
1156
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1157
-  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1158
-  (0.1ms) select sqlite_version(*)
1159
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1160
-  (0.1ms) SELECT version FROM "schema_migrations"
1161
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1162
- ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
1163
-  (0.1ms) begin transaction
1164
- -----------------------------
1165
- RailsSpriteTest: test_perform
1166
- -----------------------------
1167
-  (0.1ms) rollback transaction
1168
-  (0.0ms) begin transaction
1169
- ---------------------------
1170
- RailsSpriteTest: test_truth
1171
- ---------------------------
1172
-  (0.0ms) rollback transaction
1173
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1174
-  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1175
-  (0.1ms) select sqlite_version(*)
1176
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1177
-  (0.1ms) SELECT version FROM "schema_migrations"
1178
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1179
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1180
-  (0.1ms) begin transaction
1181
- -----------------------------
1182
- RailsSpriteTest: test_perform
1183
- -----------------------------
1184
-  (0.1ms) rollback transaction
1185
-  (0.1ms) begin transaction
1186
- ---------------------------
1187
- RailsSpriteTest: test_truth
1188
- ---------------------------
1189
-  (0.0ms) rollback transaction
1190
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1191
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1192
-  (0.1ms) select sqlite_version(*)
1193
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1194
-  (0.1ms) SELECT version FROM "schema_migrations"
1195
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1196
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1197
-  (0.1ms) begin transaction
1198
- -----------------------------
1199
- RailsSpriteTest: test_perform
1200
- -----------------------------
1201
-  (0.1ms) rollback transaction
1202
-  (0.1ms) begin transaction
1203
- ---------------------------
1204
- RailsSpriteTest: test_truth
1205
- ---------------------------
1206
-  (0.1ms) rollback transaction
1207
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1208
-  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1209
-  (0.1ms) select sqlite_version(*)
1210
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1211
-  (0.1ms) SELECT version FROM "schema_migrations"
1212
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1213
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1214
-  (0.1ms) begin transaction
1215
- -----------------------------
1216
- RailsSpriteTest: test_perform
1217
- -----------------------------
1218
-  (0.1ms) rollback transaction
1219
-  (0.1ms) begin transaction
1220
- ---------------------------
1221
- RailsSpriteTest: test_truth
1222
- ---------------------------
1223
-  (0.0ms) rollback transaction
1224
- ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
1225
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1226
-  (0.1ms) select sqlite_version(*)
1227
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1228
-  (0.1ms) SELECT version FROM "schema_migrations"
1229
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1230
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1231
-  (0.1ms) begin transaction
1232
- -----------------------------
1233
- RailsSpriteTest: test_perform
1234
- -----------------------------
1235
-  (0.1ms) rollback transaction
1236
-  (0.1ms) begin transaction
1237
- ---------------------------
1238
- RailsSpriteTest: test_truth
1239
- ---------------------------
1240
-  (0.0ms) rollback transaction
1241
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1242
-  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
1243
-  (0.1ms) select sqlite_version(*)
1244
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1245
-  (0.1ms) SELECT version FROM "schema_migrations"
1246
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1247
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1248
-  (0.1ms) begin transaction
1249
- -----------------------------
1250
- RailsSpriteTest: test_perform
1251
- -----------------------------
1252
-  (0.3ms) rollback transaction
1253
-  (0.1ms) begin transaction
1254
- ---------------------------
1255
- RailsSpriteTest: test_truth
1256
- ---------------------------
1257
-  (0.0ms) rollback transaction