i18n-instrument 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0463e97ab45fd96ee54d900280a3afa10ee6d95
4
- data.tar.gz: 83c48ca90a3e6a82cc40c9a8cf33af38c59a4e20
3
+ metadata.gz: 8d14dd39ea005bae078a459e0371f93072891660
4
+ data.tar.gz: 5cc1d1dffb9ae5c37812ea011fd5495cab04192b
5
5
  SHA512:
6
- metadata.gz: 310fca52c96c4119221e0f285a02a81291324aad34daa0e14ceba50c933446699deb04a0ea97849d57a53245a04afca0aa2fb6b1e5ceb351af172b1bab6b1c47
7
- data.tar.gz: bf0c3eb4be1e07e60e1aef5aaf45fc7b76c789ce844fa0ca4e3a29ac30c103e4bac23fc2e5621bda42c4d9df58008cc08347b50e6b2b6362ba4e293ff4c85dde
6
+ metadata.gz: a4879c433afa78fa09a0fd8a794a7e4ce9ec4c4607a951bb94a08e664ea57096534a33b938a813d635a72dcc28df26c7225e0033f7d1490c148af0e21ed647d3
7
+ data.tar.gz: 28e261532508fd1d98ba6c534d3c482c26426f1f49bad08e3a1ba3604eaaf73983f73359d39a39a326fd9091332396a0ec0c42e71d40678cebc47102b74f809d
@@ -20,19 +20,23 @@ module I18n
20
20
  end
21
21
 
22
22
  def on_lookup(&block)
23
- block ? @on_lookup_proc = block : @on_lookup_proc
23
+ return @on_lookup_proc unless block
24
+ @on_lookup_proc = block
24
25
  end
25
26
 
26
27
  def on_record(&block)
27
- block ? @on_record_proc = block : @on_record_proc
28
+ return @on_record_proc unless block
29
+ @on_record_proc = block
28
30
  end
29
31
 
30
32
  def on_error(&block)
31
- block ? @on_error_proc = block : @on_error_proc
33
+ return @on_error_proc unless block
34
+ @on_error_proc = block
32
35
  end
33
36
 
34
37
  def on_check_enabled(&block)
35
- block ? @on_check_enabled_proc = block : @on_check_enabled_proc
38
+ return @on_check_enabled_proc unless block
39
+ @on_check_enabled_proc = block
36
40
  end
37
41
 
38
42
  def enabled?
@@ -1,5 +1,5 @@
1
1
  module I18n
2
2
  module Instrument
3
- VERSION = '1.0.0'
3
+ VERSION = '1.0.1'
4
4
  end
5
5
  end
data/spec/log/test.log CHANGED
@@ -5360,3 +5360,813 @@ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:08:57 -0700
5360
5360
  Processing by TestsController#index as HTML
5361
5361
  Rendered text template (0.0ms)
5362
5362
  Completed 200 OK in 0ms (Views: 0.1ms)
