domain_neutral 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5255,3 +5255,2292 @@ DomainNeutral::DescriptorTest: test_: relationship should return hash for to_hea
5255
5255
  SQL (0.3ms) INSERT INTO "descriptors" ("type", "parent_id", "parent_type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["type", "Bull"], ["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"], ["symbol", "calf"], ["name", "Calf"], ["created_at", "2016-06-07 14:23:12.722873"], ["updated_at", "2016-06-07 14:23:12.722873"]]
5256
5256
   (0.0ms) RELEASE SAVEPOINT active_record_1
5257
5257
   (0.7ms) rollback transaction
5258
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
5259
+  (0.1ms) begin transaction
5260
+ Fixture Delete (1.5ms) DELETE FROM "descriptors"
5261
+ Fixture Insert (0.6ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 10:47:09', '2016-06-08 10:47:09', 206888308)
5262
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 10:47:09', '2016-06-08 10:47:09', 718075439)
5263
+ Fixture Delete (0.7ms) DELETE FROM "users"
5264
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 10:47:09', '2016-06-08 10:47:09', 980190962, 206888308)
5265
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 10:47:09', '2016-06-08 10:47:09', 298486374, 718075439)
5266
+  (2.9ms) commit transaction
5267
+  (0.0ms) begin transaction
5268
+ ----------------------------------------------------------------------------------------------------------------------------------
5269
+ DomainNeutral::DescriptorTest: test_: descriptor validation should require case sensitive unique value for symbol scoped to type.
5270
+ ----------------------------------------------------------------------------------------------------------------------------------
5271
+ Bull Load (0.3ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Bull') ORDER BY "descriptors"."id" ASC LIMIT 1
5272
+  (0.0ms) SAVEPOINT active_record_1
5273
+ SQL (0.4ms) INSERT INTO "descriptors" ("type", "symbol", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["type", "Bull"], ["symbol", "a"], ["created_at", "2016-06-08 10:47:09.826302"], ["updated_at", "2016-06-08 10:47:09.826302"]]
5274
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5275
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'a' AND "descriptors"."type" = 'Bull') LIMIT 1
5276
+ Bull Load (0.1ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Bull')
5277
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'a' AND "descriptors"."type" = 'Bulm') LIMIT 1
5278
+  (0.5ms) rollback transaction
5279
+  (0.0ms) begin transaction
5280
+ ---------------------------------------------------------------------------------
5281
+ DomainNeutral::DescriptorTest: test_: compareable should compare lower on index.
5282
+ ---------------------------------------------------------------------------------
5283
+  (0.0ms) rollback transaction
5284
+  (0.0ms) begin transaction
5285
+ ---------------------------------------------------------------------------------------------
5286
+ DomainNeutral::DescriptorTest: test_: descriptor validation should require symbol to be set.
5287
+ ---------------------------------------------------------------------------------------------
5288
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = '' AND "descriptors"."type" = 'Bull') LIMIT 1
5289
+  (0.0ms) rollback transaction
5290
+  (0.0ms) begin transaction
5291
+ ---------------------------------------------------------------------------------------------------------
5292
+ DomainNeutral::DescriptorTest: test_: association should not try to find record when foreign key is nil.
5293
+ ---------------------------------------------------------------------------------------------------------
5294
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
5295
+  (0.0ms) rollback transaction
5296
+  (0.0ms) begin transaction
5297
+ ----------------------------------------------------------------------------
5298
+ DomainNeutral::DescriptorTest: test_: class methods should include symbols.
5299
+ ----------------------------------------------------------------------------
5300
+ Role Load (0.1ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Role')
5301
+  (0.0ms) rollback transaction
5302
+  (0.1ms) begin transaction
5303
+ ------------------------------------------------------------------------------------------
5304
+ DomainNeutral::DescriptorTest: test_: reference as id should support typecast to integer.
5305
+ ------------------------------------------------------------------------------------------
5306
+  (0.0ms) rollback transaction
5307
+  (0.1ms) begin transaction
5308
+ -----------------------------------------------------------------------------------
5309
+ DomainNeutral::DescriptorTest: test_: compareable should compare greater on index.
5310
+ -----------------------------------------------------------------------------------
5311
+  (0.0ms) rollback transaction
5312
+  (0.0ms) begin transaction
5313
+ ----------------------------------------------------------------------------------
5314
+ DomainNeutral::DescriptorTest: test_: compareable should compare equals on index.
5315
+ ----------------------------------------------------------------------------------
5316
+  (0.0ms) rollback transaction
5317
+  (0.1ms) begin transaction
5318
+ ----------------------------------------------------------------------------------------------------------
5319
+ DomainNeutral::DescriptorTest: test_: translation undefined should fall back to entity properties itself.
5320
+ ----------------------------------------------------------------------------------------------------------
5321
+  (0.0ms) rollback transaction
5322
+  (0.0ms) begin transaction
5323
+ -------------------------------------------------------------------------
5324
+ DomainNeutral::DescriptorTest: test_: relationship should expose parent.
5325
+ -------------------------------------------------------------------------
5326
+  (0.0ms) SAVEPOINT active_record_1
5327
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'cow' AND "descriptors"."type" = 'Bull') LIMIT 1
5328
+ SQL (0.3ms) INSERT INTO "descriptors" ("type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["type", "Bull"], ["symbol", "cow"], ["name", "Cow"], ["created_at", "2016-06-08 10:47:09.877278"], ["updated_at", "2016-06-08 10:47:09.877278"]]
5329
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5330
+  (0.1ms) SAVEPOINT active_record_1
5331
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'calf' AND "descriptors"."type" = 'Bull') LIMIT 1
5332
+ SQL (0.4ms) INSERT INTO "descriptors" ("type", "parent_id", "parent_type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["type", "Bull"], ["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"], ["symbol", "calf"], ["name", "Calf"], ["created_at", "2016-06-08 10:47:09.887768"], ["updated_at", "2016-06-08 10:47:09.887768"]]
5333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5334
+  (0.7ms) rollback transaction
5335
+  (0.0ms) begin transaction
5336
+ ---------------------------------------------------------------------------
5337
+ DomainNeutral::DescriptorTest: test_: relationship should expose children.
5338
+ ---------------------------------------------------------------------------
5339
+  (0.0ms) SAVEPOINT active_record_1
5340
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'cow' AND "descriptors"."type" = 'Bull') LIMIT 1
5341
+ SQL (0.2ms) INSERT INTO "descriptors" ("type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["type", "Bull"], ["symbol", "cow"], ["name", "Cow"], ["created_at", "2016-06-08 10:47:09.891377"], ["updated_at", "2016-06-08 10:47:09.891377"]]
5342
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5343
+  (0.0ms) SAVEPOINT active_record_1
5344
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'calf' AND "descriptors"."type" = 'Bull') LIMIT 1
5345
+ SQL (0.2ms) INSERT INTO "descriptors" ("type", "parent_id", "parent_type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["type", "Bull"], ["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"], ["symbol", "calf"], ["name", "Calf"], ["created_at", "2016-06-08 10:47:09.893408"], ["updated_at", "2016-06-08 10:47:09.893408"]]
5346
+  (0.1ms) RELEASE SAVEPOINT active_record_1
5347
+  (0.1ms) SELECT COUNT(*) FROM "descriptors" WHERE "descriptors"."type" IN ('Bull') AND "descriptors"."parent_id" = ? AND "descriptors"."parent_type" = ? [["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"]]
5348
+ Bull Load (0.1ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Bull') AND "descriptors"."parent_id" = ? AND "descriptors"."parent_type" = ? ORDER BY "descriptors"."id" ASC LIMIT 1 [["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"]]
5349
+  (0.6ms) rollback transaction
5350
+  (0.0ms) begin transaction
5351
+ ------------------------------------------------------------------------------------
5352
+ DomainNeutral::DescriptorTest: test_: association should override reader with find.
5353
+ ------------------------------------------------------------------------------------
5354
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
5355
+  (0.0ms) rollback transaction
5356
+  (0.0ms) begin transaction
5357
+ --------------------------------------------------------------------------------------
5358
+ DomainNeutral::DescriptorTest: test_: relationship should return hash for to_heading.
5359
+ --------------------------------------------------------------------------------------
5360
+  (0.0ms) SAVEPOINT active_record_1
5361
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'cow' AND "descriptors"."type" = 'Bull') LIMIT 1
5362
+ SQL (0.2ms) INSERT INTO "descriptors" ("type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["type", "Bull"], ["symbol", "cow"], ["name", "Cow"], ["created_at", "2016-06-08 10:47:09.907759"], ["updated_at", "2016-06-08 10:47:09.907759"]]
5363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5364
+  (0.0ms) SAVEPOINT active_record_1
5365
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'calf' AND "descriptors"."type" = 'Bull') LIMIT 1
5366
+ SQL (0.2ms) INSERT INTO "descriptors" ("type", "parent_id", "parent_type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["type", "Bull"], ["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"], ["symbol", "calf"], ["name", "Calf"], ["created_at", "2016-06-08 10:47:09.909870"], ["updated_at", "2016-06-08 10:47:09.909870"]]
5367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
5368
+  (0.6ms) rollback transaction
5369
+  (0.0ms) begin transaction
5370
+ ---------------------------------------------------------------------------------------------------
5371
+ DomainNeutral::DescriptorTest: test_: translation defined should work depending on current locale.
5372
+ ---------------------------------------------------------------------------------------------------
5373
+ Role Load (0.1ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Role') AND "descriptors"."symbol" = ? ORDER BY "descriptors"."id" ASC LIMIT 1 [["symbol", "user_admin"]]
5374
+ Role Load (0.0ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Role') AND "descriptors"."symbol" = ? ORDER BY "descriptors"."id" ASC LIMIT 1 [["symbol", "user_admin"]]
5375
+  (0.0ms) rollback transaction
5376
+  (0.0ms) begin transaction
5377
+ -------------------------------------------------------------------------------------------
5378
+ DomainNeutral::DescriptorTest: test_: descriptor validation should require name to be set.
5379
+ -------------------------------------------------------------------------------------------
5380
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" IS NULL AND "descriptors"."type" = 'Bull') LIMIT 1
5381
+  (0.0ms) rollback transaction
5382
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5383
+  (0.1ms) begin transaction
5384
+ Fixture Delete (0.3ms) DELETE FROM "descriptors"
5385
+ Fixture Insert (0.2ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 10:48:25', '2016-06-08 10:48:25', 206888308)
5386
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 10:48:25', '2016-06-08 10:48:25', 718075439)
5387
+ Fixture Delete (0.1ms) DELETE FROM "users"
5388
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 10:48:25', '2016-06-08 10:48:25', 980190962, 206888308)
5389
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 10:48:25', '2016-06-08 10:48:25', 298486374, 718075439)
5390
+  (2.1ms) commit transaction
5391
+  (0.0ms) begin transaction
5392
+ ------------------------------------------------------------------------------------------
5393
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
5394
+ ------------------------------------------------------------------------------------------
5395
+  (0.0ms) rollback transaction
5396
+  (0.0ms) begin transaction
5397
+ ---------------------------------------------------------------------------------------------------------
5398
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
5399
+ ---------------------------------------------------------------------------------------------------------
5400
+  (0.1ms) rollback transaction
5401
+  (0.1ms) begin transaction
5402
+ -----------------------------------------------------------------------------------------------
5403
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
5404
+ -----------------------------------------------------------------------------------------------
5405
+  (0.0ms) rollback transaction
5406
+  (0.0ms) begin transaction
5407
+ ------------------------------------------------------------------------------------------
5408
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
5409
+ ------------------------------------------------------------------------------------------
5410
+  (0.0ms) rollback transaction
5411
+  (0.0ms) begin transaction
5412
+ ------------------------------------------------------------------------------------------
5413
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
5414
+ ------------------------------------------------------------------------------------------
5415
+  (0.0ms) rollback transaction
5416
+  (0.0ms) begin transaction
5417
+ ---------------------------------------------------------------------------------------
5418
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
5419
+ ---------------------------------------------------------------------------------------
5420
+  (0.0ms) rollback transaction
5421
+  (0.0ms) begin transaction
5422
+ ----------------------------------------------------------------------------------------------------
5423
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
5424
+ ----------------------------------------------------------------------------------------------------
5425
+  (0.0ms) rollback transaction
5426
+  (0.0ms) begin transaction
5427
+ ----------------------------------------------------------------------------------------------------------
5428
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
5429
+ ----------------------------------------------------------------------------------------------------------
5430
+  (0.1ms) rollback transaction
5431
+  (0.0ms) begin transaction
5432
+ --------------------------------------------------------------------------------------------------------
5433
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
5434
+ --------------------------------------------------------------------------------------------------------
5435
+  (0.0ms) rollback transaction
5436
+  (0.0ms) begin transaction
5437
+ ---------------------------------------------------------------------------------------------------
5438
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
5439
+ ---------------------------------------------------------------------------------------------------
5440
+  (0.0ms) rollback transaction
5441
+  (0.0ms) begin transaction
5442
+ -----------------------------------------------------------------------------------------------
5443
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
5444
+ -----------------------------------------------------------------------------------------------
5445
+  (0.0ms) rollback transaction
5446
+  (0.0ms) begin transaction
5447
+ ---------------------------------------------------------------------------------------------
5448
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
5449
+ ---------------------------------------------------------------------------------------------
5450
+  (0.0ms) rollback transaction
5451
+  (0.0ms) begin transaction
5452
+ ------------------------------------------------------------------------------------------------------------------
5453
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
5454
+ ------------------------------------------------------------------------------------------------------------------
5455
+  (0.1ms) rollback transaction
5456
+  (0.0ms) begin transaction
5457
+ -------------------------------------------------------------------------------------------------------
5458
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
5459
+ -------------------------------------------------------------------------------------------------------
5460
+  (0.1ms) rollback transaction
5461
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5462
+  (0.1ms) begin transaction
5463
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
5464
+ Fixture Insert (0.2ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 10:49:12', '2016-06-08 10:49:12', 206888308)
5465
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 10:49:12', '2016-06-08 10:49:12', 718075439)
5466
+ Fixture Delete (0.1ms) DELETE FROM "users"
5467
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 10:49:12', '2016-06-08 10:49:12', 980190962, 206888308)
5468
+ Fixture Insert (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 10:49:12', '2016-06-08 10:49:12', 298486374, 718075439)
5469
+  (2.3ms) commit transaction
5470
+  (0.0ms) begin transaction
5471
+ ----------------------------------------------------------------------------------------------------
5472
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
5473
+ ----------------------------------------------------------------------------------------------------
5474
+  (0.1ms) rollback transaction
5475
+  (0.0ms) begin transaction
5476
+ ---------------------------------------------------------------------------------------------------------
5477
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
5478
+ ---------------------------------------------------------------------------------------------------------
5479
+  (0.1ms) rollback transaction
5480
+  (0.0ms) begin transaction
5481
+ ---------------------------------------------------------------------------------------
5482
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
5483
+ ---------------------------------------------------------------------------------------
5484
+  (0.0ms) rollback transaction
5485
+  (0.0ms) begin transaction
5486
+ ---------------------------------------------------------------------------------------------------
5487
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
5488
+ ---------------------------------------------------------------------------------------------------
5489
+  (0.0ms) rollback transaction
5490
+  (0.0ms) begin transaction
5491
+ ---------------------------------------------------------------------------------------------
5492
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
5493
+ ---------------------------------------------------------------------------------------------
5494
+  (0.0ms) rollback transaction
5495
+  (0.0ms) begin transaction
5496
+ --------------------------------------------------------------------------------------------------------
5497
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
5498
+ --------------------------------------------------------------------------------------------------------
5499
+  (0.0ms) rollback transaction
5500
+  (0.0ms) begin transaction
5501
+ ------------------------------------------------------------------------------------------
5502
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
5503
+ ------------------------------------------------------------------------------------------
5504
+  (0.0ms) rollback transaction
5505
+  (0.0ms) begin transaction
5506
+ -----------------------------------------------------------------------------------------------
5507
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
5508
+ -----------------------------------------------------------------------------------------------
5509
+  (0.0ms) rollback transaction
5510
+  (0.0ms) begin transaction
5511
+ ------------------------------------------------------------------------------------------
5512
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
5513
+ ------------------------------------------------------------------------------------------
5514
+  (0.0ms) rollback transaction
5515
+  (0.1ms) begin transaction
5516
+ ------------------------------------------------------------------------------------------
5517
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
5518
+ ------------------------------------------------------------------------------------------
5519
+  (0.0ms) rollback transaction
5520
+  (0.0ms) begin transaction
5521
+ -----------------------------------------------------------------------------------------------
5522
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
5523
+ -----------------------------------------------------------------------------------------------
5524
+  (0.0ms) rollback transaction
5525
+  (0.1ms) begin transaction
5526
+ ----------------------------------------------------------------------------------------------------------
5527
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
5528
+ ----------------------------------------------------------------------------------------------------------
5529
+  (0.1ms) rollback transaction
5530
+  (0.1ms) begin transaction
5531
+ -------------------------------------------------------------------------------------------------------
5532
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
5533
+ -------------------------------------------------------------------------------------------------------
5534
+  (0.2ms) rollback transaction
5535
+  (0.1ms) begin transaction
5536
+ ------------------------------------------------------------------------------------------------------------------
5537
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
5538
+ ------------------------------------------------------------------------------------------------------------------
5539
+  (0.1ms) rollback transaction
5540
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5541
+  (0.1ms) begin transaction
5542
+ Fixture Delete (0.9ms) DELETE FROM "descriptors"
5543
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 10:49:26', '2016-06-08 10:49:26', 206888308)
5544
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 10:49:26', '2016-06-08 10:49:26', 718075439)
5545
+ Fixture Delete (0.1ms) DELETE FROM "users"
5546
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 10:49:26', '2016-06-08 10:49:26', 980190962, 206888308)
5547
+ Fixture Insert (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 10:49:26', '2016-06-08 10:49:26', 298486374, 718075439)
5548
+  (2.3ms) commit transaction
5549
+  (0.1ms) begin transaction
5550
+ ------------------------------------------------------------------------------------------
5551
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
5552
+ ------------------------------------------------------------------------------------------
5553
+  (0.0ms) rollback transaction
5554
+  (0.0ms) begin transaction
5555
+ ---------------------------------------------------------------------------------------------
5556
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
5557
+ ---------------------------------------------------------------------------------------------
5558
+  (0.0ms) rollback transaction
5559
+  (0.1ms) begin transaction
5560
+ --------------------------------------------------------------------------------------------------------
5561
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
5562
+ --------------------------------------------------------------------------------------------------------
5563
+  (0.0ms) rollback transaction
5564
+  (0.0ms) begin transaction
5565
+ ----------------------------------------------------------------------------------------------------------
5566
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
5567
+ ----------------------------------------------------------------------------------------------------------
5568
+  (0.0ms) rollback transaction
5569
+  (0.0ms) begin transaction
5570
+ -----------------------------------------------------------------------------------------------
5571
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
5572
+ -----------------------------------------------------------------------------------------------
5573
+  (0.0ms) rollback transaction
5574
+  (0.0ms) begin transaction
5575
+ ------------------------------------------------------------------------------------------------------------------
5576
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
5577
+ ------------------------------------------------------------------------------------------------------------------
5578
+  (0.0ms) rollback transaction
5579
+  (0.0ms) begin transaction
5580
+ -----------------------------------------------------------------------------------------------
5581
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
5582
+ -----------------------------------------------------------------------------------------------
5583
+  (0.1ms) rollback transaction
5584
+  (0.0ms) begin transaction
5585
+ ---------------------------------------------------------------------------------------
5586
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
5587
+ ---------------------------------------------------------------------------------------
5588
+  (0.0ms) rollback transaction
5589
+  (0.0ms) begin transaction
5590
+ ---------------------------------------------------------------------------------------------------------
5591
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
5592
+ ---------------------------------------------------------------------------------------------------------
5593
+  (0.1ms) rollback transaction
5594
+  (0.1ms) begin transaction
5595
+ ---------------------------------------------------------------------------------------------------
5596
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
5597
+ ---------------------------------------------------------------------------------------------------
5598
+  (0.0ms) rollback transaction
5599
+  (0.0ms) begin transaction
5600
+ ------------------------------------------------------------------------------------------
5601
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
5602
+ ------------------------------------------------------------------------------------------
5603
+  (0.0ms) rollback transaction
5604
+  (0.0ms) begin transaction
5605
+ -------------------------------------------------------------------------------------------------------
5606
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
5607
+ -------------------------------------------------------------------------------------------------------
5608
+  (0.0ms) rollback transaction
5609
+  (0.0ms) begin transaction
5610
+ ----------------------------------------------------------------------------------------------------
5611
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
5612
+ ----------------------------------------------------------------------------------------------------
5613
+  (0.1ms) rollback transaction
5614
+  (0.1ms) begin transaction
5615
+ ------------------------------------------------------------------------------------------
5616
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
5617
+ ------------------------------------------------------------------------------------------
5618
+  (0.1ms) rollback transaction
5619
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5620
+  (0.1ms) begin transaction
5621
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
5622
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 10:49:53', '2016-06-08 10:49:53', 206888308)
5623
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 10:49:53', '2016-06-08 10:49:53', 718075439)
5624
+ Fixture Delete (0.1ms) DELETE FROM "users"
5625
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 10:49:53', '2016-06-08 10:49:53', 980190962, 206888308)
5626
+ Fixture Insert (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 10:49:53', '2016-06-08 10:49:53', 298486374, 718075439)
5627
+  (2.3ms) commit transaction
5628
+  (0.0ms) begin transaction
5629
+ -----------------------------------------------------------------------------------------------
5630
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
5631
+ -----------------------------------------------------------------------------------------------
5632
+  (0.0ms) rollback transaction
5633
+  (0.1ms) begin transaction
5634
+ --------------------------------------------------------------------------------------------------------
5635
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
5636
+ --------------------------------------------------------------------------------------------------------
5637
+  (0.0ms) rollback transaction
5638
+  (0.1ms) begin transaction
5639
+ ------------------------------------------------------------------------------------------------------------------
5640
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
5641
+ ------------------------------------------------------------------------------------------------------------------
5642
+  (0.1ms) rollback transaction
5643
+  (0.0ms) begin transaction
5644
+ ---------------------------------------------------------------------------------------
5645
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
5646
+ ---------------------------------------------------------------------------------------
5647
+  (0.1ms) rollback transaction
5648
+  (0.0ms) begin transaction
5649
+ -------------------------------------------------------------------------------------------------------
5650
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
5651
+ -------------------------------------------------------------------------------------------------------
5652
+  (0.0ms) rollback transaction
5653
+  (0.0ms) begin transaction
5654
+ -----------------------------------------------------------------------------------------------
5655
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
5656
+ -----------------------------------------------------------------------------------------------
5657
+  (0.1ms) rollback transaction
5658
+  (0.0ms) begin transaction
5659
+ ---------------------------------------------------------------------------------------------------
5660
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
5661
+ ---------------------------------------------------------------------------------------------------
5662
+  (0.0ms) rollback transaction
5663
+  (0.0ms) begin transaction
5664
+ ------------------------------------------------------------------------------------------
5665
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
5666
+ ------------------------------------------------------------------------------------------
5667
+  (0.1ms) rollback transaction
5668
+  (0.0ms) begin transaction
5669
+ ------------------------------------------------------------------------------------------
5670
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
5671
+ ------------------------------------------------------------------------------------------
5672
+  (0.0ms) rollback transaction
5673
+  (0.0ms) begin transaction
5674
+ ----------------------------------------------------------------------------------------------------------
5675
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
5676
+ ----------------------------------------------------------------------------------------------------------
5677
+  (0.0ms) rollback transaction
5678
+  (0.0ms) begin transaction
5679
+ ---------------------------------------------------------------------------------------------------------
5680
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
5681
+ ---------------------------------------------------------------------------------------------------------
5682
+  (0.0ms) rollback transaction
5683
+  (0.1ms) begin transaction
5684
+ ------------------------------------------------------------------------------------------
5685
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
5686
+ ------------------------------------------------------------------------------------------
5687
+  (0.0ms) rollback transaction
5688
+  (0.0ms) begin transaction
5689
+ ---------------------------------------------------------------------------------------------
5690
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
5691
+ ---------------------------------------------------------------------------------------------
5692
+  (0.0ms) rollback transaction
5693
+  (0.0ms) begin transaction
5694
+ ----------------------------------------------------------------------------------------------------
5695
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
5696
+ ----------------------------------------------------------------------------------------------------
5697
+  (0.0ms) rollback transaction
5698
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5699
+  (0.1ms) begin transaction
5700
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
5701
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 10:57:25', '2016-06-08 10:57:25', 206888308)
5702
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 10:57:25', '2016-06-08 10:57:25', 718075439)
5703
+ Fixture Delete (0.1ms) DELETE FROM "users"
5704
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 10:57:25', '2016-06-08 10:57:25', 980190962, 206888308)
5705
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 10:57:25', '2016-06-08 10:57:25', 298486374, 718075439)
5706
+  (2.1ms) commit transaction
5707
+  (0.0ms) begin transaction
5708
+ ----------------------------------------------------------------------------------------------------------
5709
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
5710
+ ----------------------------------------------------------------------------------------------------------
5711
+  (0.0ms) rollback transaction
5712
+  (0.0ms) begin transaction
5713
+ ------------------------------------------------------------------------------------------------------------------
5714
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
5715
+ ------------------------------------------------------------------------------------------------------------------
5716
+  (0.0ms) rollback transaction
5717
+  (0.0ms) begin transaction
5718
+ ----------------------------------------------------------------------------------------------------
5719
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
5720
+ ----------------------------------------------------------------------------------------------------
5721
+  (0.0ms) rollback transaction
5722
+  (0.1ms) begin transaction
5723
+ -----------------------------------------------------------------------------------------------
5724
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
5725
+ -----------------------------------------------------------------------------------------------
5726
+  (0.3ms) rollback transaction
5727
+  (0.0ms) begin transaction
5728
+ --------------------------------------------------------------------------------------------------------
5729
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
5730
+ --------------------------------------------------------------------------------------------------------
5731
+  (0.0ms) rollback transaction
5732
+  (0.0ms) begin transaction
5733
+ ---------------------------------------------------------------------------------------------------
5734
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
5735
+ ---------------------------------------------------------------------------------------------------
5736
+  (0.0ms) rollback transaction
5737
+  (0.0ms) begin transaction
5738
+ ------------------------------------------------------------------------------------------
5739
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
5740
+ ------------------------------------------------------------------------------------------
5741
+  (0.0ms) rollback transaction
5742
+  (0.0ms) begin transaction
5743
+ ------------------------------------------------------------------------------------------
5744
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
5745
+ ------------------------------------------------------------------------------------------
5746
+  (0.0ms) rollback transaction
5747
+  (0.0ms) begin transaction
5748
+ -------------------------------------------------------------------------------------------------------
5749
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
5750
+ -------------------------------------------------------------------------------------------------------
5751
+  (0.0ms) rollback transaction
5752
+  (0.0ms) begin transaction
5753
+ ---------------------------------------------------------------------------------------------------------
5754
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
5755
+ ---------------------------------------------------------------------------------------------------------
5756
+  (0.0ms) rollback transaction
5757
+  (0.0ms) begin transaction
5758
+ ---------------------------------------------------------------------------------------
5759
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
5760
+ ---------------------------------------------------------------------------------------
5761
+  (0.0ms) rollback transaction
5762
+  (0.0ms) begin transaction
5763
+ ------------------------------------------------------------------------------------------
5764
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
5765
+ ------------------------------------------------------------------------------------------
5766
+  (0.0ms) rollback transaction
5767
+  (0.0ms) begin transaction
5768
+ -------------------------------------------------------------------------------------------------------------------
5769
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
5770
+ -------------------------------------------------------------------------------------------------------------------
5771
+  (0.2ms) rollback transaction
5772
+  (0.1ms) begin transaction
5773
+ -----------------------------------------------------------------------------------------------
5774
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
5775
+ -----------------------------------------------------------------------------------------------
5776
+  (0.0ms) rollback transaction
5777
+  (0.0ms) begin transaction
5778
+ ---------------------------------------------------------------------------------------------
5779
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
5780
+ ---------------------------------------------------------------------------------------------
5781
+  (0.0ms) rollback transaction
5782
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5783
+  (0.1ms) begin transaction
5784
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
5785
+ Fixture Insert (0.2ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 10:57:41', '2016-06-08 10:57:41', 206888308)
5786
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 10:57:41', '2016-06-08 10:57:41', 718075439)
5787
+ Fixture Delete (0.1ms) DELETE FROM "users"
5788
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 10:57:41', '2016-06-08 10:57:41', 980190962, 206888308)
5789
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 10:57:41', '2016-06-08 10:57:41', 298486374, 718075439)
5790
+  (2.2ms) commit transaction
5791
+  (0.0ms) begin transaction
5792
+ ---------------------------------------------------------------------------------------------
5793
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
5794
+ ---------------------------------------------------------------------------------------------
5795
+  (0.0ms) rollback transaction
5796
+  (0.0ms) begin transaction
5797
+ -------------------------------------------------------------------------------------------------------
5798
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
5799
+ -------------------------------------------------------------------------------------------------------
5800
+  (0.0ms) rollback transaction
5801
+  (0.0ms) begin transaction
5802
+ ---------------------------------------------------------------------------------------------------
5803
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
5804
+ ---------------------------------------------------------------------------------------------------
5805
+  (0.0ms) rollback transaction
5806
+  (0.0ms) begin transaction
5807
+ -----------------------------------------------------------------------------------------------
5808
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
5809
+ -----------------------------------------------------------------------------------------------
5810
+  (0.0ms) rollback transaction
5811
+  (0.0ms) begin transaction
5812
+ ------------------------------------------------------------------------------------------------------------------
5813
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
5814
+ ------------------------------------------------------------------------------------------------------------------
5815
+  (0.0ms) rollback transaction
5816
+  (0.0ms) begin transaction
5817
+ ---------------------------------------------------------------------------------------------------------
5818
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
5819
+ ---------------------------------------------------------------------------------------------------------
5820
+  (0.1ms) rollback transaction
5821
+  (0.0ms) begin transaction
5822
+ ------------------------------------------------------------------------------------------
5823
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
5824
+ ------------------------------------------------------------------------------------------
5825
+  (0.0ms) rollback transaction
5826
+  (0.1ms) begin transaction
5827
+ -----------------------------------------------------------------------------------------------
5828
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
5829
+ -----------------------------------------------------------------------------------------------
5830
+  (0.0ms) rollback transaction
5831
+  (0.0ms) begin transaction
5832
+ ------------------------------------------------------------------------------------------
5833
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
5834
+ ------------------------------------------------------------------------------------------
5835
+  (0.0ms) rollback transaction
5836
+  (0.1ms) begin transaction
5837
+ ----------------------------------------------------------------------------------------------------------
5838
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
5839
+ ----------------------------------------------------------------------------------------------------------
5840
+  (0.0ms) rollback transaction
5841
+  (0.1ms) begin transaction
5842
+ ---------------------------------------------------------------------------------------
5843
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
5844
+ ---------------------------------------------------------------------------------------
5845
+  (0.0ms) rollback transaction
5846
+  (0.0ms) begin transaction
5847
+ -------------------------------------------------------------------------------------------------------------------
5848
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
5849
+ -------------------------------------------------------------------------------------------------------------------
5850
+  (0.1ms) rollback transaction
5851
+  (0.0ms) begin transaction
5852
+ ----------------------------------------------------------------------------------------------------
5853
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
5854
+ ----------------------------------------------------------------------------------------------------
5855
+  (0.1ms) rollback transaction
5856
+  (0.0ms) begin transaction
5857
+ --------------------------------------------------------------------------------------------------------
5858
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
5859
+ --------------------------------------------------------------------------------------------------------
5860
+  (0.0ms) rollback transaction
5861
+  (0.0ms) begin transaction
5862
+ ------------------------------------------------------------------------------------------
5863
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
5864
+ ------------------------------------------------------------------------------------------
5865
+  (0.0ms) rollback transaction
5866
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5867
+  (0.1ms) begin transaction
5868
+ Fixture Delete (0.3ms) DELETE FROM "descriptors"
5869
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 10:58:21', '2016-06-08 10:58:21', 206888308)
5870
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 10:58:21', '2016-06-08 10:58:21', 718075439)
5871
+ Fixture Delete (0.1ms) DELETE FROM "users"
5872
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 10:58:21', '2016-06-08 10:58:21', 980190962, 206888308)
5873
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 10:58:21', '2016-06-08 10:58:21', 298486374, 718075439)
5874
+  (0.8ms) commit transaction
5875
+  (0.0ms) begin transaction
5876
+ --------------------------------------------------------------------------------------------------------
5877
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
5878
+ --------------------------------------------------------------------------------------------------------
5879
+  (0.0ms) rollback transaction
5880
+  (0.0ms) begin transaction
5881
+ ---------------------------------------------------------------------------------------------------------
5882
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
5883
+ ---------------------------------------------------------------------------------------------------------
5884
+  (0.0ms) rollback transaction
5885
+  (0.0ms) begin transaction
5886
+ -----------------------------------------------------------------------------------------------
5887
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
5888
+ -----------------------------------------------------------------------------------------------
5889
+  (0.0ms) rollback transaction
5890
+  (0.1ms) begin transaction
5891
+ ---------------------------------------------------------------------------------------
5892
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
5893
+ ---------------------------------------------------------------------------------------
5894
+  (0.0ms) rollback transaction
5895
+  (0.0ms) begin transaction
5896
+ ----------------------------------------------------------------------------------------------------
5897
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
5898
+ ----------------------------------------------------------------------------------------------------
5899
+  (0.0ms) rollback transaction
5900
+  (0.0ms) begin transaction
5901
+ -------------------------------------------------------------------------------------------------------
5902
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
5903
+ -------------------------------------------------------------------------------------------------------
5904
+  (0.0ms) rollback transaction
5905
+  (0.0ms) begin transaction
5906
+ ---------------------------------------------------------------------------------------------
5907
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
5908
+ ---------------------------------------------------------------------------------------------
5909
+  (0.0ms) rollback transaction
5910
+  (0.0ms) begin transaction
5911
+ ------------------------------------------------------------------------------------------------------------------
5912
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
5913
+ ------------------------------------------------------------------------------------------------------------------
5914
+  (0.0ms) rollback transaction
5915
+  (0.0ms) begin transaction
5916
+ -------------------------------------------------------------------------------------------------------------------
5917
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
5918
+ -------------------------------------------------------------------------------------------------------------------
5919
+  (0.1ms) rollback transaction
5920
+  (0.0ms) begin transaction
5921
+ ---------------------------------------------------------------------------------------------------
5922
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
5923
+ ---------------------------------------------------------------------------------------------------
5924
+  (0.0ms) rollback transaction
5925
+  (0.0ms) begin transaction
5926
+ ------------------------------------------------------------------------------------------
5927
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
5928
+ ------------------------------------------------------------------------------------------
5929
+  (0.0ms) rollback transaction
5930
+  (0.0ms) begin transaction
5931
+ ------------------------------------------------------------------------------------------
5932
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
5933
+ ------------------------------------------------------------------------------------------
5934
+  (0.0ms) rollback transaction
5935
+  (0.0ms) begin transaction
5936
+ -----------------------------------------------------------------------------------------------
5937
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
5938
+ -----------------------------------------------------------------------------------------------
5939
+  (0.0ms) rollback transaction
5940
+  (0.0ms) begin transaction
5941
+ ------------------------------------------------------------------------------------------
5942
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
5943
+ ------------------------------------------------------------------------------------------
5944
+  (0.0ms) rollback transaction
5945
+  (0.0ms) begin transaction
5946
+ ----------------------------------------------------------------------------------------------------------
5947
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
5948
+ ----------------------------------------------------------------------------------------------------------
5949
+  (0.0ms) rollback transaction
5950
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5951
+  (0.1ms) begin transaction
5952
+ Fixture Delete (0.3ms) DELETE FROM "descriptors"
5953
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 10:58:34', '2016-06-08 10:58:34', 206888308)
5954
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 10:58:34', '2016-06-08 10:58:34', 718075439)
5955
+ Fixture Delete (0.1ms) DELETE FROM "users"
5956
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 10:58:34', '2016-06-08 10:58:34', 980190962, 206888308)
5957
+ Fixture Insert (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 10:58:34', '2016-06-08 10:58:34', 298486374, 718075439)
5958
+  (2.6ms) commit transaction
5959
+  (0.1ms) begin transaction
5960
+ ------------------------------------------------------------------------------------------
5961
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
5962
+ ------------------------------------------------------------------------------------------
5963
+  (0.1ms) rollback transaction
5964
+  (0.0ms) begin transaction
5965
+ ------------------------------------------------------------------------------------------
5966
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
5967
+ ------------------------------------------------------------------------------------------
5968
+  (0.0ms) rollback transaction
5969
+  (0.0ms) begin transaction
5970
+ ---------------------------------------------------------------------------------------
5971
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
5972
+ ---------------------------------------------------------------------------------------
5973
+  (0.0ms) rollback transaction
5974
+  (0.0ms) begin transaction
5975
+ ----------------------------------------------------------------------------------------------------------
5976
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
5977
+ ----------------------------------------------------------------------------------------------------------
5978
+  (0.0ms) rollback transaction
5979
+  (0.1ms) begin transaction
5980
+ ----------------------------------------------------------------------------------------------------
5981
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
5982
+ ----------------------------------------------------------------------------------------------------
5983
+  (0.1ms) rollback transaction
5984
+  (0.1ms) begin transaction
5985
+ ------------------------------------------------------------------------------------------------------------------
5986
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
5987
+ ------------------------------------------------------------------------------------------------------------------
5988
+  (0.0ms) rollback transaction
5989
+  (0.0ms) begin transaction
5990
+ --------------------------------------------------------------------------------------------------------
5991
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
5992
+ --------------------------------------------------------------------------------------------------------
5993
+  (0.0ms) rollback transaction
5994
+  (0.0ms) begin transaction
5995
+ -----------------------------------------------------------------------------------------------
5996
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
5997
+ -----------------------------------------------------------------------------------------------
5998
+  (0.0ms) rollback transaction
5999
+  (0.0ms) begin transaction
6000
+ ---------------------------------------------------------------------------------------------------
6001
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6002
+ ---------------------------------------------------------------------------------------------------
6003
+  (0.0ms) rollback transaction
6004
+  (0.0ms) begin transaction
6005
+ -----------------------------------------------------------------------------------------------
6006
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6007
+ -----------------------------------------------------------------------------------------------
6008
+  (0.1ms) rollback transaction
6009
+  (0.1ms) begin transaction
6010
+ ------------------------------------------------------------------------------------------
6011
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6012
+ ------------------------------------------------------------------------------------------
6013
+  (0.1ms) rollback transaction
6014
+  (0.1ms) begin transaction
6015
+ ---------------------------------------------------------------------------------------------------------
6016
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6017
+ ---------------------------------------------------------------------------------------------------------
6018
+  (0.0ms) rollback transaction
6019
+  (0.0ms) begin transaction
6020
+ -------------------------------------------------------------------------------------------------------------------
6021
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
6022
+ -------------------------------------------------------------------------------------------------------------------
6023
+  (0.2ms) rollback transaction
6024
+  (0.0ms) begin transaction
6025
+ ---------------------------------------------------------------------------------------------
6026
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6027
+ ---------------------------------------------------------------------------------------------
6028
+  (0.0ms) rollback transaction
6029
+  (0.0ms) begin transaction
6030
+ -------------------------------------------------------------------------------------------------------
6031
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6032
+ -------------------------------------------------------------------------------------------------------
6033
+  (0.0ms) rollback transaction
6034
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6035
+  (0.1ms) begin transaction
6036
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
6037
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:01:49', '2016-06-08 11:01:49', 206888308)
6038
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:01:49', '2016-06-08 11:01:49', 718075439)
6039
+ Fixture Delete (0.1ms) DELETE FROM "users"
6040
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:01:49', '2016-06-08 11:01:49', 980190962, 206888308)
6041
+ Fixture Insert (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:01:49', '2016-06-08 11:01:49', 298486374, 718075439)
6042
+  (2.5ms) commit transaction
6043
+  (0.1ms) begin transaction
6044
+ ------------------------------------------------------------------------------------------
6045
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6046
+ ------------------------------------------------------------------------------------------
6047
+  (0.0ms) rollback transaction
6048
+  (0.0ms) begin transaction
6049
+ ---------------------------------------------------------------------------------------------------
6050
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6051
+ ---------------------------------------------------------------------------------------------------
6052
+  (0.0ms) rollback transaction
6053
+  (0.0ms) begin transaction
6054
+ --------------------------------------------------------------------------------------------------------
6055
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6056
+ --------------------------------------------------------------------------------------------------------
6057
+  (0.0ms) rollback transaction
6058
+  (0.0ms) begin transaction
6059
+ -------------------------------------------------------------------------------------------------------
6060
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6061
+ -------------------------------------------------------------------------------------------------------
6062
+  (0.0ms) rollback transaction
6063
+  (0.0ms) begin transaction
6064
+ ------------------------------------------------------------------------------------------
6065
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6066
+ ------------------------------------------------------------------------------------------
6067
+  (0.0ms) rollback transaction
6068
+  (0.0ms) begin transaction
6069
+ ---------------------------------------------------------------------------------------------
6070
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6071
+ ---------------------------------------------------------------------------------------------
6072
+  (0.0ms) rollback transaction
6073
+  (0.0ms) begin transaction
6074
+ ------------------------------------------------------------------------------------------------------------------
6075
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6076
+ ------------------------------------------------------------------------------------------------------------------
6077
+  (0.0ms) rollback transaction
6078
+  (0.0ms) begin transaction
6079
+ ----------------------------------------------------------------------------------------------------
6080
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6081
+ ----------------------------------------------------------------------------------------------------
6082
+  (0.0ms) rollback transaction
6083
+  (0.1ms) begin transaction
6084
+ ----------------------------------------------------------------------------------------------------------
6085
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6086
+ ----------------------------------------------------------------------------------------------------------
6087
+  (0.0ms) rollback transaction
6088
+  (0.1ms) begin transaction
6089
+ -----------------------------------------------------------------------------------------------
6090
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6091
+ -----------------------------------------------------------------------------------------------
6092
+  (0.0ms) rollback transaction
6093
+  (0.0ms) begin transaction
6094
+ -----------------------------------------------------------------------------------------------
6095
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6096
+ -----------------------------------------------------------------------------------------------
6097
+  (0.0ms) rollback transaction
6098
+  (0.0ms) begin transaction
6099
+ ---------------------------------------------------------------------------------------
6100
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6101
+ ---------------------------------------------------------------------------------------
6102
+  (0.0ms) rollback transaction
6103
+  (0.0ms) begin transaction
6104
+ ------------------------------------------------------------------------------------------
6105
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6106
+ ------------------------------------------------------------------------------------------
6107
+  (0.0ms) rollback transaction
6108
+  (0.1ms) begin transaction
6109
+ ---------------------------------------------------------------------------------------------------------
6110
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6111
+ ---------------------------------------------------------------------------------------------------------
6112
+  (0.0ms) rollback transaction
6113
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6114
+  (0.1ms) begin transaction
6115
+ Fixture Delete (0.3ms) DELETE FROM "descriptors"
6116
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:03:37', '2016-06-08 11:03:37', 206888308)
6117
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:03:37', '2016-06-08 11:03:37', 718075439)
6118
+ Fixture Delete (0.1ms) DELETE FROM "users"
6119
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:03:37', '2016-06-08 11:03:37', 980190962, 206888308)
6120
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:03:37', '2016-06-08 11:03:37', 298486374, 718075439)
6121
+  (2.4ms) commit transaction
6122
+  (0.1ms) begin transaction
6123
+ -----------------------------------------------------------------------------------------------
6124
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6125
+ -----------------------------------------------------------------------------------------------
6126
+  (0.0ms) rollback transaction
6127
+  (0.0ms) begin transaction
6128
+ -----------------------------------------------------------------------------------------------
6129
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6130
+ -----------------------------------------------------------------------------------------------
6131
+  (0.0ms) rollback transaction
6132
+  (0.0ms) begin transaction
6133
+ ---------------------------------------------------------------------------------------------------
6134
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6135
+ ---------------------------------------------------------------------------------------------------
6136
+  (0.0ms) rollback transaction
6137
+  (0.0ms) begin transaction
6138
+ ------------------------------------------------------------------------------------------
6139
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6140
+ ------------------------------------------------------------------------------------------
6141
+  (0.0ms) rollback transaction
6142
+  (0.0ms) begin transaction
6143
+ ----------------------------------------------------------------------------------------------------------
6144
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6145
+ ----------------------------------------------------------------------------------------------------------
6146
+  (0.0ms) rollback transaction
6147
+  (0.0ms) begin transaction
6148
+ ---------------------------------------------------------------------------------------
6149
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6150
+ ---------------------------------------------------------------------------------------
6151
+  (0.0ms) rollback transaction
6152
+  (0.1ms) begin transaction
6153
+ ------------------------------------------------------------------------------------------
6154
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6155
+ ------------------------------------------------------------------------------------------
6156
+  (0.0ms) rollback transaction
6157
+  (0.1ms) begin transaction
6158
+ ------------------------------------------------------------------------------------------------------------------
6159
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6160
+ ------------------------------------------------------------------------------------------------------------------
6161
+  (0.0ms) rollback transaction
6162
+  (0.0ms) begin transaction
6163
+ --------------------------------------------------------------------------------------------------------
6164
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6165
+ --------------------------------------------------------------------------------------------------------
6166
+  (0.0ms) rollback transaction
6167
+  (0.0ms) begin transaction
6168
+ ------------------------------------------------------------------------------------------
6169
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6170
+ ------------------------------------------------------------------------------------------
6171
+  (0.0ms) rollback transaction
6172
+  (0.0ms) begin transaction
6173
+ ---------------------------------------------------------------------------------------------
6174
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6175
+ ---------------------------------------------------------------------------------------------
6176
+  (0.0ms) rollback transaction
6177
+  (0.1ms) begin transaction
6178
+ ---------------------------------------------------------------------------------------------------------
6179
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6180
+ ---------------------------------------------------------------------------------------------------------
6181
+  (0.0ms) rollback transaction
6182
+  (0.0ms) begin transaction
6183
+ -------------------------------------------------------------------------------------------------------
6184
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6185
+ -------------------------------------------------------------------------------------------------------
6186
+  (0.0ms) rollback transaction
6187
+  (0.0ms) begin transaction
6188
+ ----------------------------------------------------------------------------------------------------
6189
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6190
+ ----------------------------------------------------------------------------------------------------
6191
+  (0.0ms) rollback transaction
6192
+  (0.0ms) begin transaction
6193
+ -------------------------------------------------------------------------------------------------------------------
6194
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
6195
+ -------------------------------------------------------------------------------------------------------------------
6196
+  (0.1ms) rollback transaction
6197
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
6198
+  (0.1ms) begin transaction
6199
+ Fixture Delete (0.3ms) DELETE FROM "descriptors"
6200
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:11:00', '2016-06-08 11:11:00', 206888308)
6201
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:11:00', '2016-06-08 11:11:00', 718075439)
6202
+ Fixture Delete (0.1ms) DELETE FROM "users"
6203
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:11:00', '2016-06-08 11:11:00', 980190962, 206888308)
6204
+ Fixture Insert (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:11:00', '2016-06-08 11:11:00', 298486374, 718075439)
6205
+  (2.7ms) commit transaction
6206
+  (0.1ms) begin transaction
6207
+ --------------------------------------------------------------------------------------------------------
6208
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6209
+ --------------------------------------------------------------------------------------------------------
6210
+  (0.1ms) rollback transaction
6211
+  (0.0ms) begin transaction
6212
+ ----------------------------------------------------------------------------------------------------
6213
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6214
+ ----------------------------------------------------------------------------------------------------
6215
+  (0.0ms) rollback transaction
6216
+  (0.0ms) begin transaction
6217
+ -----------------------------------------------------------------------------------------------
6218
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6219
+ -----------------------------------------------------------------------------------------------
6220
+  (0.0ms) rollback transaction
6221
+  (0.1ms) begin transaction
6222
+ -------------------------------------------------------------------------------------------------------
6223
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6224
+ -------------------------------------------------------------------------------------------------------
6225
+  (0.0ms) rollback transaction
6226
+  (0.0ms) begin transaction
6227
+ ---------------------------------------------------------------------------------------------------
6228
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6229
+ ---------------------------------------------------------------------------------------------------
6230
+  (0.0ms) rollback transaction
6231
+  (0.0ms) begin transaction
6232
+ ----------------------------------------------------------------------------------------------------------
6233
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6234
+ ----------------------------------------------------------------------------------------------------------
6235
+  (0.1ms) rollback transaction
6236
+  (0.1ms) begin transaction
6237
+ -----------------------------------------------------------------------------------------------
6238
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6239
+ -----------------------------------------------------------------------------------------------
6240
+  (0.0ms) rollback transaction
6241
+  (0.0ms) begin transaction
6242
+ ---------------------------------------------------------------------------------------------
6243
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6244
+ ---------------------------------------------------------------------------------------------
6245
+  (0.0ms) rollback transaction
6246
+  (0.1ms) begin transaction
6247
+ ---------------------------------------------------------------------------------------
6248
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6249
+ ---------------------------------------------------------------------------------------
6250
+  (0.0ms) rollback transaction
6251
+  (0.1ms) begin transaction
6252
+ ------------------------------------------------------------------------------------------------------------------
6253
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6254
+ ------------------------------------------------------------------------------------------------------------------
6255
+  (0.0ms) rollback transaction
6256
+  (0.0ms) begin transaction
6257
+ ------------------------------------------------------------------------------------------
6258
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6259
+ ------------------------------------------------------------------------------------------
6260
+  (0.1ms) rollback transaction
6261
+  (0.0ms) begin transaction
6262
+ ------------------------------------------------------------------------------------------
6263
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6264
+ ------------------------------------------------------------------------------------------
6265
+  (0.0ms) rollback transaction
6266
+  (0.0ms) begin transaction
6267
+ ------------------------------------------------------------------------------------------
6268
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6269
+ ------------------------------------------------------------------------------------------
6270
+  (0.0ms) rollback transaction
6271
+  (0.0ms) begin transaction
6272
+ -------------------------------------------------------------------------------------------------------------------
6273
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
6274
+ -------------------------------------------------------------------------------------------------------------------
6275
+  (0.0ms) rollback transaction
6276
+  (0.0ms) begin transaction
6277
+ ---------------------------------------------------------------------------------------------------------
6278
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6279
+ ---------------------------------------------------------------------------------------------------------
6280
+  (0.0ms) rollback transaction
6281
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6282
+  (0.1ms) begin transaction
6283
+ Fixture Delete (0.3ms) DELETE FROM "descriptors"
6284
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:11:12', '2016-06-08 11:11:12', 206888308)
6285
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:11:12', '2016-06-08 11:11:12', 718075439)
6286
+ Fixture Delete (0.1ms) DELETE FROM "users"
6287
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:11:12', '2016-06-08 11:11:12', 980190962, 206888308)
6288
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:11:12', '2016-06-08 11:11:12', 298486374, 718075439)
6289
+  (2.4ms) commit transaction
6290
+  (0.1ms) begin transaction
6291
+ ------------------------------------------------------------------------------------------------------------------
6292
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6293
+ ------------------------------------------------------------------------------------------------------------------
6294
+  (0.0ms) rollback transaction
6295
+  (0.0ms) begin transaction
6296
+ -----------------------------------------------------------------------------------------------
6297
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6298
+ -----------------------------------------------------------------------------------------------
6299
+  (0.0ms) rollback transaction
6300
+  (0.0ms) begin transaction
6301
+ ---------------------------------------------------------------------------------------------
6302
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6303
+ ---------------------------------------------------------------------------------------------
6304
+  (0.0ms) rollback transaction
6305
+  (0.0ms) begin transaction
6306
+ -------------------------------------------------------------------------------------------------------------------
6307
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
6308
+ -------------------------------------------------------------------------------------------------------------------
6309
+  (0.0ms) rollback transaction
6310
+  (0.1ms) begin transaction
6311
+ ----------------------------------------------------------------------------------------------------------
6312
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6313
+ ----------------------------------------------------------------------------------------------------------
6314
+  (0.1ms) rollback transaction
6315
+  (0.1ms) begin transaction
6316
+ --------------------------------------------------------------------------------------------------------
6317
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6318
+ --------------------------------------------------------------------------------------------------------
6319
+  (0.0ms) rollback transaction
6320
+  (0.1ms) begin transaction
6321
+ ---------------------------------------------------------------------------------------------------
6322
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6323
+ ---------------------------------------------------------------------------------------------------
6324
+  (0.0ms) rollback transaction
6325
+  (0.0ms) begin transaction
6326
+ ----------------------------------------------------------------------------------------------------
6327
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6328
+ ----------------------------------------------------------------------------------------------------
6329
+  (0.0ms) rollback transaction
6330
+  (0.0ms) begin transaction
6331
+ ---------------------------------------------------------------------------------------------------------
6332
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6333
+ ---------------------------------------------------------------------------------------------------------
6334
+  (0.1ms) rollback transaction
6335
+  (0.0ms) begin transaction
6336
+ ------------------------------------------------------------------------------------------
6337
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6338
+ ------------------------------------------------------------------------------------------
6339
+  (0.0ms) rollback transaction
6340
+  (0.0ms) begin transaction
6341
+ -----------------------------------------------------------------------------------------------
6342
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6343
+ -----------------------------------------------------------------------------------------------
6344
+  (0.1ms) rollback transaction
6345
+  (0.0ms) begin transaction
6346
+ ------------------------------------------------------------------------------------------
6347
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6348
+ ------------------------------------------------------------------------------------------
6349
+  (0.0ms) rollback transaction
6350
+  (0.0ms) begin transaction
6351
+ -------------------------------------------------------------------------------------------------------
6352
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6353
+ -------------------------------------------------------------------------------------------------------
6354
+  (0.1ms) rollback transaction
6355
+  (0.0ms) begin transaction
6356
+ ---------------------------------------------------------------------------------------
6357
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6358
+ ---------------------------------------------------------------------------------------
6359
+  (0.0ms) rollback transaction
6360
+  (0.0ms) begin transaction
6361
+ ------------------------------------------------------------------------------------------
6362
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6363
+ ------------------------------------------------------------------------------------------
6364
+  (0.0ms) rollback transaction
6365
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6366
+  (0.1ms) begin transaction
6367
+ Fixture Delete (0.3ms) DELETE FROM "descriptors"
6368
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:11:43', '2016-06-08 11:11:43', 206888308)
6369
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:11:43', '2016-06-08 11:11:43', 718075439)
6370
+ Fixture Delete (0.1ms) DELETE FROM "users"
6371
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:11:43', '2016-06-08 11:11:43', 980190962, 206888308)
6372
+ Fixture Insert (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:11:43', '2016-06-08 11:11:43', 298486374, 718075439)
6373
+  (1.1ms) commit transaction
6374
+  (0.0ms) begin transaction
6375
+ --------------------------------------------------------------------------------------------------------
6376
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6377
+ --------------------------------------------------------------------------------------------------------
6378
+  (0.0ms) rollback transaction
6379
+  (0.0ms) begin transaction
6380
+ ------------------------------------------------------------------------------------------
6381
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6382
+ ------------------------------------------------------------------------------------------
6383
+  (0.0ms) rollback transaction
6384
+  (0.0ms) begin transaction
6385
+ ------------------------------------------------------------------------------------------
6386
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6387
+ ------------------------------------------------------------------------------------------
6388
+  (0.0ms) rollback transaction
6389
+  (0.0ms) begin transaction
6390
+ ---------------------------------------------------------------------------------------------------------
6391
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6392
+ ---------------------------------------------------------------------------------------------------------
6393
+  (0.1ms) rollback transaction
6394
+  (0.1ms) begin transaction
6395
+ ----------------------------------------------------------------------------------------------------------
6396
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6397
+ ----------------------------------------------------------------------------------------------------------
6398
+  (0.1ms) rollback transaction
6399
+  (0.0ms) begin transaction
6400
+ ------------------------------------------------------------------------------------------------------------------
6401
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6402
+ ------------------------------------------------------------------------------------------------------------------
6403
+  (0.0ms) rollback transaction
6404
+  (0.0ms) begin transaction
6405
+ ---------------------------------------------------------------------------------------------
6406
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6407
+ ---------------------------------------------------------------------------------------------
6408
+  (0.0ms) rollback transaction
6409
+  (0.0ms) begin transaction
6410
+ -----------------------------------------------------------------------------------------------
6411
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6412
+ -----------------------------------------------------------------------------------------------
6413
+  (0.1ms) rollback transaction
6414
+  (0.0ms) begin transaction
6415
+ -------------------------------------------------------------------------------------------------------
6416
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6417
+ -------------------------------------------------------------------------------------------------------
6418
+  (0.0ms) rollback transaction
6419
+  (0.0ms) begin transaction
6420
+ ------------------------------------------------------------------------------------------
6421
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6422
+ ------------------------------------------------------------------------------------------
6423
+  (0.0ms) rollback transaction
6424
+  (0.0ms) begin transaction
6425
+ ---------------------------------------------------------------------------------------
6426
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6427
+ ---------------------------------------------------------------------------------------
6428
+  (0.0ms) rollback transaction
6429
+  (0.0ms) begin transaction
6430
+ ---------------------------------------------------------------------------------------------------
6431
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6432
+ ---------------------------------------------------------------------------------------------------
6433
+  (0.0ms) rollback transaction
6434
+  (0.0ms) begin transaction
6435
+ -----------------------------------------------------------------------------------------------
6436
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6437
+ -----------------------------------------------------------------------------------------------
6438
+  (0.1ms) rollback transaction
6439
+  (0.0ms) begin transaction
6440
+ ----------------------------------------------------------------------------------------------------
6441
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6442
+ ----------------------------------------------------------------------------------------------------
6443
+  (0.0ms) rollback transaction
6444
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6445
+  (0.1ms) begin transaction
6446
+ Fixture Delete (0.5ms) DELETE FROM "descriptors"
6447
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:12:03', '2016-06-08 11:12:03', 206888308)
6448
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:12:03', '2016-06-08 11:12:03', 718075439)
6449
+ Fixture Delete (0.1ms) DELETE FROM "users"
6450
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:12:03', '2016-06-08 11:12:03', 980190962, 206888308)
6451
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:12:03', '2016-06-08 11:12:03', 298486374, 718075439)
6452
+  (2.2ms) commit transaction
6453
+  (0.0ms) begin transaction
6454
+ ---------------------------------------------------------------------------------------------
6455
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6456
+ ---------------------------------------------------------------------------------------------
6457
+  (0.0ms) rollback transaction
6458
+  (0.0ms) begin transaction
6459
+ ----------------------------------------------------------------------------------------------------
6460
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6461
+ ----------------------------------------------------------------------------------------------------
6462
+  (0.0ms) rollback transaction
6463
+  (0.0ms) begin transaction
6464
+ ---------------------------------------------------------------------------------------------------
6465
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6466
+ ---------------------------------------------------------------------------------------------------
6467
+  (0.0ms) rollback transaction
6468
+  (0.0ms) begin transaction
6469
+ ---------------------------------------------------------------------------------------
6470
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6471
+ ---------------------------------------------------------------------------------------
6472
+  (0.0ms) rollback transaction
6473
+  (0.0ms) begin transaction
6474
+ ---------------------------------------------------------------------------------------------------------
6475
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6476
+ ---------------------------------------------------------------------------------------------------------
6477
+  (0.1ms) rollback transaction
6478
+  (0.1ms) begin transaction
6479
+ ------------------------------------------------------------------------------------------
6480
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6481
+ ------------------------------------------------------------------------------------------
6482
+  (0.0ms) rollback transaction
6483
+  (0.0ms) begin transaction
6484
+ --------------------------------------------------------------------------------------------------------
6485
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6486
+ --------------------------------------------------------------------------------------------------------
6487
+  (0.0ms) rollback transaction
6488
+  (0.0ms) begin transaction
6489
+ ----------------------------------------------------------------------------------------------------------
6490
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6491
+ ----------------------------------------------------------------------------------------------------------
6492
+  (0.1ms) rollback transaction
6493
+  (0.0ms) begin transaction
6494
+ ------------------------------------------------------------------------------------------
6495
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6496
+ ------------------------------------------------------------------------------------------
6497
+  (0.0ms) rollback transaction
6498
+  (0.0ms) begin transaction
6499
+ -----------------------------------------------------------------------------------------------
6500
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6501
+ -----------------------------------------------------------------------------------------------
6502
+  (0.0ms) rollback transaction
6503
+  (0.0ms) begin transaction
6504
+ ------------------------------------------------------------------------------------------------------------------
6505
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6506
+ ------------------------------------------------------------------------------------------------------------------
6507
+  (0.1ms) rollback transaction
6508
+  (0.0ms) begin transaction
6509
+ -----------------------------------------------------------------------------------------------
6510
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6511
+ -----------------------------------------------------------------------------------------------
6512
+  (0.0ms) rollback transaction
6513
+  (0.1ms) begin transaction
6514
+ ------------------------------------------------------------------------------------------
6515
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6516
+ ------------------------------------------------------------------------------------------
6517
+  (0.1ms) rollback transaction
6518
+  (0.0ms) begin transaction
6519
+ -------------------------------------------------------------------------------------------------------
6520
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6521
+ -------------------------------------------------------------------------------------------------------
6522
+  (0.1ms) rollback transaction
6523
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6524
+  (0.2ms) begin transaction
6525
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
6526
+ Fixture Insert (0.2ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:12:32', '2016-06-08 11:12:32', 206888308)
6527
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:12:32', '2016-06-08 11:12:32', 718075439)
6528
+ Fixture Delete (0.1ms) DELETE FROM "users"
6529
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:12:32', '2016-06-08 11:12:32', 980190962, 206888308)
6530
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:12:32', '2016-06-08 11:12:32', 298486374, 718075439)
6531
+  (2.5ms) commit transaction
6532
+  (0.2ms) begin transaction
6533
+ ------------------------------------------------------------------------------------------
6534
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6535
+ ------------------------------------------------------------------------------------------
6536
+  (0.1ms) rollback transaction
6537
+  (0.0ms) begin transaction
6538
+ ---------------------------------------------------------------------------------------------
6539
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6540
+ ---------------------------------------------------------------------------------------------
6541
+  (0.1ms) rollback transaction
6542
+  (0.0ms) begin transaction
6543
+ ------------------------------------------------------------------------------------------------------------------
6544
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6545
+ ------------------------------------------------------------------------------------------------------------------
6546
+  (0.0ms) rollback transaction
6547
+  (0.0ms) begin transaction
6548
+ -----------------------------------------------------------------------------------------------
6549
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6550
+ -----------------------------------------------------------------------------------------------
6551
+  (0.0ms) rollback transaction
6552
+  (0.0ms) begin transaction
6553
+ ---------------------------------------------------------------------------------------------------
6554
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6555
+ ---------------------------------------------------------------------------------------------------
6556
+  (0.1ms) rollback transaction
6557
+  (0.0ms) begin transaction
6558
+ ---------------------------------------------------------------------------------------------------------
6559
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6560
+ ---------------------------------------------------------------------------------------------------------
6561
+  (0.1ms) rollback transaction
6562
+  (0.0ms) begin transaction
6563
+ ------------------------------------------------------------------------------------------
6564
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6565
+ ------------------------------------------------------------------------------------------
6566
+  (0.0ms) rollback transaction
6567
+  (0.0ms) begin transaction
6568
+ --------------------------------------------------------------------------------------------------------
6569
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6570
+ --------------------------------------------------------------------------------------------------------
6571
+  (0.0ms) rollback transaction
6572
+  (0.0ms) begin transaction
6573
+ ---------------------------------------------------------------------------------------
6574
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6575
+ ---------------------------------------------------------------------------------------
6576
+  (0.0ms) rollback transaction
6577
+  (0.0ms) begin transaction
6578
+ ------------------------------------------------------------------------------------------
6579
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6580
+ ------------------------------------------------------------------------------------------
6581
+  (0.0ms) rollback transaction
6582
+  (0.0ms) begin transaction
6583
+ -------------------------------------------------------------------------------------------------------
6584
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6585
+ -------------------------------------------------------------------------------------------------------
6586
+  (0.0ms) rollback transaction
6587
+  (0.0ms) begin transaction
6588
+ ----------------------------------------------------------------------------------------------------
6589
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6590
+ ----------------------------------------------------------------------------------------------------
6591
+  (0.0ms) rollback transaction
6592
+  (0.1ms) begin transaction
6593
+ ----------------------------------------------------------------------------------------------------------
6594
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6595
+ ----------------------------------------------------------------------------------------------------------
6596
+  (0.0ms) rollback transaction
6597
+  (0.0ms) begin transaction
6598
+ -----------------------------------------------------------------------------------------------
6599
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6600
+ -----------------------------------------------------------------------------------------------
6601
+  (0.0ms) rollback transaction
6602
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6603
+  (0.1ms) begin transaction
6604
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
6605
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:12:42', '2016-06-08 11:12:42', 206888308)
6606
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:12:42', '2016-06-08 11:12:42', 718075439)
6607
+ Fixture Delete (0.1ms) DELETE FROM "users"
6608
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:12:42', '2016-06-08 11:12:42', 980190962, 206888308)
6609
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:12:42', '2016-06-08 11:12:42', 298486374, 718075439)
6610
+  (2.5ms) commit transaction
6611
+  (0.1ms) begin transaction
6612
+ -----------------------------------------------------------------------------------------------
6613
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6614
+ -----------------------------------------------------------------------------------------------
6615
+  (0.0ms) rollback transaction
6616
+  (0.0ms) begin transaction
6617
+ ------------------------------------------------------------------------------------------------------------------
6618
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6619
+ ------------------------------------------------------------------------------------------------------------------
6620
+  (0.0ms) rollback transaction
6621
+  (0.1ms) begin transaction
6622
+ --------------------------------------------------------------------------------------------------------
6623
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6624
+ --------------------------------------------------------------------------------------------------------
6625
+  (0.0ms) rollback transaction
6626
+  (0.0ms) begin transaction
6627
+ ------------------------------------------------------------------------------------------
6628
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6629
+ ------------------------------------------------------------------------------------------
6630
+  (0.0ms) rollback transaction
6631
+  (0.0ms) begin transaction
6632
+ ----------------------------------------------------------------------------------------------------------
6633
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6634
+ ----------------------------------------------------------------------------------------------------------
6635
+  (0.0ms) rollback transaction
6636
+  (0.0ms) begin transaction
6637
+ ------------------------------------------------------------------------------------------
6638
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6639
+ ------------------------------------------------------------------------------------------
6640
+  (0.0ms) rollback transaction
6641
+  (0.0ms) begin transaction
6642
+ ---------------------------------------------------------------------------------------------------------
6643
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6644
+ ---------------------------------------------------------------------------------------------------------
6645
+  (0.0ms) rollback transaction
6646
+  (0.0ms) begin transaction
6647
+ ------------------------------------------------------------------------------------------
6648
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6649
+ ------------------------------------------------------------------------------------------
6650
+  (0.0ms) rollback transaction
6651
+  (0.0ms) begin transaction
6652
+ -------------------------------------------------------------------------------------------------------
6653
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6654
+ -------------------------------------------------------------------------------------------------------
6655
+  (0.0ms) rollback transaction
6656
+  (0.0ms) begin transaction
6657
+ ----------------------------------------------------------------------------------------------------
6658
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6659
+ ----------------------------------------------------------------------------------------------------
6660
+  (0.0ms) rollback transaction
6661
+  (0.0ms) begin transaction
6662
+ ---------------------------------------------------------------------------------------------
6663
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6664
+ ---------------------------------------------------------------------------------------------
6665
+  (0.1ms) rollback transaction
6666
+  (0.0ms) begin transaction
6667
+ ---------------------------------------------------------------------------------------------------
6668
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6669
+ ---------------------------------------------------------------------------------------------------
6670
+  (0.0ms) rollback transaction
6671
+  (0.0ms) begin transaction
6672
+ ---------------------------------------------------------------------------------------
6673
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6674
+ ---------------------------------------------------------------------------------------
6675
+  (0.0ms) rollback transaction
6676
+  (0.0ms) begin transaction
6677
+ -----------------------------------------------------------------------------------------------
6678
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6679
+ -----------------------------------------------------------------------------------------------
6680
+  (0.0ms) rollback transaction
6681
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6682
+  (0.1ms) begin transaction
6683
+ Fixture Delete (0.6ms) DELETE FROM "descriptors"
6684
+ Fixture Insert (0.2ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:12:58', '2016-06-08 11:12:58', 206888308)
6685
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:12:58', '2016-06-08 11:12:58', 718075439)
6686
+ Fixture Delete (0.1ms) DELETE FROM "users"
6687
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:12:58', '2016-06-08 11:12:58', 980190962, 206888308)
6688
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:12:58', '2016-06-08 11:12:58', 298486374, 718075439)
6689
+  (2.5ms) commit transaction
6690
+  (0.1ms) begin transaction
6691
+ ---------------------------------------------------------------------------------------------
6692
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6693
+ ---------------------------------------------------------------------------------------------
6694
+  (0.0ms) rollback transaction
6695
+  (0.0ms) begin transaction
6696
+ ---------------------------------------------------------------------------------------
6697
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6698
+ ---------------------------------------------------------------------------------------
6699
+  (0.0ms) rollback transaction
6700
+  (0.0ms) begin transaction
6701
+ ---------------------------------------------------------------------------------------------------------
6702
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6703
+ ---------------------------------------------------------------------------------------------------------
6704
+  (0.0ms) rollback transaction
6705
+  (0.0ms) begin transaction
6706
+ ------------------------------------------------------------------------------------------
6707
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6708
+ ------------------------------------------------------------------------------------------
6709
+  (0.0ms) rollback transaction
6710
+  (0.0ms) begin transaction
6711
+ ---------------------------------------------------------------------------------------------------
6712
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6713
+ ---------------------------------------------------------------------------------------------------
6714
+  (0.0ms) rollback transaction
6715
+  (0.1ms) begin transaction
6716
+ ----------------------------------------------------------------------------------------------------------
6717
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6718
+ ----------------------------------------------------------------------------------------------------------
6719
+  (0.1ms) rollback transaction
6720
+  (0.1ms) begin transaction
6721
+ ------------------------------------------------------------------------------------------------------------------
6722
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6723
+ ------------------------------------------------------------------------------------------------------------------
6724
+  (0.0ms) rollback transaction
6725
+  (0.0ms) begin transaction
6726
+ ------------------------------------------------------------------------------------------
6727
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6728
+ ------------------------------------------------------------------------------------------
6729
+  (0.0ms) rollback transaction
6730
+  (0.0ms) begin transaction
6731
+ ------------------------------------------------------------------------------------------
6732
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6733
+ ------------------------------------------------------------------------------------------
6734
+  (0.0ms) rollback transaction
6735
+  (0.2ms) begin transaction
6736
+ -----------------------------------------------------------------------------------------------
6737
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6738
+ -----------------------------------------------------------------------------------------------
6739
+  (0.0ms) rollback transaction
6740
+  (0.0ms) begin transaction
6741
+ -----------------------------------------------------------------------------------------------
6742
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6743
+ -----------------------------------------------------------------------------------------------
6744
+  (0.0ms) rollback transaction
6745
+  (0.0ms) begin transaction
6746
+ --------------------------------------------------------------------------------------------------------
6747
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6748
+ --------------------------------------------------------------------------------------------------------
6749
+  (0.0ms) rollback transaction
6750
+  (0.0ms) begin transaction
6751
+ -------------------------------------------------------------------------------------------------------
6752
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6753
+ -------------------------------------------------------------------------------------------------------
6754
+  (0.1ms) rollback transaction
6755
+  (0.0ms) begin transaction
6756
+ ----------------------------------------------------------------------------------------------------
6757
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6758
+ ----------------------------------------------------------------------------------------------------
6759
+  (0.1ms) rollback transaction
6760
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6761
+  (0.1ms) begin transaction
6762
+ Fixture Delete (0.3ms) DELETE FROM "descriptors"
6763
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:27:21', '2016-06-08 11:27:21', 206888308)
6764
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:27:21', '2016-06-08 11:27:21', 718075439)
6765
+ Fixture Delete (0.1ms) DELETE FROM "users"
6766
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:27:21', '2016-06-08 11:27:21', 980190962, 206888308)
6767
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:27:21', '2016-06-08 11:27:21', 298486374, 718075439)
6768
+  (2.3ms) commit transaction
6769
+  (0.0ms) begin transaction
6770
+ ------------------------------------------------------------------------------------------
6771
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6772
+ ------------------------------------------------------------------------------------------
6773
+  (0.0ms) rollback transaction
6774
+  (0.0ms) begin transaction
6775
+ ------------------------------------------------------------------------------------------
6776
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6777
+ ------------------------------------------------------------------------------------------
6778
+  (0.0ms) rollback transaction
6779
+  (0.0ms) begin transaction
6780
+ ------------------------------------------------------------------------------------------------------------------
6781
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6782
+ ------------------------------------------------------------------------------------------------------------------
6783
+  (0.0ms) rollback transaction
6784
+  (0.0ms) begin transaction
6785
+ ------------------------------------------------------------------------------------------
6786
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6787
+ ------------------------------------------------------------------------------------------
6788
+  (0.0ms) rollback transaction
6789
+  (0.0ms) begin transaction
6790
+ -----------------------------------------------------------------------------------------------
6791
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6792
+ -----------------------------------------------------------------------------------------------
6793
+  (0.1ms) rollback transaction
6794
+  (0.0ms) begin transaction
6795
+ -------------------------------------------------------------------------------------------------------
6796
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6797
+ -------------------------------------------------------------------------------------------------------
6798
+  (0.0ms) rollback transaction
6799
+  (0.0ms) begin transaction
6800
+ ---------------------------------------------------------------------------------------------------
6801
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6802
+ ---------------------------------------------------------------------------------------------------
6803
+  (0.0ms) rollback transaction
6804
+  (0.0ms) begin transaction
6805
+ ----------------------------------------------------------------------------------------------------------
6806
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6807
+ ----------------------------------------------------------------------------------------------------------
6808
+  (0.0ms) rollback transaction
6809
+  (0.0ms) begin transaction
6810
+ ----------------------------------------------------------------------------------------------------
6811
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6812
+ ----------------------------------------------------------------------------------------------------
6813
+  (0.0ms) rollback transaction
6814
+  (0.1ms) begin transaction
6815
+ ---------------------------------------------------------------------------------------
6816
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6817
+ ---------------------------------------------------------------------------------------
6818
+  (0.0ms) rollback transaction
6819
+  (0.0ms) begin transaction
6820
+ -----------------------------------------------------------------------------------------------
6821
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6822
+ -----------------------------------------------------------------------------------------------
6823
+  (0.0ms) rollback transaction
6824
+  (0.0ms) begin transaction
6825
+ ---------------------------------------------------------------------------------------------
6826
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6827
+ ---------------------------------------------------------------------------------------------
6828
+  (0.0ms) rollback transaction
6829
+  (0.0ms) begin transaction
6830
+ --------------------------------------------------------------------------------------------------------
6831
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6832
+ --------------------------------------------------------------------------------------------------------
6833
+  (0.0ms) rollback transaction
6834
+  (0.0ms) begin transaction
6835
+ ---------------------------------------------------------------------------------------------------------
6836
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6837
+ ---------------------------------------------------------------------------------------------------------
6838
+  (0.1ms) rollback transaction
6839
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6840
+  (0.1ms) begin transaction
6841
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
6842
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:28:26', '2016-06-08 11:28:26', 206888308)
6843
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:28:26', '2016-06-08 11:28:26', 718075439)
6844
+ Fixture Delete (0.1ms) DELETE FROM "users"
6845
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:28:26', '2016-06-08 11:28:26', 980190962, 206888308)
6846
+ Fixture Insert (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:28:26', '2016-06-08 11:28:26', 298486374, 718075439)
6847
+  (2.1ms) commit transaction
6848
+  (0.0ms) begin transaction
6849
+ -------------------------------------------------------------------------------------------------------------------
6850
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
6851
+ -------------------------------------------------------------------------------------------------------------------
6852
+  (0.0ms) rollback transaction
6853
+  (0.0ms) begin transaction
6854
+ -----------------------------------------------------------------------------------------------
6855
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6856
+ -----------------------------------------------------------------------------------------------
6857
+  (0.0ms) rollback transaction
6858
+  (0.0ms) begin transaction
6859
+ --------------------------------------------------------------------------------------------------------
6860
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6861
+ --------------------------------------------------------------------------------------------------------
6862
+  (0.0ms) rollback transaction
6863
+  (0.0ms) begin transaction
6864
+ ---------------------------------------------------------------------------------------------------
6865
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6866
+ ---------------------------------------------------------------------------------------------------
6867
+  (0.0ms) rollback transaction
6868
+  (0.0ms) begin transaction
6869
+ ------------------------------------------------------------------------------------------------------------------
6870
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6871
+ ------------------------------------------------------------------------------------------------------------------
6872
+  (0.1ms) rollback transaction
6873
+  (0.0ms) begin transaction
6874
+ ---------------------------------------------------------------------------------------------
6875
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6876
+ ---------------------------------------------------------------------------------------------
6877
+  (0.1ms) rollback transaction
6878
+  (0.0ms) begin transaction
6879
+ ----------------------------------------------------------------------------------------------------------
6880
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6881
+ ----------------------------------------------------------------------------------------------------------
6882
+  (0.0ms) rollback transaction
6883
+  (0.0ms) begin transaction
6884
+ -----------------------------------------------------------------------------------------------
6885
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6886
+ -----------------------------------------------------------------------------------------------
6887
+  (0.0ms) rollback transaction
6888
+  (0.0ms) begin transaction
6889
+ ------------------------------------------------------------------------------------------
6890
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6891
+ ------------------------------------------------------------------------------------------
6892
+  (0.0ms) rollback transaction
6893
+  (0.1ms) begin transaction
6894
+ -------------------------------------------------------------------------------------------------------
6895
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6896
+ -------------------------------------------------------------------------------------------------------
6897
+  (0.0ms) rollback transaction
6898
+  (0.1ms) begin transaction
6899
+ ---------------------------------------------------------------------------------------------------------
6900
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6901
+ ---------------------------------------------------------------------------------------------------------
6902
+  (0.0ms) rollback transaction
6903
+  (0.0ms) begin transaction
6904
+ ------------------------------------------------------------------------------------------
6905
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6906
+ ------------------------------------------------------------------------------------------
6907
+  (0.0ms) rollback transaction
6908
+  (0.1ms) begin transaction
6909
+ ---------------------------------------------------------------------------------------
6910
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6911
+ ---------------------------------------------------------------------------------------
6912
+  (0.0ms) rollback transaction
6913
+  (0.0ms) begin transaction
6914
+ ----------------------------------------------------------------------------------------------------
6915
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
6916
+ ----------------------------------------------------------------------------------------------------
6917
+  (0.0ms) rollback transaction
6918
+  (0.0ms) begin transaction
6919
+ ------------------------------------------------------------------------------------------
6920
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6921
+ ------------------------------------------------------------------------------------------
6922
+  (0.0ms) rollback transaction
6923
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
6924
+  (0.1ms) begin transaction
6925
+ Fixture Delete (0.3ms) DELETE FROM "descriptors"
6926
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:28:39', '2016-06-08 11:28:39', 206888308)
6927
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:28:39', '2016-06-08 11:28:39', 718075439)
6928
+ Fixture Delete (0.1ms) DELETE FROM "users"
6929
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:28:39', '2016-06-08 11:28:39', 980190962, 206888308)
6930
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:28:39', '2016-06-08 11:28:39', 298486374, 718075439)
6931
+  (2.3ms) commit transaction
6932
+  (0.0ms) begin transaction
6933
+ -------------------------------------------------------------------------------------------------------
6934
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
6935
+ -------------------------------------------------------------------------------------------------------
6936
+  (0.1ms) rollback transaction
6937
+  (0.1ms) begin transaction
6938
+ -----------------------------------------------------------------------------------------------
6939
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
6940
+ -----------------------------------------------------------------------------------------------
6941
+  (0.0ms) rollback transaction
6942
+  (0.1ms) begin transaction
6943
+ ------------------------------------------------------------------------------------------------------------------
6944
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
6945
+ ------------------------------------------------------------------------------------------------------------------
6946
+  (0.0ms) rollback transaction
6947
+  (0.0ms) begin transaction
6948
+ ---------------------------------------------------------------------------------------------------------
6949
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
6950
+ ---------------------------------------------------------------------------------------------------------
6951
+  (0.0ms) rollback transaction
6952
+  (0.0ms) begin transaction
6953
+ ------------------------------------------------------------------------------------------
6954
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
6955
+ ------------------------------------------------------------------------------------------
6956
+  (0.0ms) rollback transaction
6957
+  (0.0ms) begin transaction
6958
+ ---------------------------------------------------------------------------------------------------
6959
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
6960
+ ---------------------------------------------------------------------------------------------------
6961
+  (0.0ms) rollback transaction
6962
+  (0.0ms) begin transaction
6963
+ --------------------------------------------------------------------------------------------------------
6964
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
6965
+ --------------------------------------------------------------------------------------------------------
6966
+  (0.0ms) rollback transaction
6967
+  (0.0ms) begin transaction
6968
+ -----------------------------------------------------------------------------------------------
6969
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
6970
+ -----------------------------------------------------------------------------------------------
6971
+  (0.0ms) rollback transaction
6972
+  (0.0ms) begin transaction
6973
+ ---------------------------------------------------------------------------------------------
6974
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
6975
+ ---------------------------------------------------------------------------------------------
6976
+  (0.0ms) rollback transaction
6977
+  (0.0ms) begin transaction
6978
+ ------------------------------------------------------------------------------------------
6979
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
6980
+ ------------------------------------------------------------------------------------------
6981
+  (0.0ms) rollback transaction
6982
+  (0.0ms) begin transaction
6983
+ ---------------------------------------------------------------------------------------
6984
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
6985
+ ---------------------------------------------------------------------------------------
6986
+  (0.0ms) rollback transaction
6987
+  (0.0ms) begin transaction
6988
+ ------------------------------------------------------------------------------------------
6989
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
6990
+ ------------------------------------------------------------------------------------------
6991
+  (0.0ms) rollback transaction
6992
+  (0.0ms) begin transaction
6993
+ ----------------------------------------------------------------------------------------------------------
6994
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
6995
+ ----------------------------------------------------------------------------------------------------------
6996
+  (0.0ms) rollback transaction
6997
+  (0.0ms) begin transaction
6998
+ ----------------------------------------------------------------------------------------------------
6999
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
7000
+ ----------------------------------------------------------------------------------------------------
7001
+  (0.0ms) rollback transaction
7002
+  (0.0ms) begin transaction
7003
+ -------------------------------------------------------------------------------------------------------------------
7004
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
7005
+ -------------------------------------------------------------------------------------------------------------------
7006
+  (0.1ms) rollback transaction
7007
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7008
+  (0.1ms) begin transaction
7009
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
7010
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:29:10', '2016-06-08 11:29:10', 206888308)
7011
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:29:10', '2016-06-08 11:29:10', 718075439)
7012
+ Fixture Delete (0.1ms) DELETE FROM "users"
7013
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:29:10', '2016-06-08 11:29:10', 980190962, 206888308)
7014
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:29:10', '2016-06-08 11:29:10', 298486374, 718075439)
7015
+  (2.1ms) commit transaction
7016
+  (0.0ms) begin transaction
7017
+ -------------------------------------------------------------------------------------------------------------------
7018
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
7019
+ -------------------------------------------------------------------------------------------------------------------
7020
+  (0.1ms) rollback transaction
7021
+  (0.1ms) begin transaction
7022
+ ---------------------------------------------------------------------------------------
7023
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
7024
+ ---------------------------------------------------------------------------------------
7025
+  (0.1ms) rollback transaction
7026
+  (0.0ms) begin transaction
7027
+ -----------------------------------------------------------------------------------------------
7028
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
7029
+ -----------------------------------------------------------------------------------------------
7030
+  (0.0ms) rollback transaction
7031
+  (0.0ms) begin transaction
7032
+ -----------------------------------------------------------------------------------------------
7033
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
7034
+ -----------------------------------------------------------------------------------------------
7035
+  (0.0ms) rollback transaction
7036
+  (0.0ms) begin transaction
7037
+ ------------------------------------------------------------------------------------------
7038
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
7039
+ ------------------------------------------------------------------------------------------
7040
+  (0.0ms) rollback transaction
7041
+  (0.0ms) begin transaction
7042
+ ----------------------------------------------------------------------------------------------------
7043
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
7044
+ ----------------------------------------------------------------------------------------------------
7045
+  (0.0ms) rollback transaction
7046
+  (0.0ms) begin transaction
7047
+ ---------------------------------------------------------------------------------------------------------
7048
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
7049
+ ---------------------------------------------------------------------------------------------------------
7050
+  (0.0ms) rollback transaction
7051
+  (0.0ms) begin transaction
7052
+ ------------------------------------------------------------------------------------------------------------------
7053
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
7054
+ ------------------------------------------------------------------------------------------------------------------
7055
+  (0.0ms) rollback transaction
7056
+  (0.0ms) begin transaction
7057
+ ------------------------------------------------------------------------------------------
7058
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
7059
+ ------------------------------------------------------------------------------------------
7060
+  (0.0ms) rollback transaction
7061
+  (0.0ms) begin transaction
7062
+ ------------------------------------------------------------------------------------------
7063
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
7064
+ ------------------------------------------------------------------------------------------
7065
+  (0.0ms) rollback transaction
7066
+  (0.0ms) begin transaction
7067
+ -------------------------------------------------------------------------------------------------------
7068
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
7069
+ -------------------------------------------------------------------------------------------------------
7070
+  (0.0ms) rollback transaction
7071
+  (0.0ms) begin transaction
7072
+ ----------------------------------------------------------------------------------------------------------
7073
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
7074
+ ----------------------------------------------------------------------------------------------------------
7075
+  (0.0ms) rollback transaction
7076
+  (0.0ms) begin transaction
7077
+ ---------------------------------------------------------------------------------------------------
7078
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
7079
+ ---------------------------------------------------------------------------------------------------
7080
+  (0.1ms) rollback transaction
7081
+  (0.0ms) begin transaction
7082
+ ---------------------------------------------------------------------------------------------
7083
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
7084
+ ---------------------------------------------------------------------------------------------
7085
+  (0.1ms) rollback transaction
7086
+  (0.0ms) begin transaction
7087
+ --------------------------------------------------------------------------------------------------------
7088
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
7089
+ --------------------------------------------------------------------------------------------------------
7090
+  (0.0ms) rollback transaction
7091
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7092
+  (0.1ms) begin transaction
7093
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
7094
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:29:42', '2016-06-08 11:29:42', 206888308)
7095
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:29:42', '2016-06-08 11:29:42', 718075439)
7096
+ Fixture Delete (0.1ms) DELETE FROM "users"
7097
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:29:42', '2016-06-08 11:29:42', 980190962, 206888308)
7098
+ Fixture Insert (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:29:42', '2016-06-08 11:29:42', 298486374, 718075439)
7099
+  (2.4ms) commit transaction
7100
+  (0.1ms) begin transaction
7101
+ ------------------------------------------------------------------------------------------
7102
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
7103
+ ------------------------------------------------------------------------------------------
7104
+  (0.0ms) rollback transaction
7105
+  (0.0ms) begin transaction
7106
+ -----------------------------------------------------------------------------------------------
7107
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
7108
+ -----------------------------------------------------------------------------------------------
7109
+  (0.0ms) rollback transaction
7110
+  (0.0ms) begin transaction
7111
+ ---------------------------------------------------------------------------------------------------------
7112
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
7113
+ ---------------------------------------------------------------------------------------------------------
7114
+  (0.0ms) rollback transaction
7115
+  (0.0ms) begin transaction
7116
+ ---------------------------------------------------------------------------------------------------
7117
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
7118
+ ---------------------------------------------------------------------------------------------------
7119
+  (0.0ms) rollback transaction
7120
+  (0.1ms) begin transaction
7121
+ ------------------------------------------------------------------------------------------
7122
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
7123
+ ------------------------------------------------------------------------------------------
7124
+  (0.0ms) rollback transaction
7125
+  (0.0ms) begin transaction
7126
+ -----------------------------------------------------------------------------------------------
7127
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
7128
+ -----------------------------------------------------------------------------------------------
7129
+  (0.0ms) rollback transaction
7130
+  (0.0ms) begin transaction
7131
+ ---------------------------------------------------------------------------------------
7132
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
7133
+ ---------------------------------------------------------------------------------------
7134
+  (0.0ms) rollback transaction
7135
+  (0.0ms) begin transaction
7136
+ ---------------------------------------------------------------------------------------------
7137
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
7138
+ ---------------------------------------------------------------------------------------------
7139
+  (0.1ms) rollback transaction
7140
+  (0.0ms) begin transaction
7141
+ ----------------------------------------------------------------------------------------------------------
7142
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
7143
+ ----------------------------------------------------------------------------------------------------------
7144
+  (0.0ms) rollback transaction
7145
+  (0.0ms) begin transaction
7146
+ ----------------------------------------------------------------------------------------------------
7147
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
7148
+ ----------------------------------------------------------------------------------------------------
7149
+  (0.1ms) rollback transaction
7150
+  (0.0ms) begin transaction
7151
+ -------------------------------------------------------------------------------------------------------------------
7152
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
7153
+ -------------------------------------------------------------------------------------------------------------------
7154
+  (0.1ms) rollback transaction
7155
+  (0.1ms) begin transaction
7156
+ ------------------------------------------------------------------------------------------
7157
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
7158
+ ------------------------------------------------------------------------------------------
7159
+  (0.1ms) rollback transaction
7160
+  (0.1ms) begin transaction
7161
+ -------------------------------------------------------------------------------------------------------
7162
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
7163
+ -------------------------------------------------------------------------------------------------------
7164
+  (0.2ms) rollback transaction
7165
+  (0.0ms) begin transaction
7166
+ ------------------------------------------------------------------------------------------------------------------
7167
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
7168
+ ------------------------------------------------------------------------------------------------------------------
7169
+  (0.0ms) rollback transaction
7170
+  (0.0ms) begin transaction
7171
+ --------------------------------------------------------------------------------------------------------
7172
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
7173
+ --------------------------------------------------------------------------------------------------------
7174
+  (0.0ms) rollback transaction
7175
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7176
+  (0.1ms) begin transaction
7177
+ Fixture Delete (0.4ms) DELETE FROM "descriptors"
7178
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:30:48', '2016-06-08 11:30:48', 206888308)
7179
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:30:48', '2016-06-08 11:30:48', 718075439)
7180
+ Fixture Delete (0.1ms) DELETE FROM "users"
7181
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:30:48', '2016-06-08 11:30:48', 980190962, 206888308)
7182
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:30:48', '2016-06-08 11:30:48', 298486374, 718075439)
7183
+  (2.4ms) commit transaction
7184
+  (0.1ms) begin transaction
7185
+ ---------------------------------------------------------------------------------------------------------
7186
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
7187
+ ---------------------------------------------------------------------------------------------------------
7188
+  (0.0ms) rollback transaction
7189
+  (0.0ms) begin transaction
7190
+ ---------------------------------------------------------------------------------------------------
7191
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
7192
+ ---------------------------------------------------------------------------------------------------
7193
+  (0.0ms) rollback transaction
7194
+  (0.0ms) begin transaction
7195
+ ------------------------------------------------------------------------------------------
7196
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
7197
+ ------------------------------------------------------------------------------------------
7198
+  (0.0ms) rollback transaction
7199
+  (0.0ms) begin transaction
7200
+ ---------------------------------------------------------------------------------------------
7201
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
7202
+ ---------------------------------------------------------------------------------------------
7203
+  (0.0ms) rollback transaction
7204
+  (0.0ms) begin transaction
7205
+ --------------------------------------------------------------------------------------------------------
7206
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
7207
+ --------------------------------------------------------------------------------------------------------
7208
+  (0.0ms) rollback transaction
7209
+  (0.0ms) begin transaction
7210
+ -----------------------------------------------------------------------------------------------
7211
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
7212
+ -----------------------------------------------------------------------------------------------
7213
+  (0.0ms) rollback transaction
7214
+  (0.0ms) begin transaction
7215
+ ----------------------------------------------------------------------------------------------------
7216
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
7217
+ ----------------------------------------------------------------------------------------------------
7218
+  (0.0ms) rollback transaction
7219
+  (0.0ms) begin transaction
7220
+ -------------------------------------------------------------------------------------------------------------------
7221
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
7222
+ -------------------------------------------------------------------------------------------------------------------
7223
+  (0.1ms) rollback transaction
7224
+  (0.0ms) begin transaction
7225
+ ------------------------------------------------------------------------------------------
7226
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
7227
+ ------------------------------------------------------------------------------------------
7228
+  (0.0ms) rollback transaction
7229
+  (0.1ms) begin transaction
7230
+ ----------------------------------------------------------------------------------------------------------
7231
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
7232
+ ----------------------------------------------------------------------------------------------------------
7233
+  (0.0ms) rollback transaction
7234
+  (0.0ms) begin transaction
7235
+ ---------------------------------------------------------------------------------------
7236
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
7237
+ ---------------------------------------------------------------------------------------
7238
+  (0.0ms) rollback transaction
7239
+  (0.0ms) begin transaction
7240
+ ------------------------------------------------------------------------------------------
7241
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
7242
+ ------------------------------------------------------------------------------------------
7243
+  (0.0ms) rollback transaction
7244
+  (0.0ms) begin transaction
7245
+ -------------------------------------------------------------------------------------------------------
7246
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
7247
+ -------------------------------------------------------------------------------------------------------
7248
+  (0.1ms) rollback transaction
7249
+  (0.0ms) begin transaction
7250
+ -----------------------------------------------------------------------------------------------
7251
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
7252
+ -----------------------------------------------------------------------------------------------
7253
+  (0.2ms) rollback transaction
7254
+  (0.1ms) begin transaction
7255
+ ------------------------------------------------------------------------------------------------------------------
7256
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
7257
+ ------------------------------------------------------------------------------------------------------------------
7258
+  (0.1ms) rollback transaction
7259
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7260
+  (0.1ms) begin transaction
7261
+ Fixture Delete (0.3ms) DELETE FROM "descriptors"
7262
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:32:22', '2016-06-08 11:32:22', 206888308)
7263
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:32:22', '2016-06-08 11:32:22', 718075439)
7264
+ Fixture Delete (0.1ms) DELETE FROM "users"
7265
+ Fixture Insert (0.0ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:32:22', '2016-06-08 11:32:22', 980190962, 206888308)
7266
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:32:22', '2016-06-08 11:32:22', 298486374, 718075439)
7267
+  (2.8ms) commit transaction
7268
+  (0.1ms) begin transaction
7269
+ ------------------------------------------------------------------------------------------
7270
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
7271
+ ------------------------------------------------------------------------------------------
7272
+  (0.0ms) rollback transaction
7273
+  (0.0ms) begin transaction
7274
+ ----------------------------------------------------------------------------------------------------------
7275
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
7276
+ ----------------------------------------------------------------------------------------------------------
7277
+  (0.0ms) rollback transaction
7278
+  (0.1ms) begin transaction
7279
+ ----------------------------------------------------------------------------------------------------
7280
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
7281
+ ----------------------------------------------------------------------------------------------------
7282
+  (0.1ms) rollback transaction
7283
+  (0.1ms) begin transaction
7284
+ --------------------------------------------------------------------------------------------------------
7285
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
7286
+ --------------------------------------------------------------------------------------------------------
7287
+  (0.1ms) rollback transaction
7288
+  (0.1ms) begin transaction
7289
+ -------------------------------------------------------------------------------------------------------
7290
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
7291
+ -------------------------------------------------------------------------------------------------------
7292
+  (0.0ms) rollback transaction
7293
+  (0.0ms) begin transaction
7294
+ ------------------------------------------------------------------------------------------------------------------
7295
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
7296
+ ------------------------------------------------------------------------------------------------------------------
7297
+  (0.0ms) rollback transaction
7298
+  (0.0ms) begin transaction
7299
+ -----------------------------------------------------------------------------------------------
7300
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
7301
+ -----------------------------------------------------------------------------------------------
7302
+  (0.0ms) rollback transaction
7303
+  (0.1ms) begin transaction
7304
+ ---------------------------------------------------------------------------------------
7305
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
7306
+ ---------------------------------------------------------------------------------------
7307
+  (0.0ms) rollback transaction
7308
+  (0.0ms) begin transaction
7309
+ -------------------------------------------------------------------------------------------------------------------
7310
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
7311
+ -------------------------------------------------------------------------------------------------------------------
7312
+  (0.0ms) rollback transaction
7313
+  (0.0ms) begin transaction
7314
+ ------------------------------------------------------------------------------------------
7315
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
7316
+ ------------------------------------------------------------------------------------------
7317
+  (0.0ms) rollback transaction
7318
+  (0.0ms) begin transaction
7319
+ ---------------------------------------------------------------------------------------------
7320
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
7321
+ ---------------------------------------------------------------------------------------------
7322
+  (0.0ms) rollback transaction
7323
+  (0.0ms) begin transaction
7324
+ -----------------------------------------------------------------------------------------------
7325
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
7326
+ -----------------------------------------------------------------------------------------------
7327
+  (0.1ms) rollback transaction
7328
+  (0.0ms) begin transaction
7329
+ ---------------------------------------------------------------------------------------------------------
7330
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
7331
+ ---------------------------------------------------------------------------------------------------------
7332
+  (0.0ms) rollback transaction
7333
+  (0.0ms) begin transaction
7334
+ ------------------------------------------------------------------------------------------
7335
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
7336
+ ------------------------------------------------------------------------------------------
7337
+  (0.0ms) rollback transaction
7338
+  (0.0ms) begin transaction
7339
+ ---------------------------------------------------------------------------------------------------
7340
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
7341
+ ---------------------------------------------------------------------------------------------------
7342
+  (0.1ms) rollback transaction
7343
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
7344
+  (0.1ms) begin transaction
7345
+ Fixture Delete (0.5ms) DELETE FROM "descriptors"
7346
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'site_admin', 'Site admin', 'Site administrator', 1, 100, '2016-06-08 11:32:48', '2016-06-08 11:32:48', 206888308)
7347
+ Fixture Insert (0.1ms) INSERT INTO "descriptors" ("type", "symbol", "name", "description", "index", "value", "created_at", "updated_at", "id") VALUES ('Role', 'user_admin', 'User Administrator', 'Administers users and legal entities', 2, 200, '2016-06-08 11:32:48', '2016-06-08 11:32:48', 718075439)
7348
+ Fixture Delete (0.1ms) DELETE FROM "users"
7349
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('Site boss', '2016-06-08 11:32:48', '2016-06-08 11:32:48', 980190962, 206888308)
7350
+ Fixture Insert (0.1ms) INSERT INTO "users" ("name", "created_at", "updated_at", "id", "role_id") VALUES ('User boss', '2016-06-08 11:32:48', '2016-06-08 11:32:48', 298486374, 718075439)
7351
+  (0.8ms) commit transaction
7352
+  (0.0ms) begin transaction
7353
+ ---------------------------------------------------------------------------------------------
7354
+ DomainNeutral::DescriptorTest: test_: descriptor validation should require symbol to be set.
7355
+ ---------------------------------------------------------------------------------------------
7356
+ DomainNeutral::Descriptor Exists (0.2ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = '' AND "descriptors"."type" = 'Bull') LIMIT 1
7357
+  (0.1ms) rollback transaction
7358
+  (0.0ms) begin transaction
7359
+ -------------------------------------------------------------------------------------------
7360
+ DomainNeutral::DescriptorTest: test_: descriptor validation should require name to be set.
7361
+ -------------------------------------------------------------------------------------------
7362
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" IS NULL AND "descriptors"."type" = 'Bull') LIMIT 1
7363
+  (0.1ms) rollback transaction
7364
+  (0.0ms) begin transaction
7365
+ ------------------------------------------------------------------------------------------
7366
+ DomainNeutral::DescriptorTest: test_: reference as id should support typecast to integer.
7367
+ ------------------------------------------------------------------------------------------
7368
+  (0.1ms) rollback transaction
7369
+  (0.0ms) begin transaction
7370
+ ---------------------------------------------------------------------------------------------------------
7371
+ DomainNeutral::DescriptorTest: test_: association should not try to find record when foreign key is nil.
7372
+ ---------------------------------------------------------------------------------------------------------
7373
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
7374
+  (0.0ms) rollback transaction
7375
+  (0.0ms) begin transaction
7376
+ ------------------------------------------------------------------------------------
7377
+ DomainNeutral::DescriptorTest: test_: association should override reader with find.
7378
+ ------------------------------------------------------------------------------------
7379
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 980190962]]
7380
+  (0.0ms) rollback transaction
7381
+  (0.1ms) begin transaction
7382
+ ---------------------------------------------------------------------------------
7383
+ DomainNeutral::DescriptorTest: test_: compareable should compare lower on index.
7384
+ ---------------------------------------------------------------------------------
7385
+  (0.0ms) rollback transaction
7386
+  (0.0ms) begin transaction
7387
+ ----------------------------------------------------------------------------------------------------------
7388
+ DomainNeutral::DescriptorTest: test_: translation undefined should fall back to entity properties itself.
7389
+ ----------------------------------------------------------------------------------------------------------
7390
+  (0.0ms) rollback transaction
7391
+  (0.0ms) begin transaction
7392
+ ---------------------------------------------------------------------------
7393
+ DomainNeutral::DescriptorTest: test_: relationship should expose children.
7394
+ ---------------------------------------------------------------------------
7395
+  (0.0ms) SAVEPOINT active_record_1
7396
+ DomainNeutral::Descriptor Exists (0.2ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'cow' AND "descriptors"."type" = 'Bull') LIMIT 1
7397
+ SQL (0.4ms) INSERT INTO "descriptors" ("type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["type", "Bull"], ["symbol", "cow"], ["name", "Cow"], ["created_at", "2016-06-08 11:32:48.117472"], ["updated_at", "2016-06-08 11:32:48.117472"]]
7398
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7399
+  (0.1ms) SAVEPOINT active_record_1
7400
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'calf' AND "descriptors"."type" = 'Bull') LIMIT 1
7401
+ SQL (0.8ms) INSERT INTO "descriptors" ("type", "parent_id", "parent_type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["type", "Bull"], ["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"], ["symbol", "calf"], ["name", "Calf"], ["created_at", "2016-06-08 11:32:48.127439"], ["updated_at", "2016-06-08 11:32:48.127439"]]
7402
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7403
+  (0.1ms) SELECT COUNT(*) FROM "descriptors" WHERE "descriptors"."type" IN ('Bull') AND "descriptors"."parent_id" = ? AND "descriptors"."parent_type" = ? [["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"]]
7404
+ Bull Load (0.1ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Bull') AND "descriptors"."parent_id" = ? AND "descriptors"."parent_type" = ? ORDER BY "descriptors"."id" ASC LIMIT 1 [["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"]]
7405
+  (0.7ms) rollback transaction
7406
+  (0.0ms) begin transaction
7407
+ -------------------------------------------------------------------------
7408
+ DomainNeutral::DescriptorTest: test_: relationship should expose parent.
7409
+ -------------------------------------------------------------------------
7410
+  (0.0ms) SAVEPOINT active_record_1
7411
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'cow' AND "descriptors"."type" = 'Bull') LIMIT 1
7412
+ SQL (0.2ms) INSERT INTO "descriptors" ("type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["type", "Bull"], ["symbol", "cow"], ["name", "Cow"], ["created_at", "2016-06-08 11:32:48.146506"], ["updated_at", "2016-06-08 11:32:48.146506"]]
7413
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7414
+  (0.0ms) SAVEPOINT active_record_1
7415
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'calf' AND "descriptors"."type" = 'Bull') LIMIT 1
7416
+ SQL (0.3ms) INSERT INTO "descriptors" ("type", "parent_id", "parent_type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["type", "Bull"], ["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"], ["symbol", "calf"], ["name", "Calf"], ["created_at", "2016-06-08 11:32:48.148699"], ["updated_at", "2016-06-08 11:32:48.148699"]]
7417
+  (0.1ms) RELEASE SAVEPOINT active_record_1
7418
+  (0.8ms) rollback transaction
7419
+  (0.0ms) begin transaction
7420
+ ----------------------------------------------------------------------------
7421
+ DomainNeutral::DescriptorTest: test_: class methods should include symbols.
7422
+ ----------------------------------------------------------------------------
7423
+ Role Load (0.1ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Role')
7424
+  (0.1ms) rollback transaction
7425
+  (0.0ms) begin transaction
7426
+ ----------------------------------------------------------------------------------------------------------------------------------
7427
+ DomainNeutral::DescriptorTest: test_: descriptor validation should require case sensitive unique value for symbol scoped to type.
7428
+ ----------------------------------------------------------------------------------------------------------------------------------
7429
+ Bull Load (0.2ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Bull') ORDER BY "descriptors"."id" ASC LIMIT 1
7430
+  (0.0ms) SAVEPOINT active_record_1
7431
+ SQL (0.4ms) INSERT INTO "descriptors" ("type", "symbol", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["type", "Bull"], ["symbol", "a"], ["created_at", "2016-06-08 11:32:48.161607"], ["updated_at", "2016-06-08 11:32:48.161607"]]
7432
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7433
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'a' AND "descriptors"."type" = 'Bull') LIMIT 1
7434
+ Bull Load (0.1ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Bull')
7435
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'a' AND "descriptors"."type" = 'Bulm') LIMIT 1
7436
+  (0.4ms) rollback transaction
7437
+  (0.0ms) begin transaction
7438
+ ---------------------------------------------------------------------------------------------------
7439
+ DomainNeutral::DescriptorTest: test_: translation defined should work depending on current locale.
7440
+ ---------------------------------------------------------------------------------------------------
7441
+ Role Load (0.1ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Role') AND "descriptors"."symbol" = ? ORDER BY "descriptors"."id" ASC LIMIT 1 [["symbol", "user_admin"]]
7442
+ Role Load (0.0ms) SELECT "descriptors".* FROM "descriptors" WHERE "descriptors"."type" IN ('Role') AND "descriptors"."symbol" = ? ORDER BY "descriptors"."id" ASC LIMIT 1 [["symbol", "user_admin"]]
7443
+  (0.0ms) rollback transaction
7444
+  (0.0ms) begin transaction
7445
+ --------------------------------------------------------------------------------------
7446
+ DomainNeutral::DescriptorTest: test_: relationship should return hash for to_heading.
7447
+ --------------------------------------------------------------------------------------
7448
+  (0.0ms) SAVEPOINT active_record_1
7449
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'cow' AND "descriptors"."type" = 'Bull') LIMIT 1
7450
+ SQL (0.2ms) INSERT INTO "descriptors" ("type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["type", "Bull"], ["symbol", "cow"], ["name", "Cow"], ["created_at", "2016-06-08 11:32:48.173035"], ["updated_at", "2016-06-08 11:32:48.173035"]]
7451
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7452
+  (0.0ms) SAVEPOINT active_record_1
7453
+ DomainNeutral::Descriptor Exists (0.1ms) SELECT 1 AS one FROM "descriptors" WHERE ("descriptors"."symbol" = 'calf' AND "descriptors"."type" = 'Bull') LIMIT 1
7454
+ SQL (0.3ms) INSERT INTO "descriptors" ("type", "parent_id", "parent_type", "symbol", "name", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["type", "Bull"], ["parent_id", 718075440], ["parent_type", "DomainNeutral::Descriptor"], ["symbol", "calf"], ["name", "Calf"], ["created_at", "2016-06-08 11:32:48.175253"], ["updated_at", "2016-06-08 11:32:48.175253"]]
7455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
7456
+  (0.6ms) rollback transaction
7457
+  (0.0ms) begin transaction
7458
+ ----------------------------------------------------------------------------------
7459
+ DomainNeutral::DescriptorTest: test_: compareable should compare equals on index.
7460
+ ----------------------------------------------------------------------------------
7461
+  (0.1ms) rollback transaction
7462
+  (0.0ms) begin transaction
7463
+ -----------------------------------------------------------------------------------
7464
+ DomainNeutral::DescriptorTest: test_: compareable should compare greater on index.
7465
+ -----------------------------------------------------------------------------------
7466
+  (0.0ms) rollback transaction
7467
+  (0.1ms) begin transaction
7468
+ -----------------------------
7469
+ DomainNeutralTest: test_truth
7470
+ -----------------------------
7471
+  (0.0ms) rollback transaction
7472
+  (0.0ms) begin transaction
7473
+ ------------------------------------------------------------------------------------------
7474
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol reader.
7475
+ ------------------------------------------------------------------------------------------
7476
+  (0.0ms) rollback transaction
7477
+  (0.0ms) begin transaction
7478
+ ------------------------------------------------------------------------------------------
7479
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have symbol writer.
7480
+ ------------------------------------------------------------------------------------------
7481
+  (0.0ms) rollback transaction
7482
+  (0.0ms) begin transaction
7483
+ ------------------------------------------------------------------------------------------
7484
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should have to_sym method.
7485
+ ------------------------------------------------------------------------------------------
7486
+  (0.0ms) rollback transaction
7487
+  (0.0ms) begin transaction
7488
+ -------------------------------------------------------------------------------------------------------------------
7489
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delete cached entry if not found.
7490
+ -------------------------------------------------------------------------------------------------------------------
7491
+  (0.0ms) rollback transaction
7492
+  (0.0ms) begin transaction
7493
+ ----------------------------------------------------------------------------------------------------------
7494
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should lookup object by symbol.
7495
+ ----------------------------------------------------------------------------------------------------------
7496
+  (0.0ms) rollback transaction
7497
+  (0.0ms) begin transaction
7498
+ ---------------------------------------------------------------------------------------------
7499
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have caching options set.
7500
+ ---------------------------------------------------------------------------------------------
7501
+  (0.0ms) rollback transaction
7502
+  (0.0ms) begin transaction
7503
+ --------------------------------------------------------------------------------------------------------
7504
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_none_of?.
7505
+ --------------------------------------------------------------------------------------------------------
7506
+  (0.0ms) rollback transaction
7507
+  (0.0ms) begin transaction
7508
+ ---------------------------------------------------------------------------------------------------
7509
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should delegate find to super.
7510
+ ---------------------------------------------------------------------------------------------------
7511
+  (0.0ms) rollback transaction
7512
+  (0.0ms) begin transaction
7513
+ -----------------------------------------------------------------------------------------------
7514
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance should generate query accessor.
7515
+ -----------------------------------------------------------------------------------------------
7516
+  (0.0ms) rollback transaction
7517
+  (0.0ms) begin transaction
7518
+ ----------------------------------------------------------------------------------------------------
7519
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache should lookup object by symbol.
7520
+ ----------------------------------------------------------------------------------------------------
7521
+  (0.0ms) rollback transaction
7522
+  (0.0ms) begin transaction
7523
+ -------------------------------------------------------------------------------------------------------
7524
+ DomainNeutral::SymbolizedClassTest: test_: symbolized instance Comparing should respond to is_one_of?.
7525
+ -------------------------------------------------------------------------------------------------------
7526
+  (0.0ms) rollback transaction
7527
+  (0.0ms) begin transaction
7528
+ ---------------------------------------------------------------------------------------------------------
7529
+ DomainNeutral::SymbolizedClassTest: test_: symbolized without cache cache should delegate find to super.
7530
+ ---------------------------------------------------------------------------------------------------------
7531
+  (0.0ms) rollback transaction
7532
+  (0.0ms) begin transaction
7533
+ -----------------------------------------------------------------------------------------------
7534
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should define accessor for symbol.
7535
+ -----------------------------------------------------------------------------------------------
7536
+  (0.0ms) rollback transaction
7537
+  (0.0ms) begin transaction
7538
+ ---------------------------------------------------------------------------------------
7539
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should support collection.
7540
+ ---------------------------------------------------------------------------------------
7541
+  (0.0ms) rollback transaction
7542
+  (0.0ms) begin transaction
7543
+ ------------------------------------------------------------------------------------------------------------------
7544
+ DomainNeutral::SymbolizedClassTest: test_: symbolized class should have [] accessor delegating to find_by_symbol.
7545
+ ------------------------------------------------------------------------------------------------------------------
7546
+  (0.0ms) rollback transaction