rails-sprite 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (61) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +34 -0
  3. data/Rakefile +11 -0
  4. data/lib/rails-sprite.rb +8 -0
  5. data/lib/rails_sprite/library/rmagick.rb +30 -0
  6. data/lib/rails_sprite/sprite_util.rb +141 -0
  7. data/lib/rails_sprite/stylesheet_generator.rb +85 -0
  8. data/lib/rails_sprite/version.rb +1 -1
  9. data/test/dummy/README.rdoc +28 -0
  10. data/test/dummy/Rakefile +6 -0
  11. data/test/dummy/app/assets/javascripts/application.js +13 -0
  12. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  13. data/test/dummy/app/controllers/application_controller.rb +5 -0
  14. data/test/dummy/app/helpers/application_helper.rb +2 -0
  15. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  16. data/test/dummy/bin/bundle +3 -0
  17. data/test/dummy/bin/rails +4 -0
  18. data/test/dummy/bin/rake +4 -0
  19. data/test/dummy/bin/setup +29 -0
  20. data/test/dummy/config/application.rb +26 -0
  21. data/test/dummy/config/boot.rb +5 -0
  22. data/test/dummy/config/database.yml +25 -0
  23. data/test/dummy/config/environment.rb +5 -0
  24. data/test/dummy/config/environments/development.rb +41 -0
  25. data/test/dummy/config/environments/production.rb +79 -0
  26. data/test/dummy/config/environments/test.rb +42 -0
  27. data/test/dummy/config/initializers/assets.rb +11 -0
  28. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  29. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  30. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  31. data/test/dummy/config/initializers/inflections.rb +16 -0
  32. data/test/dummy/config/initializers/mime_types.rb +4 -0
  33. data/test/dummy/config/initializers/session_store.rb +3 -0
  34. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  35. data/test/dummy/config/locales/en.yml +23 -0
  36. data/test/dummy/config/routes.rb +56 -0
  37. data/test/dummy/config/secrets.yml +22 -0
  38. data/test/dummy/config.ru +4 -0
  39. data/test/dummy/db/development.sqlite3 +0 -0
  40. data/test/dummy/db/schema.rb +16 -0
  41. data/test/dummy/db/test.sqlite3 +0 -0
  42. data/test/dummy/log/development.log +4 -0
  43. data/test/dummy/log/test.log +1257 -0
  44. data/test/dummy/public/404.html +67 -0
  45. data/test/dummy/public/422.html +67 -0
  46. data/test/dummy/public/500.html +66 -0
  47. data/test/dummy/public/favicon.ico +0 -0
  48. data/test/fixtures/testing/app/assets/images/rails_xxx/sprite/icons/16x16.png +0 -0
  49. data/test/fixtures/testing/app/assets/images/rails_xxx/sprite/icons/32x32.png +0 -0
  50. data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/16x16/avatar.png +0 -0
  51. data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/16x16/heart-rose.png +0 -0
  52. data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/16x16/mail.png +0 -0
  53. data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/32x32/avatar.png +0 -0
  54. data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/32x32/heart-rose.png +0 -0
  55. data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/32x32/mail.png +0 -0
  56. data/test/fixtures/testing/app/assets/stylesheets/rails_xxx/sprite/icons/32x32.css.scss.erb +15 -0
  57. data/test/rails_sprite_test.rb +19 -0
  58. data/test/test_helper.rb +18 -0
  59. metadata +151 -6
  60. data/README.rdoc +0 -3
  61. data/lib/rails_sprite.rb +0 -2
@@ -0,0 +1,1257 @@
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.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")
106
+  (0.1ms) SELECT version FROM "schema_migrations"
107
+  (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
+ 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
161
+ -----------------------------
162
+ RailsSpriteTest: test_perform
163
+ -----------------------------
164
+  (0.1ms) rollback transaction
165
+  (0.1ms) begin transaction
166
+ ---------------------------
167
+ RailsSpriteTest: test_truth
168
+ ---------------------------
169
+  (0.0ms) rollback transaction
170
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
171
+  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
172
+  (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"
175
+  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
176
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
177
+  (0.1ms) begin transaction
178
+ -----------------------------
179
+ RailsSpriteTest: test_perform
180
+ -----------------------------
181
+  (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
+  (0.1ms) begin transaction
195
+ ---------------------------
196
+ RailsSpriteTest: test_truth
197
+ ---------------------------
198
+  (0.0ms) rollback transaction
199
+  (0.1ms) begin transaction
200
+ -----------------------------
201
+ RailsSpriteTest: test_perform
202
+ -----------------------------
203
+  (0.1ms) rollback transaction
204
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
205
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
206
+  (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
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
225
+  (0.1ms) SELECT version FROM "schema_migrations"
226
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
227
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
228
+  (0.1ms) begin transaction
229
+ -----------------------------
230
+ RailsSpriteTest: test_perform
231
+ -----------------------------
232
+  (0.1ms) rollback transaction
233
+  (0.1ms) begin transaction
234
+ ---------------------------
235
+ RailsSpriteTest: test_truth
236
+ ---------------------------
237
+  (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
+  (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
+ -----------------------------
281
+ RailsSpriteTest: test_perform
282
+ -----------------------------
283
+  (0.1ms) rollback transaction
284
+  (0.1ms) begin transaction
285
+ ---------------------------
286
+ RailsSpriteTest: test_truth
287
+ ---------------------------
288
+  (0.0ms) rollback transaction
289
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
290
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
291
+  (0.1ms) select sqlite_version(*)
292
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
293
+  (0.1ms) SELECT version FROM "schema_migrations"
294
+  (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
302
+ ---------------------------
303
+ RailsSpriteTest: test_truth
304
+ ---------------------------
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
314
+ -----------------------------
315
+ RailsSpriteTest: test_perform
316
+ -----------------------------
317
+  (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