5363
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5364
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5365
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5366
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5367
+ Processing by TestsController#index as HTML
5368
+ Rendered text template (0.0ms)
5369
+ Completed 200 OK in 10ms (Views: 7.5ms)
5370
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5371
+ Processing by TestsController#index as HTML
5372
+ Rendered text template (0.0ms)
5373
+ Completed 200 OK in 0ms (Views: 0.2ms)
5374
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5375
+ Processing by TestsController#index as HTML
5376
+ Rendered text template (0.0ms)
5377
+ Completed 200 OK in 0ms (Views: 0.2ms)
5378
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5379
+ Processing by TestsController#index as HTML
5380
+ Rendered text template (0.0ms)
5381
+ Completed 200 OK in 0ms (Views: 0.2ms)
5382
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5383
+
5384
+ RuntimeError (jelly beans):
5385
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:141:in `block in and_raise'
5386
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `call'
5387
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `block in call'
5388
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `map'
5389
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `call'
5390
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:565:in `invoke_incrementing_actual_calls_by'
5391
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:422:in `invoke'
5392
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:182:in `message_received'
5393
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:326:in `message_received'
5394
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:77:in `proxy_method_invoked'
5395
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:64:in `block (2 levels) in define_proxy_method'
5396
+ rspec-mocks (3.5.0) lib/rspec/mocks/any_instance/recorder.rb:257:in `block in observe!'
5397
+ /Users/cameron/workspace/i18n-instrument/lib/i18n/instrument/middleware.rb:52:in `call'
5398
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
5399
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
5400
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
5401
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
5402
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
5403
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
5404
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
5405
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
5406
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
5407
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
5408
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
5409
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
5410
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
5411
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
5412
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
5413
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
5414
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5415
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
5416
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
5417
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5418
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
5419
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
5420
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
5421
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5422
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
5423
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
5424
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5425
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
5426
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
5427
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
5428
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
5429
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
5430
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
5431
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
5432
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
5433
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:297:in `process'
5434
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:32:in `get'
5435
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'
5436
+ ruby_middleware_spec.rb:63:in `block (3 levels) in <top (required)>'
5437
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `instance_exec'
5438
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `block in run'
5439
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `block in with_around_and_singleton_context_hooks'
5440
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `block in with_around_example_hooks'
5441
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `block in run'
5442
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:611:in `block in run_around_example_hooks_for'
5443
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5444
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5445
+ rspec-rails (3.5.1) lib/rspec/rails/adapters.rb:127:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
5446
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
5447
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
5448
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:382:in `execute_with'
5449
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:613:in `block (2 levels) in run_around_example_hooks_for'
5450
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5451
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5452
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:614:in `run_around_example_hooks_for'
5453
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `run'
5454
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `with_around_example_hooks'
5455
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `with_around_and_singleton_context_hooks'
5456
+ rspec-core (3.5.1) lib/rspec/core/example.rb:249:in `run'
5457
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:627:in `block in run_examples'
5458
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `map'
5459
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `run_examples'
5460
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:589:in `run'
5461
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `block in run'
5462
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `map'
5463
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `run'
5464
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (3 levels) in run_specs'
5465
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `map'
5466
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (2 levels) in run_specs'
5467
+ rspec-core (3.5.1) lib/rspec/core/configuration.rb:1836:in `with_suite_hooks'
5468
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:112:in `block in run_specs'
5469
+ rspec-core (3.5.1) lib/rspec/core/reporter.rb:77:in `report'
5470
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:111:in `run_specs'
5471
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:87:in `run'
5472
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:71:in `run'
5473
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:45:in `invoke'
5474
+ rspec-core (3.5.1) exe/rspec:4:in `<top (required)>'
5475
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `load'
5476
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `<top (required)>'
5477
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `load'
5478
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `kernel_load'
5479
+ bundler (1.12.5) lib/bundler/cli/exec.rb:24:in `run'
5480
+ bundler (1.12.5) lib/bundler/cli.rb:304:in `exec'
5481
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
5482
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
5483
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
5484
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
5485
+ bundler (1.12.5) lib/bundler/cli.rb:11:in `start'
5486
+ bundler (1.12.5) exe/bundle:27:in `block in <top (required)>'
5487
+ bundler (1.12.5) lib/bundler/friendly_errors.rb:98:in `with_friendly_errors'
5488
+ bundler (1.12.5) exe/bundle:19:in `<top (required)>'
5489
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `load'
5490
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `<main>'
5491
+
5492
+
5493
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5494
+ Processing by TestsController#index as HTML
5495
+ Rendered text template (0.0ms)
5496
+ Completed 200 OK in 0ms (Views: 0.2ms)
5497
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5498
+ Processing by TestsController#index as HTML
5499
+ Rendered text template (0.0ms)
5500
+ Completed 200 OK in 0ms (Views: 0.1ms)
5501
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:44:50 -0700
5502
+ Processing by TestsController#index as HTML
5503
+ Rendered text template (0.0ms)
5504
+ Completed 200 OK in 0ms (Views: 0.2ms)
5505
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5506
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5507
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5508
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5509
+ Processing by TestsController#index as HTML
5510
+ Rendered text template (0.0ms)
5511
+ Completed 200 OK in 7ms (Views: 4.5ms)
5512
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5513
+ Processing by TestsController#index as HTML
5514
+ Rendered text template (0.0ms)
5515
+ Completed 200 OK in 0ms (Views: 0.1ms)
5516
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5517
+ Processing by TestsController#index as HTML
5518
+ Rendered text template (0.0ms)
5519
+ Completed 200 OK in 0ms (Views: 0.2ms)
5520
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5521
+ Processing by TestsController#index as HTML
5522
+ Rendered text template (0.0ms)
5523
+ Completed 200 OK in 0ms (Views: 0.2ms)
5524
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5525
+
5526
+ RuntimeError (jelly beans):
5527
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:141:in `block in and_raise'
5528
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `call'
5529
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `block in call'
5530
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `map'
5531
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `call'
5532
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:565:in `invoke_incrementing_actual_calls_by'
5533
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:422:in `invoke'
5534
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:182:in `message_received'
5535
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:326:in `message_received'
5536
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:77:in `proxy_method_invoked'
5537
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:64:in `block (2 levels) in define_proxy_method'
5538
+ rspec-mocks (3.5.0) lib/rspec/mocks/any_instance/recorder.rb:257:in `block in observe!'
5539
+ /Users/cameron/workspace/i18n-instrument/lib/i18n/instrument/middleware.rb:52:in `call'
5540
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
5541
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
5542
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
5543
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
5544
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
5545
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
5546
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
5547
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
5548
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
5549
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
5550
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
5551
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
5552
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
5553
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
5554
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
5555
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
5556
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5557
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
5558
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
5559
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5560
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
5561
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
5562
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
5563
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5564
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
5565
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
5566
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5567
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
5568
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
5569
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
5570
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
5571
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
5572
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
5573
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
5574
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
5575
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:297:in `process'
5576
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:32:in `get'
5577
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'
5578
+ ruby_middleware_spec.rb:63:in `block (3 levels) in <top (required)>'
5579
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `instance_exec'
5580
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `block in run'
5581
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `block in with_around_and_singleton_context_hooks'
5582
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `block in with_around_example_hooks'
5583
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `block in run'
5584
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:611:in `block in run_around_example_hooks_for'
5585
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5586
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5587
+ rspec-rails (3.5.1) lib/rspec/rails/adapters.rb:127:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
5588
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
5589
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
5590
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:382:in `execute_with'
5591
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:613:in `block (2 levels) in run_around_example_hooks_for'
5592
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5593
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5594
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:614:in `run_around_example_hooks_for'
5595
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `run'
5596
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `with_around_example_hooks'
5597
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `with_around_and_singleton_context_hooks'
5598
+ rspec-core (3.5.1) lib/rspec/core/example.rb:249:in `run'
5599
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:627:in `block in run_examples'
5600
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `map'
5601
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `run_examples'
5602
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:589:in `run'
5603
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `block in run'
5604
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `map'
5605
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `run'
5606
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (3 levels) in run_specs'
5607
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `map'
5608
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (2 levels) in run_specs'
5609
+ rspec-core (3.5.1) lib/rspec/core/configuration.rb:1836:in `with_suite_hooks'
5610
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:112:in `block in run_specs'
5611
+ rspec-core (3.5.1) lib/rspec/core/reporter.rb:77:in `report'
5612
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:111:in `run_specs'
5613
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:87:in `run'
5614
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:71:in `run'
5615
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:45:in `invoke'
5616
+ rspec-core (3.5.1) exe/rspec:4:in `<top (required)>'
5617
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `load'
5618
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `<top (required)>'
5619
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `load'
5620
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `kernel_load'
5621
+ bundler (1.12.5) lib/bundler/cli/exec.rb:24:in `run'
5622
+ bundler (1.12.5) lib/bundler/cli.rb:304:in `exec'
5623
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
5624
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
5625
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
5626
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
5627
+ bundler (1.12.5) lib/bundler/cli.rb:11:in `start'
5628
+ bundler (1.12.5) exe/bundle:27:in `block in <top (required)>'
5629
+ bundler (1.12.5) lib/bundler/friendly_errors.rb:98:in `with_friendly_errors'
5630
+ bundler (1.12.5) exe/bundle:19:in `<top (required)>'
5631
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `load'
5632
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `<main>'
5633
+
5634
+
5635
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5636
+ Processing by TestsController#index as HTML
5637
+ Rendered text template (0.0ms)
5638
+ Completed 200 OK in 0ms (Views: 0.2ms)
5639
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5640
+
5641
+ RuntimeError (jelly beans):
5642
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:141:in `block in and_raise'
5643
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `call'
5644
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `block in call'
5645
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `map'
5646
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `call'
5647
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:565:in `invoke_incrementing_actual_calls_by'
5648
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:422:in `invoke'
5649
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:182:in `message_received'
5650
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:326:in `message_received'
5651
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:77:in `proxy_method_invoked'
5652
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:64:in `block (2 levels) in define_proxy_method'
5653
+ rspec-mocks (3.5.0) lib/rspec/mocks/any_instance/recorder.rb:257:in `block in observe!'
5654
+ /Users/cameron/workspace/i18n-instrument/lib/i18n/instrument/middleware.rb:52:in `call'
5655
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
5656
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
5657
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
5658
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
5659
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
5660
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
5661
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
5662
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
5663
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
5664
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
5665
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
5666
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
5667
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
5668
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
5669
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
5670
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
5671
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5672
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
5673
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
5674
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5675
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
5676
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
5677
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
5678
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5679
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
5680
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
5681
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5682
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
5683
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
5684
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
5685
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
5686
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
5687
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
5688
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
5689
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
5690
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:297:in `process'
5691
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:32:in `get'
5692
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'
5693
+ ruby_middleware_spec.rb:86:in `block (5 levels) in <top (required)>'
5694
+ rspec-expectations (3.5.0) lib/rspec/matchers/built_in/change.rb:327:in `call'
5695
+ rspec-expectations (3.5.0) lib/rspec/matchers/built_in/change.rb:327:in `perform_change'
5696
+ rspec-expectations (3.5.0) lib/rspec/matchers/built_in/change.rb:172:in `matches?'
5697
+ rspec-expectations (3.5.0) lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
5698
+ rspec-expectations (3.5.0) lib/rspec/expectations/handler.rb:27:in `with_matcher'
5699
+ rspec-expectations (3.5.0) lib/rspec/expectations/handler.rb:48:in `handle_matcher'
5700
+ rspec-expectations (3.5.0) lib/rspec/expectations/expectation_target.rb:65:in `to'
5701
+ rspec-expectations (3.5.0) lib/rspec/expectations/expectation_target.rb:101:in `to'
5702
+ ruby_middleware_spec.rb:86:in `block (4 levels) in <top (required)>'
5703
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `instance_exec'
5704
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `block in run'
5705
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `block in with_around_and_singleton_context_hooks'
5706
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `block in with_around_example_hooks'
5707
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `block in run'
5708
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:611:in `block in run_around_example_hooks_for'
5709
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5710
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5711
+ rspec-rails (3.5.1) lib/rspec/rails/adapters.rb:127:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
5712
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
5713
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
5714
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:382:in `execute_with'
5715
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:613:in `block (2 levels) in run_around_example_hooks_for'
5716
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5717
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5718
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:614:in `run_around_example_hooks_for'
5719
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `run'
5720
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `with_around_example_hooks'
5721
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `with_around_and_singleton_context_hooks'
5722
+ rspec-core (3.5.1) lib/rspec/core/example.rb:249:in `run'
5723
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:627:in `block in run_examples'
5724
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `map'
5725
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `run_examples'
5726
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:589:in `run'
5727
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `block in run'
5728
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `map'
5729
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `run'
5730
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `block in run'
5731
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `map'
5732
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `run'
5733
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (3 levels) in run_specs'
5734
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `map'
5735
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (2 levels) in run_specs'
5736
+ rspec-core (3.5.1) lib/rspec/core/configuration.rb:1836:in `with_suite_hooks'
5737
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:112:in `block in run_specs'
5738
+ rspec-core (3.5.1) lib/rspec/core/reporter.rb:77:in `report'
5739
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:111:in `run_specs'
5740
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:87:in `run'
5741
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:71:in `run'
5742
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:45:in `invoke'
5743
+ rspec-core (3.5.1) exe/rspec:4:in `<top (required)>'
5744
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `load'
5745
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `<top (required)>'
5746
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `load'
5747
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `kernel_load'
5748
+ bundler (1.12.5) lib/bundler/cli/exec.rb:24:in `run'
5749
+ bundler (1.12.5) lib/bundler/cli.rb:304:in `exec'
5750
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
5751
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
5752
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
5753
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
5754
+ bundler (1.12.5) lib/bundler/cli.rb:11:in `start'
5755
+ bundler (1.12.5) exe/bundle:27:in `block in <top (required)>'
5756
+ bundler (1.12.5) lib/bundler/friendly_errors.rb:98:in `with_friendly_errors'
5757
+ bundler (1.12.5) exe/bundle:19:in `<top (required)>'
5758
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `load'
5759
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `<main>'
5760
+
5761
+
5762
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:45:40 -0700
5763
+ Processing by TestsController#index as HTML
5764
+ Rendered text template (0.0ms)
5765
+ Completed 200 OK in 0ms (Views: 0.2ms)
5766
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
5767
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
5768
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
5769
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
5770
+ Processing by TestsController#index as HTML
5771
+ Rendered text template (0.0ms)
5772
+ Completed 200 OK in 6ms (Views: 4.1ms)
5773
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
5774
+ Processing by TestsController#index as HTML
5775
+ Rendered text template (0.0ms)
5776
+ Completed 200 OK in 0ms (Views: 0.2ms)
5777
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
5778
+ Processing by TestsController#index as HTML
5779
+ Rendered text template (0.0ms)
5780
+ Completed 200 OK in 0ms (Views: 0.2ms)
5781
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
5782
+ Processing by TestsController#index as HTML
5783
+ Rendered text template (0.0ms)
5784
+ Completed 200 OK in 0ms (Views: 0.2ms)
5785
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
5786
+
5787
+ RuntimeError (jelly beans):
5788
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:141:in `block in and_raise'
5789
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `call'
5790
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `block in call'
5791
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `map'
5792
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `call'
5793
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:565:in `invoke_incrementing_actual_calls_by'
5794
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:422:in `invoke'
5795
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:182:in `message_received'
5796
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:326:in `message_received'
5797
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:77:in `proxy_method_invoked'
5798
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:64:in `block (2 levels) in define_proxy_method'
5799
+ rspec-mocks (3.5.0) lib/rspec/mocks/any_instance/recorder.rb:257:in `block in observe!'
5800
+ /Users/cameron/workspace/i18n-instrument/lib/i18n/instrument/middleware.rb:52:in `call'
5801
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
5802
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
5803
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
5804
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
5805
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
5806
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
5807
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
5808
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
5809
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
5810
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
5811
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
5812
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
5813
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
5814
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
5815
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
5816
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
5817
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5818
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
5819
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
5820
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5821
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
5822
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
5823
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
5824
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5825
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
5826
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
5827
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5828
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
5829
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
5830
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
5831
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
5832
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
5833
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
5834
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
5835
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
5836
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:297:in `process'
5837
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:32:in `get'
5838
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'
5839
+ ruby_middleware_spec.rb:63:in `block (3 levels) in <top (required)>'
5840
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `instance_exec'
5841
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `block in run'
5842
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `block in with_around_and_singleton_context_hooks'
5843
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `block in with_around_example_hooks'
5844
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `block in run'
5845
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:611:in `block in run_around_example_hooks_for'
5846
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5847
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5848
+ rspec-rails (3.5.1) lib/rspec/rails/adapters.rb:127:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
5849
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
5850
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
5851
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:382:in `execute_with'
5852
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:613:in `block (2 levels) in run_around_example_hooks_for'
5853
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5854
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5855
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:614:in `run_around_example_hooks_for'
5856
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `run'
5857
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `with_around_example_hooks'
5858
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `with_around_and_singleton_context_hooks'
5859
+ rspec-core (3.5.1) lib/rspec/core/example.rb:249:in `run'
5860
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:627:in `block in run_examples'
5861
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `map'
5862
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `run_examples'
5863
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:589:in `run'
5864
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `block in run'
5865
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `map'
5866
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `run'
5867
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (3 levels) in run_specs'
5868
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `map'
5869
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (2 levels) in run_specs'
5870
+ rspec-core (3.5.1) lib/rspec/core/configuration.rb:1836:in `with_suite_hooks'
5871
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:112:in `block in run_specs'
5872
+ rspec-core (3.5.1) lib/rspec/core/reporter.rb:77:in `report'
5873
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:111:in `run_specs'
5874
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:87:in `run'
5875
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:71:in `run'
5876
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:45:in `invoke'
5877
+ rspec-core (3.5.1) exe/rspec:4:in `<top (required)>'
5878
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `load'
5879
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `<top (required)>'
5880
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `load'
5881
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `kernel_load'
5882
+ bundler (1.12.5) lib/bundler/cli/exec.rb:24:in `run'
5883
+ bundler (1.12.5) lib/bundler/cli.rb:304:in `exec'
5884
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
5885
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
5886
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
5887
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
5888
+ bundler (1.12.5) lib/bundler/cli.rb:11:in `start'
5889
+ bundler (1.12.5) exe/bundle:27:in `block in <top (required)>'
5890
+ bundler (1.12.5) lib/bundler/friendly_errors.rb:98:in `with_friendly_errors'
5891
+ bundler (1.12.5) exe/bundle:19:in `<top (required)>'
5892
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `load'
5893
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `<main>'
5894
+
5895
+
5896
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
5897
+ Processing by TestsController#index as HTML
5898
+ Rendered text template (0.0ms)
5899
+ Completed 200 OK in 0ms (Views: 0.2ms)
5900
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
5901
+
5902
+ RuntimeError (jelly beans):
5903
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:141:in `block in and_raise'
5904
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `call'
5905
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `block in call'
5906
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `map'
5907
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `call'
5908
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:565:in `invoke_incrementing_actual_calls_by'
5909
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:422:in `invoke'
5910
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:182:in `message_received'
5911
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:326:in `message_received'
5912
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:77:in `proxy_method_invoked'
5913
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:64:in `block (2 levels) in define_proxy_method'
5914
+ rspec-mocks (3.5.0) lib/rspec/mocks/any_instance/recorder.rb:257:in `block in observe!'
5915
+ /Users/cameron/workspace/i18n-instrument/lib/i18n/instrument/middleware.rb:52:in `call'
5916
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
5917
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
5918
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
5919
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
5920
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
5921
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
5922
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
5923
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
5924
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
5925
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
5926
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
5927
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
5928
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
5929
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
5930
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
5931
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
5932
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
5933
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
5934
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
5935
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
5936
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
5937
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
5938
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
5939
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
5940
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
5941
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
5942
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
5943
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
5944
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
5945
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
5946
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
5947
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
5948
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
5949
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
5950
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
5951
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:297:in `process'
5952
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:32:in `get'
5953
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'
5954
+ ruby_middleware_spec.rb:86:in `block (5 levels) in <top (required)>'
5955
+ rspec-expectations (3.5.0) lib/rspec/matchers/built_in/change.rb:327:in `call'
5956
+ rspec-expectations (3.5.0) lib/rspec/matchers/built_in/change.rb:327:in `perform_change'
5957
+ rspec-expectations (3.5.0) lib/rspec/matchers/built_in/change.rb:172:in `matches?'
5958
+ rspec-expectations (3.5.0) lib/rspec/expectations/handler.rb:50:in `block in handle_matcher'
5959
+ rspec-expectations (3.5.0) lib/rspec/expectations/handler.rb:27:in `with_matcher'
5960
+ rspec-expectations (3.5.0) lib/rspec/expectations/handler.rb:48:in `handle_matcher'
5961
+ rspec-expectations (3.5.0) lib/rspec/expectations/expectation_target.rb:65:in `to'
5962
+ rspec-expectations (3.5.0) lib/rspec/expectations/expectation_target.rb:101:in `to'
5963
+ ruby_middleware_spec.rb:86:in `block (4 levels) in <top (required)>'
5964
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `instance_exec'
5965
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `block in run'
5966
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `block in with_around_and_singleton_context_hooks'
5967
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `block in with_around_example_hooks'
5968
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `block in run'
5969
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:611:in `block in run_around_example_hooks_for'
5970
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5971
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5972
+ rspec-rails (3.5.1) lib/rspec/rails/adapters.rb:127:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
5973
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
5974
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
5975
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:382:in `execute_with'
5976
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:613:in `block (2 levels) in run_around_example_hooks_for'
5977
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5978
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
5979
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:614:in `run_around_example_hooks_for'
5980
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `run'
5981
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `with_around_example_hooks'
5982
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `with_around_and_singleton_context_hooks'
5983
+ rspec-core (3.5.1) lib/rspec/core/example.rb:249:in `run'
5984
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:627:in `block in run_examples'
5985
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `map'
5986
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `run_examples'
5987
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:589:in `run'
5988
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `block in run'
5989
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `map'
5990
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `run'
5991
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `block in run'
5992
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `map'
5993
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `run'
5994
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (3 levels) in run_specs'
5995
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `map'
5996
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (2 levels) in run_specs'
5997
+ rspec-core (3.5.1) lib/rspec/core/configuration.rb:1836:in `with_suite_hooks'
5998
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:112:in `block in run_specs'
5999
+ rspec-core (3.5.1) lib/rspec/core/reporter.rb:77:in `report'
6000
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:111:in `run_specs'
6001
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:87:in `run'
6002
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:71:in `run'
6003
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:45:in `invoke'
6004
+ rspec-core (3.5.1) exe/rspec:4:in `<top (required)>'
6005
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `load'
6006
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `<top (required)>'
6007
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `load'
6008
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `kernel_load'
6009
+ bundler (1.12.5) lib/bundler/cli/exec.rb:24:in `run'
6010
+ bundler (1.12.5) lib/bundler/cli.rb:304:in `exec'
6011
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
6012
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
6013
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
6014
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
6015
+ bundler (1.12.5) lib/bundler/cli.rb:11:in `start'
6016
+ bundler (1.12.5) exe/bundle:27:in `block in <top (required)>'
6017
+ bundler (1.12.5) lib/bundler/friendly_errors.rb:98:in `with_friendly_errors'
6018
+ bundler (1.12.5) exe/bundle:19:in `<top (required)>'
6019
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `load'
6020
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `<main>'
6021
+
6022
+
6023
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:46:09 -0700
6024
+ Processing by TestsController#index as HTML
6025
+ Rendered text template (0.0ms)
6026
+ Completed 200 OK in 0ms (Views: 0.2ms)
6027
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6028
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6029
+ Started POST "/i18n/instrument.json" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6030
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6031
+ Processing by TestsController#index as HTML
6032
+ Rendered text template (0.0ms)
6033
+ Completed 200 OK in 8ms (Views: 5.2ms)
6034
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6035
+ Processing by TestsController#index as HTML
6036
+ Rendered text template (0.0ms)
6037
+ Completed 200 OK in 1ms (Views: 0.2ms)
6038
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6039
+ Processing by TestsController#index as HTML
6040
+ Rendered text template (0.0ms)
6041
+ Completed 200 OK in 0ms (Views: 0.2ms)
6042
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6043
+ Processing by TestsController#index as HTML
6044
+ Completed 500 Internal Server Error in 0ms
6045
+
6046
+ RuntimeError (jelly beans):
6047
+ app/controllers/tests_controller.rb:3:in `index'
6048
+
6049
+
6050
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6051
+
6052
+ RuntimeError (jelly beans):
6053
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:141:in `block in and_raise'
6054
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `call'
6055
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:683:in `block in call'
6056
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `map'
6057
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:682:in `call'
6058
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:565:in `invoke_incrementing_actual_calls_by'
6059
+ rspec-mocks (3.5.0) lib/rspec/mocks/message_expectation.rb:422:in `invoke'
6060
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:182:in `message_received'
6061
+ rspec-mocks (3.5.0) lib/rspec/mocks/proxy.rb:326:in `message_received'
6062
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:77:in `proxy_method_invoked'
6063
+ rspec-mocks (3.5.0) lib/rspec/mocks/method_double.rb:64:in `block (2 levels) in define_proxy_method'
6064
+ rspec-mocks (3.5.0) lib/rspec/mocks/any_instance/recorder.rb:257:in `block in observe!'
6065
+ /Users/cameron/workspace/i18n-instrument/lib/i18n/instrument/middleware.rb:52:in `call'
6066
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
6067
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
6068
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
6069
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
6070
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
6071
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
6072
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
6073
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
6074
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
6075
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
6076
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
6077
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
6078
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
6079
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
6080
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
6081
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
6082
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
6083
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
6084
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
6085
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
6086
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
6087
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
6088
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
6089
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
6090
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
6091
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
6092
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
6093
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
6094
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
6095
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
6096
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
6097
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
6098
+ rack-test (0.6.3) lib/rack/mock_session.rb:30:in `request'
6099
+ rack-test (0.6.3) lib/rack/test.rb:244:in `process_request'
6100
+ rack-test (0.6.3) lib/rack/test.rb:124:in `request'
6101
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:297:in `process'
6102
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:32:in `get'
6103
+ actionpack (4.2.6) lib/action_dispatch/testing/integration.rb:346:in `block (2 levels) in <module:Runner>'
6104
+ ruby_middleware_spec.rb:63:in `block (3 levels) in <top (required)>'
6105
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `instance_exec'
6106
+ rspec-core (3.5.1) lib/rspec/core/example.rb:252:in `block in run'
6107
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `block in with_around_and_singleton_context_hooks'
6108
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `block in with_around_example_hooks'
6109
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `block in run'
6110
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:611:in `block in run_around_example_hooks_for'
6111
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
6112
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
6113
+ rspec-rails (3.5.1) lib/rspec/rails/adapters.rb:127:in `block (2 levels) in <module:MinitestLifecycleAdapter>'
6114
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
6115
+ rspec-core (3.5.1) lib/rspec/core/example.rb:441:in `instance_exec'
6116
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:382:in `execute_with'
6117
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:613:in `block (2 levels) in run_around_example_hooks_for'
6118
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
6119
+ rspec-core (3.5.1) lib/rspec/core/example.rb:336:in `call'
6120
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:614:in `run_around_example_hooks_for'
6121
+ rspec-core (3.5.1) lib/rspec/core/hooks.rb:471:in `run'
6122
+ rspec-core (3.5.1) lib/rspec/core/example.rb:451:in `with_around_example_hooks'
6123
+ rspec-core (3.5.1) lib/rspec/core/example.rb:494:in `with_around_and_singleton_context_hooks'
6124
+ rspec-core (3.5.1) lib/rspec/core/example.rb:249:in `run'
6125
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:627:in `block in run_examples'
6126
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `map'
6127
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:623:in `run_examples'
6128
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:589:in `run'
6129
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `block in run'
6130
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `map'
6131
+ rspec-core (3.5.1) lib/rspec/core/example_group.rb:590:in `run'
6132
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (3 levels) in run_specs'
6133
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `map'
6134
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:113:in `block (2 levels) in run_specs'
6135
+ rspec-core (3.5.1) lib/rspec/core/configuration.rb:1836:in `with_suite_hooks'
6136
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:112:in `block in run_specs'
6137
+ rspec-core (3.5.1) lib/rspec/core/reporter.rb:77:in `report'
6138
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:111:in `run_specs'
6139
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:87:in `run'
6140
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:71:in `run'
6141
+ rspec-core (3.5.1) lib/rspec/core/runner.rb:45:in `invoke'
6142
+ rspec-core (3.5.1) exe/rspec:4:in `<top (required)>'
6143
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `load'
6144
+ /Users/cameron/.rbenv/versions/2.1.6/bin/rspec:23:in `<top (required)>'
6145
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `load'
6146
+ bundler (1.12.5) lib/bundler/cli/exec.rb:63:in `kernel_load'
6147
+ bundler (1.12.5) lib/bundler/cli/exec.rb:24:in `run'
6148
+ bundler (1.12.5) lib/bundler/cli.rb:304:in `exec'
6149
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
6150
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
6151
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor.rb:359:in `dispatch'
6152
+ bundler (1.12.5) lib/bundler/vendor/thor/lib/thor/base.rb:440:in `start'
6153
+ bundler (1.12.5) lib/bundler/cli.rb:11:in `start'
6154
+ bundler (1.12.5) exe/bundle:27:in `block in <top (required)>'
6155
+ bundler (1.12.5) lib/bundler/friendly_errors.rb:98:in `with_friendly_errors'
6156
+ bundler (1.12.5) exe/bundle:19:in `<top (required)>'
6157
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `load'
6158
+ /Users/cameron/.rbenv/versions/2.1.6/bin/bundle:23:in `<main>'
6159
+
6160
+
6161
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6162
+ Processing by TestsController#index as HTML
6163
+ Rendered text template (0.0ms)
6164
+ Completed 200 OK in 0ms (Views: 0.2ms)
6165
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6166
+ Processing by TestsController#index as HTML
6167
+ Rendered text template (0.0ms)
6168
+ Completed 200 OK in 0ms (Views: 0.2ms)
6169
+ Started GET "/tests" for 127.0.0.1 at 2016-07-28 11:50:03 -0700
6170
+ Processing by TestsController#index as HTML
6171
+ Rendered text template (0.0ms)
6172
+ Completed 200 OK in 0ms (Views: 0.2ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-instrument
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro