(0.1ms) SELECT sqlite_version(*)  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.7ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateUsers (20170714092754)  (0.0ms) begin transaction  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170714092754"]]  (0.8ms) commit transaction Migrating to CreatePosts (20170714092755)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170714092755"]]  (0.6ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2017-07-14 09:27:57.173387"], ["updated_at", "2017-07-14 09:27:57.173387"]]  (0.7ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name1"], ["created_at", "2017-07-14 09:27:58.727994"], ["updated_at", "2017-07-14 09:27:58.727994"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [PubsubNotifier::Client::LoggerClient#notify_success] UserNotifier#success called with User. [PubsubNotifier::Client::LoggerClient#notify_success] PostNotifier#success called with User. Rendering user_mailer/success.html.erb within layouts/mailer Rendered user_mailer/success.html.erb within layouts/mailer (1.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/user_mailer.rb:12:in `success'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] Rendering user_mailer/success.text.erb within layouts/mailer Rendered user_mailer/success.text.erb within layouts/mailer (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/user_mailer.rb:12:in `success'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] UserMailer#success: processed outbound mail in 169.9ms Sent mail to to@example.org (5.9ms) Date: Fri, 14 Jul 2017 18:27:58 +0900 From: from@example.com To: to@example.org Message-ID: <59688e9ede90c_7b203fe81083f9f4671a1@orsay.local.mail> Subject: Success Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_59688e9edd993_7b203fe81083f9f46704"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59688e9edd993_7b203fe81083f9f46704 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit User#success Hi, find me in app/views/user_mailer/success.text.erb ----==_mimepart_59688e9edd993_7b203fe81083f9f46704 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

User#success

Hi, find me in app/views/user_mailer/success.html.erb

----==_mimepart_59688e9edd993_7b203fe81083f9f46704--  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name2"], ["created_at", "2017-07-14 09:27:58.919453"], ["updated_at", "2017-07-14 09:27:58.919453"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [PubsubNotifier::Client::LoggerClient#notify_failure] UserNotifier#failure called with User. [PubsubNotifier::Client::LoggerClient#notify_failure] PostNotifier#failure called with User. Rendering post_mailer/failure.html.erb within layouts/mailer Rendered post_mailer/failure.html.erb within layouts/mailer (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/post_mailer.rb:12:in `failure'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] Rendering post_mailer/failure.text.erb within layouts/mailer Rendered post_mailer/failure.text.erb within layouts/mailer (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/post_mailer.rb:12:in `failure'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] PostMailer#failure: processed outbound mail in 17.7ms Sent mail to to@example.org (2.3ms) Date: Fri, 14 Jul 2017 18:27:58 +0900 From: from@example.com To: to@example.org Message-ID: <59688e9ee58bf_7b203fe81083f9f4673f9@orsay.local.mail> Subject: Failure Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_59688e9ee5292_7b203fe81083f9f467281"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59688e9ee5292_7b203fe81083f9f467281 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Post#failure Hi, find me in app/views/post_mailer/failure.text.erb ----==_mimepart_59688e9ee5292_7b203fe81083f9f467281 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Post#failure

Hi, find me in app/views/post_mailer/failure.html.erb

----==_mimepart_59688e9ee5292_7b203fe81083f9f467281--  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [PubsubNotifier::Client::LoggerClient#notify_failure] message  (0.0ms) rollback transaction  (0.0ms) begin transaction [PubsubNotifier::Client::LoggerClient#notify_success] message  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.5ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name1"], ["created_at", "2017-07-14 09:29:23.759824"], ["updated_at", "2017-07-14 09:29:23.759824"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [PubsubNotifier::Client::LoggerClient#notify_success] UserNotifier#success called with User. [PubsubNotifier::Client::LoggerClient#notify_success] PostNotifier#success called with User. Rendering user_mailer/success.html.erb within layouts/mailer Rendered user_mailer/success.html.erb within layouts/mailer (0.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/user_mailer.rb:12:in `success'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] Rendering user_mailer/success.text.erb within layouts/mailer Rendered user_mailer/success.text.erb within layouts/mailer (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/user_mailer.rb:12:in `success'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] UserMailer#success: processed outbound mail in 126.5ms Sent mail to to@example.org (5.6ms) Date: Fri, 14 Jul 2017 18:29:23 +0900 From: from@example.com To: to@example.org Message-ID: <59688ef3dbdb8_7c873fc1a503fa247011a@orsay.local.mail> Subject: Success Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_59688ef3dae62_7c873fc1a503fa247002d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59688ef3dae62_7c873fc1a503fa247002d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit User#success Hi, find me in app/views/user_mailer/success.text.erb ----==_mimepart_59688ef3dae62_7c873fc1a503fa247002d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

User#success

Hi, find me in app/views/user_mailer/success.html.erb

----==_mimepart_59688ef3dae62_7c873fc1a503fa247002d--  (2.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name2"], ["created_at", "2017-07-14 09:29:23.907131"], ["updated_at", "2017-07-14 09:29:23.907131"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 [PubsubNotifier::Client::LoggerClient#notify_failure] UserNotifier#failure called with User. [PubsubNotifier::Client::LoggerClient#notify_failure] PostNotifier#failure called with User. Rendering post_mailer/failure.html.erb within layouts/mailer Rendered post_mailer/failure.html.erb within layouts/mailer (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/post_mailer.rb:12:in `failure'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] Rendering post_mailer/failure.text.erb within layouts/mailer Rendered post_mailer/failure.text.erb within layouts/mailer (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/post_mailer.rb:12:in `failure'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] PostMailer#failure: processed outbound mail in 16.8ms Sent mail to to@example.org (4.6ms) Date: Fri, 14 Jul 2017 18:29:23 +0900 From: from@example.com To: to@example.org Message-ID: <59688ef3e2365_7c873fc1a503fa24703e5@orsay.local.mail> Subject: Failure Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_59688ef3e1ce7_7c873fc1a503fa247029a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59688ef3e1ce7_7c873fc1a503fa247029a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Post#failure Hi, find me in app/views/post_mailer/failure.text.erb ----==_mimepart_59688ef3e1ce7_7c873fc1a503fa247029a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Post#failure

Hi, find me in app/views/post_mailer/failure.html.erb

----==_mimepart_59688ef3e1ce7_7c873fc1a503fa247029a--  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction #  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [PubsubNotifier::Client::LoggerClient#notify_failure] message  (0.0ms) rollback transaction  (0.0ms) begin transaction [PubsubNotifier::Client::LoggerClient#notify_success] message  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction #  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name1"], ["created_at", "2017-07-14 09:32:32.346482"], ["updated_at", "2017-07-14 09:32:32.346482"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 [PubsubNotifier::Client::LoggerClient#notify_success] UserNotifier#success called with User. [PubsubNotifier::Client::LoggerClient#notify_success] PostNotifier#success called with User. Rendering user_mailer/success.html.erb within layouts/mailer Rendered user_mailer/success.html.erb within layouts/mailer (0.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/user_mailer.rb:12:in `success'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] Rendering user_mailer/success.text.erb within layouts/mailer Rendered user_mailer/success.text.erb within layouts/mailer (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/user_mailer.rb:12:in `success'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] UserMailer#success: processed outbound mail in 143.9ms Sent mail to to@example.org (11.0ms) Date: Fri, 14 Jul 2017 18:32:32 +0900 From: from@example.com To: to@example.org Message-ID: <59688fb07b0d9_831a3fdd4783fa0414683@orsay.local.mail> Subject: Success Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_59688fb079664_831a3fdd4783fa0414562"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59688fb079664_831a3fdd4783fa0414562 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit User#success Hi, find me in app/views/user_mailer/success.text.erb ----==_mimepart_59688fb079664_831a3fdd4783fa0414562 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

User#success

Hi, find me in app/views/user_mailer/success.html.erb

----==_mimepart_59688fb079664_831a3fdd4783fa0414562--  (2.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name2"], ["created_at", "2017-07-14 09:32:32.514474"], ["updated_at", "2017-07-14 09:32:32.514474"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 [PubsubNotifier::Client::LoggerClient#notify_failure] UserNotifier#failure called with User. [PubsubNotifier::Client::LoggerClient#notify_failure] PostNotifier#failure called with User. Rendering post_mailer/failure.html.erb within layouts/mailer Rendered post_mailer/failure.html.erb within layouts/mailer (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/post_mailer.rb:12:in `failure'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] Rendering post_mailer/failure.text.erb within layouts/mailer Rendered post_mailer/failure.text.erb within layouts/mailer (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/post_mailer.rb:12:in `failure'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] PostMailer#failure: processed outbound mail in 16.4ms Sent mail to to@example.org (2.6ms) Date: Fri, 14 Jul 2017 18:32:32 +0900 From: from@example.com To: to@example.org Message-ID: <59688fb0826d1_831a3fdd4783fa04148b0@orsay.local.mail> Subject: Failure Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_59688fb081fd6_831a3fdd4783fa04147d3"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59688fb081fd6_831a3fdd4783fa04147d3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Post#failure Hi, find me in app/views/post_mailer/failure.text.erb ----==_mimepart_59688fb081fd6_831a3fdd4783fa04147d3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Post#failure

Hi, find me in app/views/post_mailer/failure.html.erb

----==_mimepart_59688fb081fd6_831a3fdd4783fa04147d3--  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name1"], ["created_at", "2017-07-14 09:41:42.504608"], ["updated_at", "2017-07-14 09:41:42.504608"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 [PubsubNotifier::Client::LoggerClient#notify_failure] UserNotifier#failure called with User. [PubsubNotifier::Client::LoggerClient#notify_failure] PostNotifier#failure called with User. Rendering post_mailer/failure.html.erb within layouts/mailer Rendered post_mailer/failure.html.erb within layouts/mailer (0.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/post_mailer.rb:12:in `failure'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] Rendering post_mailer/failure.text.erb within layouts/mailer Rendered post_mailer/failure.text.erb within layouts/mailer (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/post_mailer.rb:12:in `failure'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] PostMailer#failure: processed outbound mail in 131.2ms Sent mail to to@example.org (5.5ms) Date: Fri, 14 Jul 2017 18:41:42 +0900 From: from@example.com To: to@example.org Message-ID: <596891d69de72_8a3c3feb2243fa2470738@orsay.local.mail> Subject: Failure Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_596891d69d020_8a3c3feb2243fa2470661"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_596891d69d020_8a3c3feb2243fa2470661 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Post#failure Hi, find me in app/views/post_mailer/failure.text.erb ----==_mimepart_596891d69d020_8a3c3feb2243fa2470661 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Post#failure

Hi, find me in app/views/post_mailer/failure.html.erb

----==_mimepart_596891d69d020_8a3c3feb2243fa2470661--  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name2"], ["created_at", "2017-07-14 09:41:42.653726"], ["updated_at", "2017-07-14 09:41:42.653726"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [PubsubNotifier::Client::LoggerClient#notify_success] UserNotifier#success called with User. [PubsubNotifier::Client::LoggerClient#notify_success] PostNotifier#success called with User. Rendering user_mailer/success.html.erb within layouts/mailer Rendered user_mailer/success.html.erb within layouts/mailer (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/user_mailer.rb:12:in `success'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] Rendering user_mailer/success.text.erb within layouts/mailer Rendered user_mailer/success.text.erb within layouts/mailer (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/user_mailer.rb:12:in `success'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/gemfiles/vendor/bundle/bin/rspec:22:in `'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:74:in `kernel_load'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli/exec.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:360:in `exec'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor.rb:369:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:20:in `dispatch'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/vendor/thor/lib/thor/base.rb:444:in `start'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/cli.rb:10:in `start'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:35:in `block in '", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/gems/2.3.0/gems/bundler-1.15.1/lib/bundler/friendly_errors.rb:121:in `with_friendly_errors'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/bundler-1.15.1/exe/bundle:27:in `'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `load'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/bin/bundle:22:in `
'"] UserMailer#success: processed outbound mail in 17.2ms Sent mail to to@example.org (2.3ms) Date: Fri, 14 Jul 2017 18:41:42 +0900 From: from@example.com To: to@example.org Message-ID: <596891d6a49e4_8a3c3feb2243fa24709c3@orsay.local.mail> Subject: Success Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_596891d6a43ee_8a3c3feb2243fa24708df"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_596891d6a43ee_8a3c3feb2243fa24708df Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit User#success Hi, find me in app/views/user_mailer/success.text.erb ----==_mimepart_596891d6a43ee_8a3c3feb2243fa24708df Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

User#success

Hi, find me in app/views/user_mailer/success.html.erb

----==_mimepart_596891d6a43ee_8a3c3feb2243fa24708df--  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction #  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction [PubsubNotifier::Client::LoggerClient#notify_success] message  (0.0ms) rollback transaction  (0.0ms) begin transaction [PubsubNotifier::Client::LoggerClient#notify_failure] message  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.2ms) rollback transaction  (0.1ms) begin transaction #  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction [PubsubNotifier::Client::LoggerClient#notify_failure] message  (0.0ms) rollback transaction  (0.0ms) begin transaction [PubsubNotifier::Client::LoggerClient#notify_success] message  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (1.0ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name1"], ["created_at", "2017-07-14 09:47:20.892144"], ["updated_at", "2017-07-14 09:47:20.892144"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [PubsubNotifier::Client::LoggerClient#notify_success] UserNotifier#success called with User. [PubsubNotifier::Client::LoggerClient#notify_success] PostNotifier#success called with User. Rendering user_mailer/success.html.erb within layouts/mailer Rendered user_mailer/success.html.erb within layouts/mailer (1.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/user_mailer.rb:12:in `success'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `
'"] Rendering user_mailer/success.text.erb within layouts/mailer Rendered user_mailer/success.text.erb within layouts/mailer (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/user_mailer.rb:12:in `success'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:8:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `
'"] UserMailer#success: processed outbound mail in 155.1ms Sent mail to to@example.org (7.4ms) Date: Fri, 14 Jul 2017 18:47:21 +0900 From: from@example.com To: to@example.org Message-ID: <59689329fdd0_8c533fe5e403fa0c58919@orsay.local.mail> Subject: Success Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_59689329ea1b_8c533fe5e403fa0c58888"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59689329ea1b_8c533fe5e403fa0c58888 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit User#success Hi, find me in app/views/user_mailer/success.text.erb ----==_mimepart_59689329ea1b_8c533fe5e403fa0c58888 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

User#success

Hi, find me in app/views/user_mailer/success.html.erb

----==_mimepart_59689329ea1b_8c533fe5e403fa0c58888--  (0.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "users" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "name2"], ["created_at", "2017-07-14 09:47:21.070977"], ["updated_at", "2017-07-14 09:47:21.070977"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 [PubsubNotifier::Client::LoggerClient#notify_failure] UserNotifier#failure called with User. [PubsubNotifier::Client::LoggerClient#notify_failure] PostNotifier#failure called with User. Rendering post_mailer/failure.html.erb within layouts/mailer Rendered post_mailer/failure.html.erb within layouts/mailer (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/post_mailer.rb:12:in `failure'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `
'"] Rendering post_mailer/failure.text.erb within layouts/mailer Rendered post_mailer/failure.text.erb within layouts/mailer (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::IntegrationTest::Broadcasting:Class ["/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/subscriber.rb:99:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:830:in `mail'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/rails/rails-5.1.2/app/mailers/post_mailer.rb:12:in `failure'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionpack-5.1.2/lib/abstract_controller/base.rb:124:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionview-5.1.2/lib/action_view/rendering.rb:30:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:609:in `block in process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/activesupport-5.1.2/lib/active_support/notifications.rb:166:in `instrument'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/base.rb:608:in `process'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/actionmailer-5.1.2/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `tap'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/acts_as_notifier.rb:17:in `method_missing'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `public_send'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/broadcasters/send_broadcaster.rb:5:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/registration/object.rb:18:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:43:in `block in broadcast'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/yhirano/.rbenv/versions/2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/wisper-2.0.0/lib/wisper/publisher.rb:42:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/pubsub.rb:6:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/lib/pubsub_notifier/proxy.rb:27:in `broadcast'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (4 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/spec/integration_spec.rb:12:in `block (3 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `block in run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:590:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/yhirano/dev/src/github.com/yhirano55/pubsub_notifier/vendor/bundle/gems/rspec-core-3.6.0/exe/rspec:4:in `
'"] PostMailer#failure: processed outbound mail in 19.5ms Sent mail to to@example.org (3.5ms) Date: Fri, 14 Jul 2017 18:47:21 +0900 From: from@example.com To: to@example.org Message-ID: <5968932916ec6_8c533fe5e403fa0c5912f@orsay.local.mail> Subject: Failure Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="--==_mimepart_5968932916480_8c533fe5e403fa0c59051"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5968932916480_8c533fe5e403fa0c59051 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Post#failure Hi, find me in app/views/post_mailer/failure.text.erb ----==_mimepart_5968932916480_8c533fe5e403fa0c59051 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Post#failure

Hi, find me in app/views/post_mailer/failure.html.erb

----==_mimepart_5968932916480_8c533fe5e403fa0c59051--  (0.4ms) rollback transaction