makers 0.1.2 → 0.1.3

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: cf680b76a9d3f14ce6304c691bae71626e5c756c
4
- data.tar.gz: 32ee7f30fefad366dc28a0cba8e5fb60785375aa
3
+ metadata.gz: 3143ece0f562a4ced85734c5a998a5e8d4dccd07
4
+ data.tar.gz: ad42645a69354b63eedb3bfd3f9c3c1fda66c84e
5
5
  SHA512:
6
- metadata.gz: 2140702cff87010956af9acbebe1a74c632dd6b5f9f243f1c3064e96741b08d1783fe5d847f304a913b08e6543d39ec465281026fb18b9bfed356f6596a6471b
7
- data.tar.gz: 7b54805548f58ad4c9f2075c37f96c62e930f14281910318c796a581b132f06895ccda7e77ee7d87d6749410be9da28109d67f57f5a86bc45e9124e1bf6a0c4b
6
+ metadata.gz: bdddac354402744691e34740640745827eaf956bbbaa1d23fa6e20ab2ae30551823adc0bc6116be26eda38690633ad65a04baf2793cc75df7f8b6e84793c8297
7
+ data.tar.gz: 1bb0f2b8e9ca1c561179a7c638a2d2d3d97114f88b2a1658c886a2f5a77f7d78c4d95f2f832c547f5b77d5c0d31de8c274c438cdd11523c3281fb66e2c4bb487
data/MIT-LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2015 Museways
1
+ Copyright 2015 Mathías Montossi
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining
4
4
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -1,4 +1,7 @@
1
- [![Gem Version](https://badge.fury.io/rb/makers.svg)](http://badge.fury.io/rb/makers) [![Code Climate](https://codeclimate.com/github/museways/makers/badges/gpa.svg)](https://codeclimate.com/github/museways/makers) [![Build Status](https://travis-ci.org/museways/makers.svg?branch=0.1.0)](https://travis-ci.org/museways/makers) [![Dependency Status](https://gemnasium.com/museways/makers.svg)](https://gemnasium.com/museways/makers)
1
+ [![Gem Version](https://badge.fury.io/rb/makers.svg)](http://badge.fury.io/rb/makers)
2
+ [![Code Climate](https://codeclimate.com/github/mmontossi/makers/badges/gpa.svg)](https://codeclimate.com/github/mmontossi/makers)
3
+ [![Build Status](https://travis-ci.org/mmontossi/makers.svg](https://travis-ci.org/mmontossi/makers)
4
+ [![Dependency Status](https://gemnasium.com/mmontossi/makers.svg)](https://gemnasium.com/mmontossi/makers)
2
5
 
3
6
  # Makers
4
7
 
@@ -142,7 +145,7 @@ end
142
145
 
143
146
  ## Credits
144
147
 
145
- This gem is maintained and funded by [museways](http://museways.com).
148
+ This gem is maintained and funded by [mmontossi](https://github.com/mmontossi).
146
149
 
147
150
  ## License
148
151
 
@@ -1,5 +1,5 @@
1
1
  module Makers
2
2
 
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: makers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
- - Museways
7
+ - mmontossi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-27 00:00:00.000000000 Z
11
+ date: 2016-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -46,7 +46,7 @@ dependencies:
46
46
  version: '1.3'
47
47
  description: Minimalistic factory inspired in factory_girl for rails.
48
48
  email:
49
- - hello@museways.com
49
+ - mmontossi@buyin.io
50
50
  executables: []
51
51
  extensions: []
52
52
  extra_rdoc_files: []
@@ -107,7 +107,6 @@ files:
107
107
  - test/dummy/db/migrate/20140613221835_create_users.rb
108
108
  - test/dummy/db/migrate/20140615180954_create_posts.rb
109
109
  - test/dummy/db/schema.rb
110
- - test/dummy/log/test.log
111
110
  - test/dummy/public/404.html
112
111
  - test/dummy/public/422.html
113
112
  - test/dummy/public/500.html
@@ -121,7 +120,7 @@ files:
121
120
  - test/load_test.rb
122
121
  - test/merges_test.rb
123
122
  - test/test_helper.rb
124
- homepage: https://github.com/museways/makers
123
+ homepage: https://github.com/mmontossi/makers
125
124
  licenses:
126
125
  - MIT
127
126
  metadata: {}
@@ -184,7 +183,6 @@ test_files:
184
183
  - test/dummy/db/migrate/20140613221835_create_users.rb
185
184
  - test/dummy/db/migrate/20140615180954_create_posts.rb
186
185
  - test/dummy/db/schema.rb
187
- - test/dummy/log/test.log
188
186
  - test/dummy/public/404.html
189
187
  - test/dummy/public/422.html
190
188
  - test/dummy/public/500.html
@@ -1,273 +0,0 @@
1
-  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime) 
2
-  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar, "name" varchar, "email" varchar, "age" integer, "phone" integer, "created_at" datetime, "updated_at" datetime)
3
-  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
4
-  (0.1ms) select sqlite_version(*)
5
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
6
-  (0.0ms) SELECT version FROM "schema_migrations"
7
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140615180954')
8
-  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "content" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime) 
9
-  (0.1ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar, "name" varchar, "email" varchar, "age" integer, "phone" integer, "created_at" datetime, "updated_at" datetime)
10
-  (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
11
-  (0.0ms) select sqlite_version(*)
12
-  (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
13
-  (0.0ms) SELECT version FROM "schema_migrations"
14
-  (0.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140615180954')
15
-  (0.1ms) begin transaction
16
- ----------------------------------
17
- DependentTest: test_build_instance
18
- ----------------------------------
19
-  (0.1ms) rollback transaction
20
-  (0.0ms) begin transaction
21
- -----------------------------------
22
- DependentTest: test_create_instance
23
- -----------------------------------
24
-  (0.0ms) SAVEPOINT active_record_1
25
- SQL (0.1ms) INSERT INTO "users" ("name", "email", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "name"], ["email", "name@example.com"], ["username", "name-1"], ["created_at", "2015-10-27 00:51:20.143687"], ["updated_at", "2015-10-27 00:51:20.143687"]]
26
-  (0.0ms) RELEASE SAVEPOINT active_record_1
27
-  (0.0ms) SAVEPOINT active_record_1
28
- SQL (0.0ms) INSERT INTO "users" ("name", "email", "username", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "name"], ["email", "name@example.com"], ["username", "name-2"], ["created_at", "2015-10-27 00:51:20.147258"], ["updated_at", "2015-10-27 00:51:20.147258"]]
29
-  (0.0ms) RELEASE SAVEPOINT active_record_1
30
-  (0.0ms) SAVEPOINT active_record_1
31
- SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
32
-  (0.0ms) RELEASE SAVEPOINT active_record_1
33
-  (0.0ms) SAVEPOINT active_record_1
34
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
35
-  (0.0ms) RELEASE SAVEPOINT active_record_1
36
-  (0.0ms) rollback transaction
37
-  (0.1ms) begin transaction
38
- -------------------------------------
39
- DependentTest: test_return_attributes
40
- -------------------------------------
41
-  (0.1ms) rollback transaction
42
-  (0.0ms) begin transaction
43
- -----------------------------
44
- CleanTest: test_clean_records
45
- -----------------------------
46
-  (0.0ms) SAVEPOINT active_record_1
47
- SQL (0.1ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-10-27 00:51:20.150626"], ["updated_at", "2015-10-27 00:51:20.150626"]]
48
-  (0.0ms) RELEASE SAVEPOINT active_record_1
49
-  (0.0ms) SAVEPOINT active_record_1
50
- SQL (0.0ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-10-27 00:51:20.151590"], ["updated_at", "2015-10-27 00:51:20.151590"]]
51
-  (0.0ms) RELEASE SAVEPOINT active_record_1
52
-  (0.0ms) SAVEPOINT active_record_1
53
- SQL (0.0ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-10-27 00:51:20.152378"], ["updated_at", "2015-10-27 00:51:20.152378"]]
54
-  (0.0ms) RELEASE SAVEPOINT active_record_1
55
-  (0.0ms) SAVEPOINT active_record_1
56
- SQL (0.0ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-10-27 00:51:20.153071"], ["updated_at", "2015-10-27 00:51:20.153071"]]
57
-  (0.0ms) RELEASE SAVEPOINT active_record_1
58
-  (0.0ms) SAVEPOINT active_record_1
59
- SQL (0.0ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-10-27 00:51:20.153698"], ["updated_at", "2015-10-27 00:51:20.153698"]]
60
-  (0.0ms) RELEASE SAVEPOINT active_record_1
61
-  (0.1ms) SAVEPOINT active_record_1
62
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]
63
-  (0.1ms) RELEASE SAVEPOINT active_record_1
64
-  (0.0ms) SAVEPOINT active_record_1
65
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
66
-  (0.0ms) RELEASE SAVEPOINT active_record_1
67
-  (0.0ms) SAVEPOINT active_record_1
68
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
69
-  (0.0ms) RELEASE SAVEPOINT active_record_1
70
-  (0.0ms) SAVEPOINT active_record_1
71
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
72
-  (0.0ms) RELEASE SAVEPOINT active_record_1
73
-  (0.0ms) SAVEPOINT active_record_1
74
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
75
-  (0.0ms) RELEASE SAVEPOINT active_record_1
76
-  (0.0ms) SELECT COUNT(*) FROM "users"
77
-  (0.0ms) rollback transaction
78
-  (0.0ms) begin transaction
79
- -------------------------------------
80
- AttributesTest: test_numeric_sequence
81
- -------------------------------------
82
-  (0.0ms) SAVEPOINT active_record_1
83
- SQL (0.1ms) INSERT INTO "users" ("email", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mail3@example.com"], ["age", 3], ["created_at", "2015-10-27 00:51:20.157769"], ["updated_at", "2015-10-27 00:51:20.157769"]]
84
-  (0.0ms) RELEASE SAVEPOINT active_record_1
85
-  (0.1ms) SAVEPOINT active_record_1
86
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
87
-  (0.0ms) RELEASE SAVEPOINT active_record_1
88
-  (0.0ms) rollback transaction
89
-  (0.0ms) begin transaction
90
- -----------------------------------
91
- AttributesTest: test_block_sequence
92
- -----------------------------------
93
-  (0.0ms) SAVEPOINT active_record_1
94
- SQL (0.0ms) INSERT INTO "users" ("email", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["email", "mail3@example.com"], ["age", 3], ["created_at", "2015-10-27 00:51:20.159468"], ["updated_at", "2015-10-27 00:51:20.159468"]]
95
-  (0.0ms) RELEASE SAVEPOINT active_record_1
96
-  (0.0ms) SAVEPOINT active_record_1
97
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
98
-  (0.0ms) RELEASE SAVEPOINT active_record_1
99
-  (0.0ms) rollback transaction
100
-  (0.0ms) begin transaction
101
- --------------------------------
102
- MergesTest: test_create_instance
103
- --------------------------------
104
-  (0.0ms) SAVEPOINT active_record_1
105
- SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "other"], ["created_at", "2015-10-27 00:51:20.161565"], ["updated_at", "2015-10-27 00:51:20.161565"]]
106
-  (0.1ms) RELEASE SAVEPOINT active_record_1
107
-  (0.1ms) SAVEPOINT active_record_1
108
- SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "other"], ["created_at", "2015-10-27 00:51:20.162643"], ["updated_at", "2015-10-27 00:51:20.162643"]]
109
-  (0.0ms) RELEASE SAVEPOINT active_record_1
110
-  (0.0ms) SAVEPOINT active_record_1
111
- SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "other"], ["created_at", "2015-10-27 00:51:20.163603"], ["updated_at", "2015-10-27 00:51:20.163603"]]
112
-  (0.1ms) RELEASE SAVEPOINT active_record_1
113
-  (0.0ms) SAVEPOINT active_record_1
114
- SQL (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "other"], ["created_at", "2015-10-27 00:51:20.166765"], ["updated_at", "2015-10-27 00:51:20.166765"]]
115
-  (0.1ms) RELEASE SAVEPOINT active_record_1
116
-  (0.0ms) SAVEPOINT active_record_1
117
- SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]
118
-  (0.0ms) RELEASE SAVEPOINT active_record_1
119
-  (0.0ms) SAVEPOINT active_record_1
120
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
121
-  (0.0ms) RELEASE SAVEPOINT active_record_1
122
-  (0.1ms) SAVEPOINT active_record_1
123
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
124
-  (0.1ms) RELEASE SAVEPOINT active_record_1
125
-  (0.0ms) SAVEPOINT active_record_1
126
- SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
127
-  (0.0ms) RELEASE SAVEPOINT active_record_1
128
-  (0.0ms) rollback transaction
129
-  (0.0ms) begin transaction
130
- -------------------------------
131
- MergesTest: test_build_instance
132
- -------------------------------
133
-  (0.0ms) rollback transaction
134
-  (0.0ms) begin transaction
135
- ----------------------------------
136
- MergesTest: test_return_attributes
137
- ----------------------------------
138
-  (0.0ms) rollback transaction
139
-  (0.0ms) begin transaction
140
- ------------------------------------
141
- InheritanceTest: test_build_instance
142
- ------------------------------------
143
-  (0.0ms) rollback transaction
144
-  (0.1ms) begin transaction
145
- ---------------------------------------
146
- InheritanceTest: test_return_attributes
147
- ---------------------------------------
148
-  (0.0ms) rollback transaction
149
-  (0.0ms) begin transaction
150
- -------------------------------------
151
- InheritanceTest: test_create_instance
152
- -------------------------------------
153
-  (0.0ms) SAVEPOINT active_record_1
154
- SQL (0.1ms) INSERT INTO "users" ("name", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "name"], ["age", 9], ["created_at", "2015-10-27 00:51:20.174193"], ["updated_at", "2015-10-27 00:51:20.174193"]]
155
-  (0.0ms) RELEASE SAVEPOINT active_record_1
156
-  (0.0ms) SAVEPOINT active_record_1
157
- SQL (0.1ms) INSERT INTO "users" ("name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "name"], ["email", "mail@example.com"], ["created_at", "2015-10-27 00:51:20.175456"], ["updated_at", "2015-10-27 00:51:20.175456"]]
158
-  (0.0ms) RELEASE SAVEPOINT active_record_1
159
-  (0.0ms) SAVEPOINT active_record_1
160
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
161
-  (0.0ms) RELEASE SAVEPOINT active_record_1
162
-  (0.0ms) SAVEPOINT active_record_1
163
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
164
-  (0.0ms) RELEASE SAVEPOINT active_record_1
165
-  (0.0ms) rollback transaction
166
-  (0.1ms) begin transaction
167
- -----------------------------------
168
- CallbacksTest: test_build_callbacks
169
- -----------------------------------
170
-  (0.0ms) rollback transaction
171
-  (0.0ms) begin transaction
172
- ------------------------------------
173
- CallbacksTest: test_create_callbacks
174
- ------------------------------------
175
-  (0.0ms) SAVEPOINT active_record_1
176
- SQL (0.1ms) INSERT INTO "users" ("email", "name", "phone", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["email", "create@example.com"], ["name", "create"], ["phone", 1], ["age", 1], ["created_at", "2015-10-27 00:51:20.180107"], ["updated_at", "2015-10-27 00:51:20.180107"]]
177
-  (0.0ms) RELEASE SAVEPOINT active_record_1
178
-  (0.0ms) SAVEPOINT active_record_1
179
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
180
-  (0.0ms) RELEASE SAVEPOINT active_record_1
181
-  (0.0ms) rollback transaction
182
-  (0.0ms) begin transaction
183
- -------------------------
184
- LoadTest: test_find_files
185
- -------------------------
186
-  (0.0ms) rollback transaction
187
-  (0.0ms) begin transaction
188
- -------------------------
189
- AliasesTest: test_aliases
190
- -------------------------
191
-  (0.0ms) rollback transaction
192
-  (0.0ms) begin transaction
193
- --------------------------------
194
- MakersTest: test_create_instance
195
- --------------------------------
196
-  (0.1ms) SAVEPOINT active_record_1
197
- SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name"], ["created_at", "2015-10-27 00:51:20.184929"], ["updated_at", "2015-10-27 00:51:20.184929"]]
198
-  (0.0ms) RELEASE SAVEPOINT active_record_1
199
-  (0.0ms) SAVEPOINT active_record_1
200
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
201
-  (0.0ms) RELEASE SAVEPOINT active_record_1
202
-  (0.0ms) rollback transaction
203
-  (0.0ms) begin transaction
204
- -------------------------------
205
- MakersTest: test_build_instance
206
- -------------------------------
207
-  (0.1ms) rollback transaction
208
-  (0.1ms) begin transaction
209
- ----------------------------------
210
- MakersTest: test_return_attributes
211
- ----------------------------------
212
-  (0.0ms) rollback transaction
213
-  (0.0ms) begin transaction
214
- ------------------------------------
215
- GeneratorsTest: test_file_generation
216
- ------------------------------------
217
-  (0.1ms) rollback transaction
218
-  (0.0ms) begin transaction
219
- ---------------------------------------------
220
- AssociationsTest: test_belongs_to_association
221
- ---------------------------------------------
222
-  (0.1ms) SAVEPOINT active_record_1
223
- SQL (0.0ms) INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-10-27 00:51:20.202252"], ["updated_at", "2015-10-27 00:51:20.202252"]]
224
-  (0.1ms) RELEASE SAVEPOINT active_record_1
225
-  (0.0ms) SAVEPOINT active_record_1
226
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
227
-  (0.0ms) RELEASE SAVEPOINT active_record_1
228
-  (0.0ms) rollback transaction
229
-  (0.0ms) begin transaction
230
- -------------------------------------------
231
- AssociationsTest: test_has_many_association
232
- -------------------------------------------
233
-  (0.0ms) SAVEPOINT active_record_1
234
- SQL (0.1ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-10-27 00:51:20.211902"], ["updated_at", "2015-10-27 00:51:20.211902"]]
235
-  (0.0ms) RELEASE SAVEPOINT active_record_1
236
-  (0.0ms) SAVEPOINT active_record_1
237
- SQL (0.1ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2015-10-27 00:51:20.213515"], ["updated_at", "2015-10-27 00:51:20.213515"]]
238
-  (0.0ms) RELEASE SAVEPOINT active_record_1
239
-  (0.1ms) SAVEPOINT active_record_1
240
- SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]
241
-  (0.0ms) RELEASE SAVEPOINT active_record_1
242
-  (0.0ms) SAVEPOINT active_record_1
243
- SQL (0.0ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]
244
-  (0.0ms) RELEASE SAVEPOINT active_record_1
245
-  (0.1ms) rollback transaction
246
-  (0.0ms) begin transaction
247
- --------------------------
248
- ListsTest: test_build_list
249
- --------------------------
250
-  (0.0ms) rollback transaction
251
-  (0.0ms) begin transaction
252
- ---------------------------
253
- ListsTest: test_create_list
254
- ---------------------------
255
-  (0.0ms) SAVEPOINT active_record_1
256
- SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name"], ["created_at", "2015-10-27 00:51:20.217552"], ["updated_at", "2015-10-27 00:51:20.217552"]]
257
-  (0.0ms) RELEASE SAVEPOINT active_record_1
258
-  (0.0ms) SAVEPOINT active_record_1
259
- SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name"], ["created_at", "2015-10-27 00:51:20.218612"], ["updated_at", "2015-10-27 00:51:20.218612"]]
260
-  (0.0ms) RELEASE SAVEPOINT active_record_1
261
-  (0.0ms) SAVEPOINT active_record_1
262
- SQL (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name"], ["created_at", "2015-10-27 00:51:20.219423"], ["updated_at", "2015-10-27 00:51:20.219423"]]
263
-  (0.0ms) RELEASE SAVEPOINT active_record_1
264
-  (0.0ms) SAVEPOINT active_record_1
265
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]
266
-  (0.0ms) RELEASE SAVEPOINT active_record_1
267
-  (0.0ms) SAVEPOINT active_record_1
268
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]
269
-  (0.0ms) RELEASE SAVEPOINT active_record_1
270
-  (0.0ms) SAVEPOINT active_record_1
271
- SQL (0.0ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
272
-  (0.0ms) RELEASE SAVEPOINT active_record_1
273
-  (0.0ms) rollback transaction