(0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:54:48.372209"], ["updated_at", "2017-05-26 02:54:48.372209"]]  (0.9ms) commit transaction Started GET "/users/80/send_instructions" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"80"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 80], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (10.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:24:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:830:in `mail'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:24:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 177.1ms Sent mail to elmer@fudd.com (13.4ms) Date: Thu, 25 May 2017 19:54:48 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <592798f893c3c_43283ff2d103f9f4116b6@Faramir.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_592798f891e0d_43283ff2d103f9f41159b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_592798f891e0d_43283ff2d103f9f41159b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_592798f891e0d_43283ff2d103f9f41159b Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_80.xlsx Content-ID: <592798f894ac5_43283ff2d103f9f411752@Faramir.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rMduj6w8BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFNT4Qw EIbv/grSO7Swi64NsAfNnjQxEaPx1pSRbaQfaeuC/17o7iKb7HHmfebpNFNs B9lFB7BOaFWiNCEoAsV1I1Rbord6F2/Qtiq4oVxbeLHagPUCXDSOKUe5KdHe e0MxdnwPkrlkJNQYfmkrmR9L22LD+DdrAWeE3GIJnjXMMzwJYzMb0UnZ8Flp fmwXBA3H0IEE5R1OkxT/s1L4XwNXJ87hgvZgpbsKh2QmBydmqu/7pF8Fbtw/ xR/PT6/hq7FQzjPFAVVFwym3wLy2FRs6NxR40SlODx8b0ESjnh7XPifvq4fH eoeqjKR3McnjLK/Te5qv6XrzObku5sM5LBzEdLOKFHhZhuryVtXNH1BLAwQU AAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAGRvY1Byb3BzL2FwcC54bWydjrEK wjAURXe/omRvEx1ESpsuxdmhupfktQ2Y90LyLPXvjQi6O17O5XCabvP3YoWY HGEr9pUSBaAh63BuxXU4lyfR6eYSKUBkB6nIf0ytWJhDLWUyC/gxVRljJhNF P3KecZY0Tc5AT+bhAVkelDpK2BjQgi3DVyg+xnrlf6WWzLsv3YZnyD7dyF+u 3r0AUEsDBBQAAAAIAACAn+v4HK0lugAAAJcBAAAaAAAAeGwvX3JlbHMvd29y a2Jvb2sueG1sLnJlbHOtkE0LwjAMhu/+ipK7yxQVEasXEXaV+QNKl33g1pam fuzfWxVEQcGDpxCSPM9LlutL14oTeW6skTBKUhBktC0aU0nY59vhHNar5Y5a FeIG141jEU8MS6hDcAtE1jV1ihPryMRJaX2nQmx9hU7pg6oIx2k6Q//KgHem yJWvKEg4W3/gmigw3ssoiUgQee/oF6Ety0bTxupjRyZ88OJTACIrJPismAB+ CcOhb4n/neBBfeqnNz2+PXg1uAJQSwMEFAAAAAgAAICf6zHPqGYjAQAAhQMA ABMAAABbQ29udGVudF9UeXBlc10ueG1srZO/TsMwEMZ3niLyimK3DAihph0K jNChPICxL4lV/5PPLenbc0koQ5emotPpfPf9vs+WvFh1zhYHSGiCr9icz1gB XgVtfFOxz+1b+cRWy8X2GAELWvVYsTbn+CwEqhacRB4ieJrUITmZqU2NiFLt ZAPiYTZ7FCr4DD6XuWew5eIFarm3uViP5z26YjJGa5TMlEIcvD6Dlr9AnsAO O9iaiPe0wIrXjihjepoiExMczoV9T7oPeodkNBQbmfK7dKQSOqhNChEF6fmg uyZ3qGujgBh7RxIOvaUGXUZCQsoGxktc8lYhwfXmp0fr1RMdOyswHy3gv6+K MYHU2AJkZ/kIveD8HdLuK4Tdrb37yp00foL/sIxiKPMbB/njn3KI4Vst734A UEsDBBQAAAAIAACAn+trkj3+xgAAAC8BAAAPAAAAeGwvd29ya2Jvb2sueG1s jY/BTsMwDIbvPEXkO0uHJgRV010QUm8c4AFC4q7RGruys43HJ3RMXDnZ1u// 8+9u/5Vnc0bRxORgu2nAIAWOiQ4OPt5f759g33cXluMn89HUbVIHUylLa62G CbPXDS9IVRlZsi91lIPVRdBHnRBLnu1D0zza7BPBldDKfxg8jingC4dTRipX iODsS82qU1oU/pK9iYm+4Pa52TkY/awItu/W+/pbDfmMDgbSIqewQsCsyhDr 62CkTbWRIe5+vPZmtrcb/d03UEsDBBQAAAAIAACAn+vaKINqcwAAAIsAAAAj AAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHNVjEsOAiEQ BfeegvTeaZyFMQaY3RzAjAcg2AJx+IQmxuPLUpeVV6/U8km7eFPjWLKG0yRB UHblEbPXcN/W4wUWo2602z4MDrGyGJfMGkLv9YrILlCyPJVKeSzP0pLtA5vH at3LesJZyjO23wYYhX9Rc/gCUEsDBBQAAAAIAACAn+vIOPKQwQIAAJIGAAAY AAAAeGwvd29ya3NoZWV0cy9zaGVldDEueG1slVVLb5tAEL73VyDuNZg4iW1h 0sSpm0puE9VJI/W2hsGssjBodzFJfn1nF4yx5FrNxZ7nN7PzIrx6zYWzBak4 FjN3OPBdB4oYE15sZu7T4+Lz2L2Kwhrli8oAtEPmhZq5mdbl1PNUnEHO1ABL KEiTosyZJlZuPFVKYIl1yoUX+P6FlzNeuA3CVP4PBqYpj+EW4yqHQjcgEgTT lKzKeKks2lSVLIaZSwEVyC24UWjDPkgnCku2gRXop5K4lOtHfCDBzE2ZUOA6 XhR6rW0UJpyimDo4EtKZez2czgPC8jp5i/ubQ616tFPzIsH6QaKGWNs6tvCa rVcgSAhJJ1MZ1s8Z17Bqsu6J7ysteAGrt3yNQh2oFlSVSrC9UPJNRq9ZQqoP DP+ARLLSsmoFvyoB8kCA9RzFHTWHut5XfJM8WVL8TphAyiqhjZw8sEN5R8xX MROU/dCngTHTsUZ8McX4Ti/1eyYrU6Ule8PK1upQaXrxL91PMwfCynZNMkZ9 eteEhR0ZavCaKaBMn3mis5k77l5AT74DUzBKeGy7HlOB7a+TczP3rpOzV/u/ BqUXXO/eGldKY94iNqK6Yc4HwXgyHl9ejPzRaDI6m+yAG8ighQw+AHk5GJ2C PGshzz4AOQwGkyOYXlMAW75bplkUSqwdaStAEQ11TaSy9acwBS3CNhr7obc1 zq3JTd+EF3Z4tSRTTtg6+ipykKGnycMIOrf5aTcwbl/SKkkGMeaH/h6l2eUa 7HMNTiIeyeHmtMf3QlEZ7TarYy/4SLwmZ69Xa0vOmYjNUaqEMOR9sUSW7LpH LSolL/R9aVMwF1pzWos53UGQvXOSoeTvWOhjKlpxOuP7m7HZL/j+/pkD+YPJ DacostkRf3B57jrCnpaGXqOm+Wq/DxrLlkqRTp40RudNuI7xustblYZplAtr b/a5zxPbfV+iT38BUEsBAjQDFAAAAAgAAICf62M4a9TZAAAAQQIAAAsAAAAA AAAAAQAAAKSBAAAAAF9yZWxzLy5yZWxzUEsBAjQDFAAAAAgAAICf6+/Ko8TI AQAACQUAAA0AAAAAAAAAAQAAAKSBAgEAAHhsL3N0eWxlcy54bWxQSwECNAMU AAAACAAAgJ/rMduj6w8BAADmAQAAEQAAAAAAAAABAAAApIH1AgAAZG9jUHJv cHMvY29yZS54bWxQSwECNAMUAAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAAAA AAABAAAApIEzBAAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+v4 HK0lugAAAJcBAAAaAAAAAAAAAAEAAACkge8EAAB4bC9fcmVscy93b3JrYm9v ay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+sxz6hmIwEAAIUDAAATAAAAAAAA AAEAAACkgeEFAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAAAAgAAICf 62uSPf7GAAAALwEAAA8AAAAAAAAAAQAAAKSBNQcAAHhsL3dvcmtib29rLnht bFBLAQI0AxQAAAAIAACAn+vaKINqcwAAAIsAAAAjAAAAAAAAAAEAAACkgSgI AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQI0AxQA AAAIAACAn+vIOPKQwQIAAJIGAAAYAAAAAAAAAAEAAACkgdwIAAB4bC93b3Jr c2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAA0wsAAAAA ----==_mimepart_592798f891e0d_43283ff2d103f9f41159b-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 208ms (Views: 7.9ms | ActiveRecord: 0.2ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (6.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (9.5ms) Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (6.3ms) Completed 200 OK in 27ms (Views: 27.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 29ms (Views: 11.7ms | ActiveRecord: 0.0ms) User Load (0.3ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 77]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 78]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 79]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 80]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:54:48.835686"], ["updated_at", "2017-05-26 02:54:48.835686"]]  (0.7ms) commit transaction Started GET "/users/81.xlsx" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"81"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 81], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (9.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:18:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:17:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.1ms) Started GET "/home.xlsx" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (7.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (17.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.0ms) Started GET "/another.xlsx" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (6.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (9.6ms) Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 81]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:54:48.973644"], ["updated_at", "2017-05-26 02:54:48.973644"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 82], ["created_at", "2017-05-26 02:54:49.005986"], ["updated_at", "2017-05-26 02:54:49.005986"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 82], ["created_at", "2017-05-26 02:54:49.010423"], ["updated_at", "2017-05-26 02:54:49.010423"]]  (0.9ms) commit transaction Started GET "/users/82/likes.xlsx" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"82"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 82], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.3ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 82]] Rendered likes/index.xlsx.axlsx (10.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.4ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 82]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:54:49.051980"], ["updated_at", "2017-05-26 02:54:49.051980"]]  (0.6ms) commit transaction Started GET "/users/83/render_elsewhere.xlsx" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"83"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 83], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.3ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (11.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (6.3ms) Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.4ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (6.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (9.5ms) Completed 200 OK in 23ms (Views: 23.1ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.3ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (11.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (9.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (9.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (6.7ms) Completed 200 OK in 25ms (Views: 24.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:54:49.204879"], ["updated_at", "2017-05-26 02:54:49.204879"]]  (0.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.4ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 83]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 84]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:54:49.227502"], ["updated_at", "2017-05-26 02:54:49.227502"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:54:49.229943"], ["updated_at", "2017-05-26 02:54:49.229943"]]  (0.7ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (9.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.2ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (10.7ms) [cache miss] Rendered home/withpartial.xlsx.axlsx (27.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 40ms (Views: 37.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 85]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 86]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:54:49.323182"], ["updated_at", "2017-05-26 02:54:49.323182"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:54:49.326445"], ["updated_at", "2017-05-26 02:54:49.326445"]]  (1.1ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (11.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (7.4ms) Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:59:57.799564"], ["updated_at", "2017-05-26 02:59:57.799564"]]  (2.4ms) commit transaction Started GET "/users/89/send_instructions" for 127.0.0.1 at 2017-05-25 19:59:57 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"89"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 89], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (11.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:24:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:830:in `mail'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:24:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 175.4ms Sent mail to elmer@fudd.com (7.7ms) Date: Thu, 25 May 2017 19:59:58 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <59279a2e65cf_43da3fca65c3fa044379c@Faramir.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59279a2e52c1_43da3fca65c3fa044367c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59279a2e52c1_43da3fca65c3fa044367c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_59279a2e52c1_43da3fca65c3fa044367c Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_89.xlsx Content-ID: <59279a2e6e4c_43da3fca65c3fa04438eb@Faramir.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rKPhq4Q8BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFdS8Mw FIbv/RUl922ajjoNbXeh7EpBcKJ4F9JjF2w+SOJa/71pttUOBrk5eZ/z5IRT bUbZJwewTmhVI5LlKAHFdStUV6O33Ta9Q5um4oZybeHFagPWC3BJaFOOclOj vfeGYuz4HiRzWSBUCL+0lcyH0nbYMP7NOsBFnt9iCZ61zDM8CVMzG9FJ2fJZ aX5sHwUtx9CDBOUdJhnB/6wU/tfA1Y5zuKA9WOmuwjGZydGJmRqGIRtWkQvz E/zx/PQav5oK5TxTHFBTtZxyC8xr27Cxd2OFFzfV6eHjBbRJ0NPj2OfkffXw uNuipsjJOs3LtCh35J6W4aw/J9dFf1yHhYOYdtbkFV6WsbrcVXPzB1BLAwQU AAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAGRvY1Byb3BzL2FwcC54bWydjrEK wjAURXe/omRvEx1ESpsuxdmhupfktQ2Y90LyLPXvjQi6O17O5XCabvP3YoWY HGEr9pUSBaAh63BuxXU4lyfR6eYSKUBkB6nIf0ytWJhDLWUyC/gxVRljJhNF P3KecZY0Tc5AT+bhAVkelDpK2BjQgi3DVyg+xnrlf6WWzLsv3YZnyD7dyF+u 3r0AUEsDBBQAAAAIAACAn+v4HK0lugAAAJcBAAAaAAAAeGwvX3JlbHMvd29y a2Jvb2sueG1sLnJlbHOtkE0LwjAMhu/+ipK7yxQVEasXEXaV+QNKl33g1pam fuzfWxVEQcGDpxCSPM9LlutL14oTeW6skTBKUhBktC0aU0nY59vhHNar5Y5a FeIG141jEU8MS6hDcAtE1jV1ihPryMRJaX2nQmx9hU7pg6oIx2k6Q//KgHem yJWvKEg4W3/gmigw3ssoiUgQee/oF6Ety0bTxupjRyZ88OJTACIrJPismAB+ CcOhb4n/neBBfeqnNz2+PXg1uAJQSwMEFAAAAAgAAICf6zHPqGYjAQAAhQMA ABMAAABbQ29udGVudF9UeXBlc10ueG1srZO/TsMwEMZ3niLyimK3DAihph0K jNChPICxL4lV/5PPLenbc0koQ5emotPpfPf9vs+WvFh1zhYHSGiCr9icz1gB XgVtfFOxz+1b+cRWy8X2GAELWvVYsTbn+CwEqhacRB4ieJrUITmZqU2NiFLt ZAPiYTZ7FCr4DD6XuWew5eIFarm3uViP5z26YjJGa5TMlEIcvD6Dlr9AnsAO O9iaiPe0wIrXjihjepoiExMczoV9T7oPeodkNBQbmfK7dKQSOqhNChEF6fmg uyZ3qGujgBh7RxIOvaUGXUZCQsoGxktc8lYhwfXmp0fr1RMdOyswHy3gv6+K MYHU2AJkZ/kIveD8HdLuK4Tdrb37yp00foL/sIxiKPMbB/njn3KI4Vst734A UEsDBBQAAAAIAACAn+trkj3+xgAAAC8BAAAPAAAAeGwvd29ya2Jvb2sueG1s jY/BTsMwDIbvPEXkO0uHJgRV010QUm8c4AFC4q7RGruys43HJ3RMXDnZ1u// 8+9u/5Vnc0bRxORgu2nAIAWOiQ4OPt5f759g33cXluMn89HUbVIHUylLa62G CbPXDS9IVRlZsi91lIPVRdBHnRBLnu1D0zza7BPBldDKfxg8jingC4dTRipX iODsS82qU1oU/pK9iYm+4Pa52TkY/awItu/W+/pbDfmMDgbSIqewQsCsyhDr 62CkTbWRIe5+vPZmtrcb/d03UEsDBBQAAAAIAACAn+vaKINqcwAAAIsAAAAj AAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHNVjEsOAiEQ BfeegvTeaZyFMQaY3RzAjAcg2AJx+IQmxuPLUpeVV6/U8km7eFPjWLKG0yRB UHblEbPXcN/W4wUWo2602z4MDrGyGJfMGkLv9YrILlCyPJVKeSzP0pLtA5vH at3LesJZyjO23wYYhX9Rc/gCUEsDBBQAAAAIAACAn+ui5DpuwQIAAJIGAAAY AAAAeGwvd29ya3NoZWV0cy9zaGVldDEueG1slVVLb5tAEL73VyDuNTZxEtsC 0sSpm0puE9VJI/W2hsGssjBodzFJfn1nF4yx5FrNxZ7nN7PzIrh6zYWzBak4 FqE7GgxdB4oYE15sQvfpcfF54l5FQY3yRWUA2iHzQoVupnU58zwVZ5AzNcAS CtKkKHOmiZUbT5USWGKdcuH5w+GFlzNeuA3CTP4PBqYpj+EW4yqHQjcgEgTT lKzKeKks2kyVLIbQpYAK5BbcKLBhH6QTBSXbwAr0U0lcyvUjPpAgdFMmFLiO FwVeaxsFCacopg6OhDR0r0ezuU9YXidvcX9zqFWPdmpeJFg/SNQQa1vHFl6z 9QoECSHpZCrD+jnjGlZN1j3xfaUFL2D1lq9RqAPVgqpSCbYXSr7J6DVLSPWB 4R+QSFZaVq3gVyVAHgiwnqO4o+ZQ1/uKb5InS4rfCRNIWSW0kZMHdijviPkq ZoKyHw1pYMx0rBFfTDG+00uHPZOVqdKSvWFla3WoNL34l+6nmQNhZbsmGaM+ vWvCwo4MNXjNFFCmzzzRWehOuhfQk+/AFIwSntiux1Rg++vk3My96+Ts1f6v QekF17u3xpXSmLeIjahumPOBP5lOJpcX4+F4PB2fTXfADaTfQvofgLwcjE9B nrWQZx+AHPmD6RFMrymALd8t0ywKJNaOtBWgiIa6JlLZ+lOYghZhG02mgbc1 zq3JTd+EF3Z4tSRTTtg6+ipykIGnycMIOrf5aTcwbl/SKkkGMeaH/h6l2eXq 73P1TyIeyeHmtMf3QlEZ7TarYy/4SLwmZ69Xa0vOmYjNUaqEMOR9sUSW7LpH LSolL/R9aVMwF1pzWos53UGQvXOSoeTvWOhjKlpxOuP7m7HZL/j+/pkD+YPJ DacostmR4eDy3HWEPS0NvUZN89V+HzSWLZUinTxpjM6bcB3jdZe3Kg3TKBfW 3uxznye2+75En/4CUEsBAjQDFAAAAAgAAICf62M4a9TZAAAAQQIAAAsAAAAA AAAAAQAAAKSBAAAAAF9yZWxzLy5yZWxzUEsBAjQDFAAAAAgAAICf6+/Ko8TI AQAACQUAAA0AAAAAAAAAAQAAAKSBAgEAAHhsL3N0eWxlcy54bWxQSwECNAMU AAAACAAAgJ/rKPhq4Q8BAADmAQAAEQAAAAAAAAABAAAApIH1AgAAZG9jUHJv cHMvY29yZS54bWxQSwECNAMUAAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAAAA AAABAAAApIEzBAAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+v4 HK0lugAAAJcBAAAaAAAAAAAAAAEAAACkge8EAAB4bC9fcmVscy93b3JrYm9v ay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+sxz6hmIwEAAIUDAAATAAAAAAAA AAEAAACkgeEFAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAAAAgAAICf 62uSPf7GAAAALwEAAA8AAAAAAAAAAQAAAKSBNQcAAHhsL3dvcmtib29rLnht bFBLAQI0AxQAAAAIAACAn+vaKINqcwAAAIsAAAAjAAAAAAAAAAEAAACkgSgI AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQI0AxQA AAAIAACAn+ui5DpuwQIAAJIGAAAYAAAAAAAAAAEAAACkgdwIAAB4bC93b3Jr c2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAA0wsAAAAA ----==_mimepart_59279a2e52c1_43da3fca65c3fa044367c-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 198ms (Views: 6.6ms | ActiveRecord: 0.2ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 87]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 88]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 89]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:59:58.133275"], ["updated_at", "2017-05-26 02:59:58.133275"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:59:58.135499"], ["updated_at", "2017-05-26 02:59:58.135499"]]  (0.7ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (10.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 25ms (Views: 21.5ms | ActiveRecord: 0.2ms) Started GET "/another.xlsx" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (6.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (9.7ms) Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (7.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (9.6ms) Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 90]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 91]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:59:58.281832"], ["updated_at", "2017-05-26 02:59:58.281832"]]  (0.9ms) commit transaction Started GET "/users/92/render_elsewhere.xlsx" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"92"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 92], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (7.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (9.3ms) Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (7.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (7.3ms) Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.3ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (8.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (7.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (9.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (6.4ms) Completed 200 OK in 24ms (Views: 24.1ms | ActiveRecord: 0.2ms) Started GET "/home.xlsx" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (6.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 92]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:59:58.454288"], ["updated_at", "2017-05-26 02:59:58.454288"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:59:58.457618"], ["updated_at", "2017-05-26 02:59:58.457618"]]  (0.6ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.3ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (9.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.3ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (7.0ms) [cache miss] Rendered home/withpartial.xlsx.axlsx (20.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (9.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 93]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 94]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:59:58.574756"], ["updated_at", "2017-05-26 02:59:58.574756"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 95], ["created_at", "2017-05-26 02:59:58.608919"], ["updated_at", "2017-05-26 02:59:58.608919"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 95], ["created_at", "2017-05-26 02:59:58.615293"], ["updated_at", "2017-05-26 02:59:58.615293"]]  (0.7ms) commit transaction Started GET "/users/95/likes.xlsx" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"95"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 95], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.3ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 95]] Rendered likes/index.xlsx.axlsx (11.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.4ms) Started GET "/another" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (1.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (7.3ms) Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 25ms (Views: 9.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 95]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:59:58.717109"], ["updated_at", "2017-05-26 02:59:58.717109"]]  (0.7ms) commit transaction Started GET "/users/96.xlsx" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"96"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 96], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (8.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:18:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:17:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (9.5ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:59:58.773530"], ["updated_at", "2017-05-26 02:59:58.773530"]]  (1.3ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:38:15.610557"], ["updated_at", "2017-05-26 15:38:15.610557"]]  (1.3ms) commit transaction Started GET "/users/98/send_instructions" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"98"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 98], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (12.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:919:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:908:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:816:in `mail'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 110.8ms Sent mail to elmer@fudd.com (4.5ms) Date: Fri, 26 May 2017 08:38:15 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <59284be7b5b92_2e963fd42d03fa0c24796@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59284be7b50f2_2e963fd42d03fa0c24674"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59284be7b50f2_2e963fd42d03fa0c24674 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_59284be7b50f2_2e963fd42d03fa0c24674 Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_98.xlsx Content-ID: <59284be7b6064_2e963fd42d03fa0c248e7@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rgjpBcg4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZHBToQw EIbvPgXpHVogu5KmsAfNnjQxEaPx1pSRbaSlaeuCby90d5FN9jjzf/N1mmG7 UXXREayTvS5RmhAUgRZ9I3Vbord6HxdoVzFhqOgtvNjegPUSXDSNaUeFKdHB e0MxduIAirtkIvQUfvVWcT+VtsWGi2/eAs4I2WIFnjfcczwLY7MY0VnZiEVp fmwXBI3A0IEC7R1OkxT/s0r6XwM3Jy7hivZglbsJh2QhRycXahiGZMgDN+2f 4o/np9fw1Vhq57kWgCrWCCoscN/bio+dGxleddj54VMDmmjS09Pal+Q9f3is 96jKSHofk02cbWtS0Lyg6eZzdl3Nh3NYOMr5ZhVheF2G6vpW1d0fUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf6+1B4dPBAgAAkgYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtvm0AQvvdXIO41NnES2wLS xKmbSm4T1Ukj9baGwayyMGh3MUl+fWcXjLHkWs3Fnuc3s/MiuHrNhbMFqTgW oTsaDF0HihgTXmxC9+lx8XniXkVBjfJFZQDaIfNChW6mdTnzPBVnkDM1wBIK 0qQoc6aJlRtPlRJYYp1y4fnD4YWXM164DcJM/g8GpimP4RbjKodCNyASBNOU rMp4qSzaTJUshtClgArkFtwosGEfpBMFJdvACvRTSVzK9SM+kCB0UyYUuI4X BV5rGwUJpyimDo6ENHSvR7O5T1heJ29xf3OoVY92al4kWD9I1BBrW8cWXrP1 CgQJIelkKsP6OeMaVk3WPfF9pQUvYPWWr1GoA9WCqlIJthdKvsnoNUtI9YHh H5BIVlpWreBXJUAeCLCeo7ij5lDX+4pvkidLit8JE0hZJbSRkwd2KO+I+Spm grIfDWlgzHSsEV9MMb7TS4c9k5Wp0pK9YWVrdag0vfiX7qeZA2FluyYZoz69 a8LCjgw1eM0UUKbPPNFZ6E66F9CT78AUjBKe2K7HVGD76+TczL3r5OzV/q9B 6QXXu7fGldKYt4iNqG6Y84E/mU4mlxfj4Xg8HZ9Nd8ANpN9C+h+AvByMT0Ge tZBnH4Ac+YPpEUyvKYAt3y3TLAok1o60FaCIhromUtn6U5iCFmEbTSeBtzXO rclN34QXdni1JFNO2Dr6KnKQgafJwwg6t/lpNzBuX9IqSQYx5of+HqXZ5erv c/VPIh7J4ea0x/dCURntNqtjL/hIvCZnr1drS86ZiM1RqoQw5H2xRJbsukct KiUv9H1pUzAXWnNaizndQZC9c5Kh5O9Y6GMqWnE64/ubsdkv+P7+mQP5g8kN pyiy2ZHh4PLcdYQ9LQ29Rk3z1X4fNJYtlSKdPGmMzptwHeN1l7cqDdMoF9be 7HOfJ7b7vkSf/gJQSwECNAMUAAAACAAAgJ/rYzhr1NkAAABBAgAACwAAAAAA AAABAAAApIEAAAAAX3JlbHMvLnJlbHNQSwECNAMUAAAACAAAgJ/r78qjxMgB AAAJBQAADQAAAAAAAAABAAAApIECAQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQA AAAIAACAn+uCOkFyDgEAAOYBAAARAAAAAAAAAAEAAACkgfUCAABkb2NQcm9w cy9jb3JlLnhtbFBLAQI0AxQAAAAIAACAn+vQvk+njgAAAOIAAAAQAAAAAAAA AAEAAACkgTIEAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf6/gc rSW6AAAAlwEAABoAAAAAAAAAAQAAAKSB7gQAAHhsL19yZWxzL3dvcmtib29r LnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf6zHPqGYjAQAAhQMAABMAAAAAAAAA AQAAAKSB4AUAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMUAAAACAAAgJ/r a5I9/sYAAAAvAQAADwAAAAAAAAABAAAApIE0BwAAeGwvd29ya2Jvb2sueG1s UEsBAjQDFAAAAAgAAICf69oog2pzAAAAiwAAACMAAAAAAAAAAQAAAKSBJwgA AHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsBAjQDFAAA AAgAAICf6+1B4dPBAgAAkgYAABgAAAAAAAAAAQAAAKSB2wgAAHhsL3dvcmtz aGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAADSCwAAAAA= ----==_mimepart_59284be7b50f2_2e963fd42d03fa0c24674-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 126ms (Views: 4.5ms | ActiveRecord: 0.1ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (4.2ms) Rendered home/withpartial.xlsx.axlsx (9.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 96]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 97]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 98]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:38:15.833328"], ["updated_at", "2017-05-26 15:38:15.833328"]]  (1.3ms) commit transaction Started GET "/users/99/render_elsewhere.xlsx" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"99"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 99], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (4.0ms) Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (3.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (4.5ms) Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (3.8ms) Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (2.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (3.8ms) Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (4.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms) Started GET "/another.xlsx" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.1ms) Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 99]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:38:16.012799"], ["updated_at", "2017-05-26 15:38:16.012799"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 100], ["created_at", "2017-05-26 15:38:16.030067"], ["updated_at", "2017-05-26 15:38:16.030067"]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 100], ["created_at", "2017-05-26 15:38:16.032984"], ["updated_at", "2017-05-26 15:38:16.032984"]]  (0.6ms) commit transaction Started GET "/users/100/likes.xlsx" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"100"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 100], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 100]] Rendered likes/index.xlsx.axlsx (5.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 100]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:38:16.056754"], ["updated_at", "2017-05-26 15:38:16.056754"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:38:16.058405"], ["updated_at", "2017-05-26 15:38:16.058405"]]  (0.5ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (6.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (4.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.2ms) Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:38:16.107950"], ["updated_at", "2017-05-26 15:38:16.107950"]]  (35.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 101]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 102]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 103]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:38:16.160313"], ["updated_at", "2017-05-26 15:38:16.160313"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:38:16.161957"], ["updated_at", "2017-05-26 15:38:16.161957"]]  (0.6ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (7.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms) Started GET "/home.xlsx" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (5.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 104]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 105]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:38:16.208027"], ["updated_at", "2017-05-26 15:38:16.208027"]]  (0.7ms) commit transaction Started GET "/users/106.xlsx" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"106"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 106], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (5.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.1ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" User Load (0.9ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.7ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 106]]  (1.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:02.144414"], ["updated_at", "2017-05-26 15:41:02.144414"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:02.146265"], ["updated_at", "2017-05-26 15:41:02.146265"]]  (0.7ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (5.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 107]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 108]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:02.237475"], ["updated_at", "2017-05-26 15:41:02.237475"]]  (0.7ms) commit transaction Started GET "/users/109/render_elsewhere.xlsx" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"109"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 109], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (4.6ms) Completed 200 OK in 19ms (Views: 15.7ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (4.0ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (4.1ms) Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.1ms) Started GET "/another.xlsx" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (5.2ms) Completed 200 OK in 16ms (Views: 16.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 109]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:02.361556"], ["updated_at", "2017-05-26 15:41:02.361556"]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 110], ["created_at", "2017-05-26 15:41:02.376482"], ["updated_at", "2017-05-26 15:41:02.376482"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 110], ["created_at", "2017-05-26 15:41:02.378570"], ["updated_at", "2017-05-26 15:41:02.378570"]]  (0.5ms) commit transaction Started GET "/users/110/likes.xlsx" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"110"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 110], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 110]] Rendered likes/index.xlsx.axlsx (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.1ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (4.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.0ms) Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (4.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (5.9ms) Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.0ms) Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 110]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:02.507897"], ["updated_at", "2017-05-26 15:41:02.507897"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:02.509540"], ["updated_at", "2017-05-26 15:41:02.509540"]]  (0.5ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (3.5ms) Rendered home/withpartial.xlsx.axlsx (9.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:02.554686"], ["updated_at", "2017-05-26 15:41:02.554686"]]  (0.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 111]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 112]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 113]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:02.569868"], ["updated_at", "2017-05-26 15:41:02.569868"]]  (0.6ms) commit transaction Started GET "/users/114.xlsx" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"114"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 114], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (3.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.1ms) Started GET "/home.xlsx" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (5.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:02.619958"], ["updated_at", "2017-05-26 15:41:02.619958"]]  (0.5ms) commit transaction Started GET "/users/115/send_instructions" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"115"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 115], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (5.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:919:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:908:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:816:in `mail'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 164.6ms Sent mail to elmer@fudd.com (4.7ms) Date: Fri, 26 May 2017 08:41:02 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <59284c8ec178a_2fed3ffa0603f9f42812@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59284c8ec0c53_2fed3ffa0603f9f427a8"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59284c8ec0c53_2fed3ffa0603f9f427a8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_59284c8ec0c53_2fed3ffa0603f9f427a8 Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_115.xlsx Content-ID: <59284c8ec1c3b_2fed3ffa0603f9f429ca@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rRD9eGQ4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFRT8Mg EMff/RQN7y2007mQlj1o9qSJiTUa3wg9O2KhBHCt317Kttole7z7/+7HkSu3 o+qSA1gne12hPCMoAS36Ruq2Qm/1Lt2gLSuFoaK38GJ7A9ZLcEkY044KU6G9 94Zi7MQeFHdZIHQIv3qruA+lbbHh4pu3gAtC1liB5w33HE/C1MxGdFI2Ylaa H9tFQSMwdKBAe4fzLMf/rJL+18DViXO4oD1Y5a7CMZnJ0cmZGoYhG1aRC/vn +OP56TV+NZXaea4FIFY2ggoL3PeW8bFzY4kXnfL08LEBTRL09Lj2OXlfPTzW O8QKkt+n5C4t1jXZ0NuckuJzcl3Mx3NYOMjpZoyUeFnG6vJW7OYPUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf6/RmlxnCAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtP20AQvvdXWL43zgtIIscU QlMqpQU1UKTeNvY4XrHesXbXGPj1nV07jiOlUbkk8/xmdl4OL19z4b2A0hzl 3B/0+r4HMsaEy+3cf3xYfp74l1FYoXrWGYDxyFzquZ8ZU8yCQMcZ5Ez3sABJ mhRVzgyxahvoQgFLnFMugmG/fx7kjEu/Rpip/8HANOUx3GBc5iBNDaJAMEPJ 6owX2qHNdMFimPsUUIN6AT8KXdh75UVhwbawBvNYEJdy84D3JJj7KRMafC+I wqCxjcKEUxRbB09BOvevBrPFkLCCVt7g/uZQ6Q7tVVwmWN0rNBAbV8cG3rDN GgQJIWllOsPqKeMG1nXWHfFdaQSXsH7LNyj0gWpJVSkF2wsV32b0mhWk5sDw DygkK6PKRvCrFKAOBFgtUNxSc6jrXcU3xZMVxW+FCaSsFMbKyQNblHfEfB0z QdkP+jQwdjo2iM+2GN/ppf2OydpWacXesHS1OlTaXvxL99POgXCyXZOsUZfe NWHpRoYavGEaKNMnnphs7k/aF9CTb8EWjBKeuK7HVGD36+Xczr3v5ezV/W9A myU3u7fGpTaYN4i1qKqZ895oMp1MLs7H/fF4Oh5Nd8A15LCBHH4A8qI3PgU5 aiBHH4AcDHvTI5hBXQBXvhtmWBQqrDzlKkARLXVFpHb1pzCSFuElGgzOwuDF ejc2110bLt30GkW2nMBN9FXkoMLAkIcVtG6L025g3b6kZZL0YswP/QPKs012 uE92eBLxSA7Xpz2+S011dOusj73gI/HqnINOsR25YCK2V6kUwpJ3coUs2bWP elQoLs1d4VKwJ9pw2osFHUJQnXuSoeLvKM0xFe043fH90djuN3x/AO2F/MHU llMUVS9Jv3dx5nvC3Zaa3qChAWs+EAaLhkqRbp6yRmd1uJYJ2tNbFpaplUtn bxe6yxPbfmCiT38BUEsBAjQDFAAAAAgAAICf62M4a9TZAAAAQQIAAAsAAAAA AAAAAQAAAKSBAAAAAF9yZWxzLy5yZWxzUEsBAjQDFAAAAAgAAICf6+/Ko8TI AQAACQUAAA0AAAAAAAAAAQAAAKSBAgEAAHhsL3N0eWxlcy54bWxQSwECNAMU AAAACAAAgJ/rRD9eGQ4BAADmAQAAEQAAAAAAAAABAAAApIH1AgAAZG9jUHJv cHMvY29yZS54bWxQSwECNAMUAAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAAAA AAABAAAApIEyBAAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+v4 HK0lugAAAJcBAAAaAAAAAAAAAAEAAACkge4EAAB4bC9fcmVscy93b3JrYm9v ay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+sxz6hmIwEAAIUDAAATAAAAAAAA AAEAAACkgeAFAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAAAAgAAICf 62uSPf7GAAAALwEAAA8AAAAAAAAAAQAAAKSBNAcAAHhsL3dvcmtib29rLnht bFBLAQI0AxQAAAAIAACAn+vaKINqcwAAAIsAAAAjAAAAAAAAAAEAAACkgScI AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQI0AxQA AAAIAACAn+v0ZpcZwgIAAJMGAAAYAAAAAAAAAAEAAACkgdsIAAB4bC93b3Jr c2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAA0wsAAAAA ----==_mimepart_59284c8ec0c53_2fed3ffa0603f9f427a8-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 177ms (Views: 3.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC 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  (0.0ms) commit transaction  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/useheader.xlsx" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (13.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.4ms) Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.0ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (4.5ms) [cache miss] Rendered home/withpartial.xlsx.axlsx (10.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (3.9ms) Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/home.xlsx" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms) User Load (0.9ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 114]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 115]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:35.554542"], ["updated_at", "2017-05-26 15:41:35.554542"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:35.556369"], ["updated_at", "2017-05-26 15:41:35.556369"]]  (0.7ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 116]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 117]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:35.581254"], ["updated_at", "2017-05-26 15:41:35.581254"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 118], ["created_at", "2017-05-26 15:41:35.597385"], ["updated_at", "2017-05-26 15:41:35.597385"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 118], ["created_at", "2017-05-26 15:41:35.599580"], ["updated_at", "2017-05-26 15:41:35.599580"]]  (0.5ms) commit transaction Started GET "/users/118/likes.xlsx" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"118"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 118], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 118]] Rendered likes/index.xlsx.axlsx (7.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 16ms (Views: 12.2ms | ActiveRecord: 0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 118]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:35.626623"], ["updated_at", "2017-05-26 15:41:35.626623"]]  (0.5ms) commit transaction Started GET "/users/119.xlsx" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"119"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 119], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (10.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 119]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:35.659335"], ["updated_at", "2017-05-26 15:41:35.659335"]]  (0.8ms) commit transaction Started GET "/users/120/render_elsewhere.xlsx" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"120"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 120], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (3.9ms) Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (4.2ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (4.0ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.1ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:35.768943"], ["updated_at", "2017-05-26 15:41:35.768943"]]  (0.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.1ms) Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/another.xlsx" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.3ms) Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 120]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 121]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:35.815069"], ["updated_at", "2017-05-26 15:41:35.815069"]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:35.816682"], ["updated_at", "2017-05-26 15:41:35.816682"]]  (0.7ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:35.855276"], ["updated_at", "2017-05-26 15:41:35.855276"]]  (0.6ms) commit transaction Started GET "/users/124/send_instructions" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"124"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (5.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:830:in `mail'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 174.7ms Sent mail to elmer@fudd.com (4.6ms) Date: Fri, 26 May 2017 08:41:36 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <59284cb09a9b_30023fc5fa03fa0c798a3@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59284cb09038_30023fc5fa03fa0c7975e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59284cb09038_30023fc5fa03fa0c7975e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_59284cb09038_30023fc5fa03fa0c7975e Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_124.xlsx Content-ID: <59284cb09fce_30023fc5fa03fa0c799fe@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rTgh9tA8BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZHLboMw EEX3/QrkPdhAk0YWkEWrrFqpUqlaZWeZKbGKH7LdQP++hiSUSFnO3DPHY02x HWQXHcE6oVWJ0oSgCBTXjVBtid7rXbxB26rghnJt4dVqA9YLcFEYU45yU6KD 94Zi7PgBJHNJIFQIv7SVzIfSttgw/s1awBkhayzBs4Z5hkdhbGYjOisbPivN j+0mQcMxdCBBeYfTJMX/rBT+18DNiUu4oD1Y6W7CUzKTgxMz1fd90ucTF/ZP 8efL89v01Vgo55nigKqi4ZRbYF7big2dGwq86BTnh08NaKKgp6e1L8lH/vhU 71CVkfQhJqs4W9dkQ+9Tmq/2o+tqfjqHhaMYb1aRAi/Lqbq+VXX3B1BLAwQU AAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAGRvY1Byb3BzL2FwcC54bWydjrEK wjAURXe/omRvEx1ESpsuxdmhupfktQ2Y90LyLPXvjQi6O17O5XCabvP3YoWY HGEr9pUSBaAh63BuxXU4lyfR6eYSKUBkB6nIf0ytWJhDLWUyC/gxVRljJhNF P3KecZY0Tc5AT+bhAVkelDpK2BjQgi3DVyg+xnrlf6WWzLsv3YZnyD7dyF+u 3r0AUEsDBBQAAAAIAACAn+v4HK0lugAAAJcBAAAaAAAAeGwvX3JlbHMvd29y a2Jvb2sueG1sLnJlbHOtkE0LwjAMhu/+ipK7yxQVEasXEXaV+QNKl33g1pam fuzfWxVEQcGDpxCSPM9LlutL14oTeW6skTBKUhBktC0aU0nY59vhHNar5Y5a FeIG141jEU8MS6hDcAtE1jV1ihPryMRJaX2nQmx9hU7pg6oIx2k6Q//KgHem yJWvKEg4W3/gmigw3ssoiUgQee/oF6Ety0bTxupjRyZ88OJTACIrJPismAB+ CcOhb4n/neBBfeqnNz2+PXg1uAJQSwMEFAAAAAgAAICf6zHPqGYjAQAAhQMA ABMAAABbQ29udGVudF9UeXBlc10ueG1srZO/TsMwEMZ3niLyimK3DAihph0K jNChPICxL4lV/5PPLenbc0koQ5emotPpfPf9vs+WvFh1zhYHSGiCr9icz1gB XgVtfFOxz+1b+cRWy8X2GAELWvVYsTbn+CwEqhacRB4ieJrUITmZqU2NiFLt ZAPiYTZ7FCr4DD6XuWew5eIFarm3uViP5z26YjJGa5TMlEIcvD6Dlr9AnsAO O9iaiPe0wIrXjihjepoiExMczoV9T7oPeodkNBQbmfK7dKQSOqhNChEF6fmg uyZ3qGujgBh7RxIOvaUGXUZCQsoGxktc8lYhwfXmp0fr1RMdOyswHy3gv6+K MYHU2AJkZ/kIveD8HdLuK4Tdrb37yp00foL/sIxiKPMbB/njn3KI4Vst734A UEsDBBQAAAAIAACAn+trkj3+xgAAAC8BAAAPAAAAeGwvd29ya2Jvb2sueG1s jY/BTsMwDIbvPEXkO0uHJgRV010QUm8c4AFC4q7RGruys43HJ3RMXDnZ1u// 8+9u/5Vnc0bRxORgu2nAIAWOiQ4OPt5f759g33cXluMn89HUbVIHUylLa62G CbPXDS9IVRlZsi91lIPVRdBHnRBLnu1D0zza7BPBldDKfxg8jingC4dTRipX iODsS82qU1oU/pK9iYm+4Pa52TkY/awItu/W+/pbDfmMDgbSIqewQsCsyhDr 62CkTbWRIe5+vPZmtrcb/d03UEsDBBQAAAAIAACAn+vaKINqcwAAAIsAAAAj AAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHNVjEsOAiEQ BfeegvTeaZyFMQaY3RzAjAcg2AJx+IQmxuPLUpeVV6/U8km7eFPjWLKG0yRB UHblEbPXcN/W4wUWo2602z4MDrGyGJfMGkLv9YrILlCyPJVKeSzP0pLtA5vH at3LesJZyjO23wYYhX9Rc/gCUEsDBBQAAAAIAACAn+s09OzPwQIAAJMGAAAY AAAAeGwvd29ya3NoZWV0cy9zaGVldDEueG1slVVLb9pAEL73V1i+F4MhCSDj NCGliUSaqCSN1Ntij/Eqa4+1u8ZJfn1n18YYiaLmAvP8ZnZeDi7fMuFsQSqO +cwd9PquA3mEMc83M/f5afF17F6GQYXyVaUA2iHzXM3cVOti6nkqSiFjqocF 5KRJUGZMEys3nioksNg6ZcLz+/1zL2M8d2uEqfwfDEwSHsENRmUGua5BJAim KVmV8kJZtKkqWAQzlwIqkFtww8CGfZROGBRsAyvQzwVxCddP+EiCmZswocB1 vDDwGtswiDlFMXVwJCQz92ownfuE5bXyBvc3h0p1aKfieYzVo0QNkbZ1bOA1 W69AkBDiVqZSrF5SrmFVZ90RP5Ra8BxW79kahTpQLagqpWB7oeSblF6zhEQf GP4BiWSlZdkIfpUC5IEAqzmKW2oOdb2r+CF5vKT4rTCGhJVCGzl5YIvygZit IiYo+0GfBsZMxxrx1RTjjl7a75isTJWW7B1LW6tDpenFv3Q/zRwIK9s1yRh1 6V0TFnZkqMFrpoAyfeGxTmfuuH0BPfkWTMEo4bHtekQFtr9Oxs3cu07G3uz/ GpRecL17a1QqjVmDWIuqmjnvDceT8fjifNQfjSaj4WQHXEP6DaT/CciL3ugU 5LCBHH4CcuD3JkcwvboAtnw3TLMwkFg50laAIhrqikhl609hclqEbTjwR4G3 Nd6NzXXXhud2erUkW07gOvwuMpCBp8nDCFq3+Wk3MG7fkjKOexFmh/4e5dkm 6++T9U8iHsnh+rTHXa6ojnad1bEXfCZenbPXKbYl50xE5iqVQhjyIV8ii3ft ox4Vkuf6obApmBOtOe3FnA4hyM49SVHyD8z1MRXtON3x/dHY7Dd8fwDNhbxn csMpiqyXpN+7OHMdYW9LTa9R04A1HwiNRUMlSDdPGqOzOlzLeO3pLQvD1MqF tTcL3eWJbT8w4Ze/UEsBAjQDFAAAAAgAAICf62M4a9TZAAAAQQIAAAsAAAAA AAAAAQAAAKSBAAAAAF9yZWxzLy5yZWxzUEsBAjQDFAAAAAgAAICf6+/Ko8TI AQAACQUAAA0AAAAAAAAAAQAAAKSBAgEAAHhsL3N0eWxlcy54bWxQSwECNAMU AAAACAAAgJ/rTgh9tA8BAADmAQAAEQAAAAAAAAABAAAApIH1AgAAZG9jUHJv cHMvY29yZS54bWxQSwECNAMUAAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAAAA AAABAAAApIEzBAAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+v4 HK0lugAAAJcBAAAaAAAAAAAAAAEAAACkge8EAAB4bC9fcmVscy93b3JrYm9v ay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+sxz6hmIwEAAIUDAAATAAAAAAAA AAEAAACkgeEFAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAAAAgAAICf 62uSPf7GAAAALwEAAA8AAAAAAAAAAQAAAKSBNQcAAHhsL3dvcmtib29rLnht bFBLAQI0AxQAAAAIAACAn+vaKINqcwAAAIsAAAAjAAAAAAAAAAEAAACkgSgI AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQI0AxQA AAAIAACAn+s09OzPwQIAAJMGAAAYAAAAAAAAAAEAAACkgdwIAAB4bC93b3Jr c2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAA0wsAAAAA ----==_mimepart_59284cb09038_30023fc5fa03fa0c7975e-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 188ms (Views: 3.8ms | ActiveRecord: 0.1ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" 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  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" User Load (0.7ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 122]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 123]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 124]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:08.006183"], ["updated_at", "2017-05-26 16:02:08.006183"]]  (0.6ms) commit transaction Started GET "/users/125/render_elsewhere.xlsx" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"125"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 125], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (4.4ms) Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (10.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (3.9ms) Completed 200 OK in 19ms (Views: 19.3ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (3.9ms) Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 125]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:08.161648"], ["updated_at", "2017-05-26 16:02:08.161648"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 126], ["created_at", "2017-05-26 16:02:08.175399"], ["updated_at", "2017-05-26 16:02:08.175399"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 126], ["created_at", "2017-05-26 16:02:08.177674"], ["updated_at", "2017-05-26 16:02:08.177674"]]  (0.6ms) commit transaction Started GET "/users/126/likes.xlsx" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"126"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 126], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 126]] Rendered likes/index.xlsx.axlsx (5.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms) Started GET "/another.xlsx" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (3.9ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 126]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:08.219453"], ["updated_at", "2017-05-26 16:02:08.219453"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:08.221113"], ["updated_at", "2017-05-26 16:02:08.221113"]]  (0.6ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (11.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.1ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (7.8ms) Rendered home/withpartial.xlsx.axlsx (15.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (3.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.2ms) Completed 200 OK in 12ms (Views: 12.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 127]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 128]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:08.303509"], ["updated_at", "2017-05-26 16:02:08.303509"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:08.305148"], ["updated_at", "2017-05-26 16:02:08.305148"]]  (0.6ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms) Started GET "/home.xlsx" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (5.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 129]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 130]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:08.345456"], ["updated_at", "2017-05-26 16:02:08.345456"]]  (0.5ms) commit transaction Started GET "/users/131.xlsx" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"131"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 131], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (5.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.0ms) Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (3.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:08.412483"], ["updated_at", "2017-05-26 16:02:08.412483"]]  (0.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (3.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (3.8ms) Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:08.454721"], ["updated_at", "2017-05-26 16:02:08.454721"]]  (0.7ms) commit transaction Started GET "/users/133/send_instructions" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"133"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:919:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:908:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:816:in `mail'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 166.0ms Sent mail to elmer@fudd.com (4.4ms) Date: Fri, 26 May 2017 09:02:08 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <5928518099aae_aec23fff3d43fa0448176@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59285180990d7_aec23fff3d43fa04480ab"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59285180990d7_aec23fff3d43fa04480ab Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_59285180990d7_aec23fff3d43fa04480ab Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_133.xlsx Content-ID: <5928518099f60_aec23fff3d43fa04482e4@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rgnRayg4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFRT8Mg EMff/RQN7y20i3OSlj1o9qSJiTUa3wg9O2KhBHCt317Kttole7z7/+7HkSu3 o+qSA1gne12hPCMoAS36Ruq2Qm/1Lt2gLSuFoaK38GJ7A9ZLcEkY044KU6G9 94Zi7MQeFHdZIHQIv3qruA+lbbHh4pu3gAtC1liB5w33HE/C1MxGdFI2Ylaa H9tFQSMwdKBAe4fzLMf/rJL+18DViXO4oD1Y5a7CMZnJ0cmZGoYhG1aRC/vn +OP56TV+NZXaea4FIFY2ggoL3PeW8bFzY4kXnfL08LEBTRL09Lj2OXlfPTzW O8QKkt+l5DYt1jW5p6SgZPM5uS7m4zksHOR0M0ZKvCxjdXkrdvMHUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf68ra7PTBAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtP20AQvvdXWL43zgtIIscU QlMqpQU1UKTeNvY4XrHesXbXGPj1nV07jiOlUbkk8/xmdl4OL19z4b2A0hzl 3B/0+r4HMsaEy+3cf3xYfp74l1FYoXrWGYDxyFzquZ8ZU8yCQMcZ5Ez3sABJ mhRVzgyxahvoQgFLnFMugmG/fx7kjEu/Rpip/8HANOUx3GBc5iBNDaJAMEPJ 6owX2qHNdMFimPsUUIN6AT8KXdh75UVhwbawBvNYEJdy84D3JJj7KRMafC+I wqCxjcKEUxRbB09BOvevBrPFkLCCVt7g/uZQ6Q7tVVwmWN0rNBAbV8cG3rDN GgQJIWllOsPqKeMG1nXWHfFdaQSXsH7LNyj0gWpJVSkF2wsV32b0mhWk5sDw DygkK6PKRvCrFKAOBFgtUNxSc6jrXcU3xZMVxW+FCaSsFMbKyQNblHfEfB0z QdkP+jQwdjo2iM+2GN/ppf2OydpWacXesHS1OlTaXvxL99POgXCyXZOsUZfe NWHpRoYavGEaKNMnnphs7k/aF9CTb8EWjBKeuK7HVGD36+Xczr3v5ezV/W9A myU3u7fGpTaYN4i1qKqZ895oMp1MLs7H/fF4Oh5Nd8A15LCBHH4A8qI3PgU5 aiBHH4AcDHvTI5hBXQBXvhtmWBQqrDzlKkARLXVFpHb1pzCSFuElGoxGYfBi vRub664Nl256jSJbTuAm+ipyUGFgyMMKWrfFaTewbl/SMkl6MeaH/gHl2SY7 3Cc7PIl4JIfr0x7fpaY6unXWx17wkXh1zkGn2I5cMBHbq1QKYck7uUKW7NpH PSoUl+aucCnYE2047cWCDiGozj3JUPF3lOaYinac7vj+aGz3G74/gPZC/mBq yymKqpek37s48z3hbktNb9DQgDUfCINFQ6VIN09Zo7M6XMsE7ektC8vUyqWz twvd5YltPzDRp79QSwECNAMUAAAACAAAgJ/rYzhr1NkAAABBAgAACwAAAAAA AAABAAAApIEAAAAAX3JlbHMvLnJlbHNQSwECNAMUAAAACAAAgJ/r78qjxMgB AAAJBQAADQAAAAAAAAABAAAApIECAQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQA AAAIAACAn+uCdFrKDgEAAOYBAAARAAAAAAAAAAEAAACkgfUCAABkb2NQcm9w cy9jb3JlLnhtbFBLAQI0AxQAAAAIAACAn+vQvk+njgAAAOIAAAAQAAAAAAAA AAEAAACkgTIEAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf6/gc rSW6AAAAlwEAABoAAAAAAAAAAQAAAKSB7gQAAHhsL19yZWxzL3dvcmtib29r LnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf6zHPqGYjAQAAhQMAABMAAAAAAAAA AQAAAKSB4AUAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMUAAAACAAAgJ/r a5I9/sYAAAAvAQAADwAAAAAAAAABAAAApIE0BwAAeGwvd29ya2Jvb2sueG1s UEsBAjQDFAAAAAgAAICf69oog2pzAAAAiwAAACMAAAAAAAAAAQAAAKSBJwgA AHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsBAjQDFAAA AAgAAICf68ra7PTBAgAAkwYAABgAAAAAAAAAAQAAAKSB2wgAAHhsL3dvcmtz aGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAADSCwAAAAA= ----==_mimepart_59285180990d7_aec23fff3d43fa04480ab-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 178ms (Views: 3.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC 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  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC User Load (0.6ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 131]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 132]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 133]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:42.025753"], ["updated_at", "2017-05-26 16:02:42.025753"]]  (0.7ms) commit transaction Started GET "/users/134.xlsx" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"134"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 134], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (4.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 134]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:42.055669"], ["updated_at", "2017-05-26 16:02:42.055669"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:42.057357"], ["updated_at", "2017-05-26 16:02:42.057357"]]  (0.6ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (5.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 135]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 136]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:42.085451"], ["updated_at", "2017-05-26 16:02:42.085451"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:42.087114"], ["updated_at", "2017-05-26 16:02:42.087114"]]  (0.6ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:42.105065"], ["updated_at", "2017-05-26 16:02:42.105065"]]  (0.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 137]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 138]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 139]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:42.123751"], ["updated_at", "2017-05-26 16:02:42.123751"]]  (0.7ms) commit transaction Started GET "/users/140/render_elsewhere.xlsx" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"140"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (4.3ms) Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (3.8ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (10.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (4.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (3.9ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 140]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:42.221197"], ["updated_at", "2017-05-26 16:02:42.221197"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 141], ["created_at", "2017-05-26 16:02:42.236616"], ["updated_at", "2017-05-26 16:02:42.236616"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 141], ["created_at", "2017-05-26 16:02:42.239256"], ["updated_at", "2017-05-26 16:02:42.239256"]]  (0.6ms) commit transaction Started GET "/users/141/likes.xlsx" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"141"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 141], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 141]] Rendered likes/index.xlsx.axlsx (5.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (3.9ms) Completed 200 OK in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (3.8ms) Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (5.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.2ms) Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (3.0ms) [cache miss] Rendered home/withpartial.xlsx.axlsx (8.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/home.xlsx" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (6.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started GET "/another.xlsx" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (3.9ms) Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:42.396622"], ["updated_at", "2017-05-26 16:02:42.396622"]]  (0.7ms) commit transaction Started GET "/users/142/send_instructions" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"142"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 142], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (5.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:830:in `mail'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 163.8ms Sent mail to elmer@fudd.com (4.6ms) Date: Fri, 26 May 2017 09:02:42 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <592851a28ab10_aed73fdb4c43fa1422@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_592851a28a0c1_aed73fdb4c43fa14133"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_592851a28a0c1_aed73fdb4c43fa14133 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_592851a28a0c1_aed73fdb4c43fa14133 Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_142.xlsx Content-ID: <592851a28b059_aed73fdb4c43fa143b0@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rc5FWGw4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZHLTsMw EEX3fEXkfWInhQJWki5AXYGERBCIneUMqUX8kG2a8Pc4bhtSqcuZe+Z4rCk3 o+yTPVgntKpQnhGUgOK6Faqr0FuzTe/Qpi65oVxbeLHagPUCXBLGlKPcVGjn vaEYO74DyVwWCBXCL20l86G0HTaMf7MOcEHIGkvwrGWe4UmYmtmIjsqWz0rz Y/soaDmGHiQo73Ce5fiflcL/Grg4cQoXtAcr3UU4JjM5OjFTwzBkwypyYf8c fzw/vcavpkI5zxQHVJctp9wC89rWbOzdWOJFpzw+fGhAmwQ9Pax9St5XD4/N FtUFyW9TcpMW64bcU1LQ6+Jzcp3Nx3NY2IvpZjUp8bKM1fmt6qs/UEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf6xQn1/XBAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtv2kAQvvdXWL4XgyEJIOM0 IaWJRJqoJI3U22KP8Sprj7W7xkl+fWfXxhiJouYC8/xmdl4OLt8y4WxBKo75 zB30+q4DeYQxzzcz9/lp8XXsXoZBhfJVpQDaIfNczdxU62LqeSpKIWOqhwXk pElQZkwTKzeeKiSw2DplwvP7/XMvYzx3a4Sp/B8MTBIewQ1GZQa5rkEkCKYp WZXyQlm0qSpYBDOXAiqQW3DDwIZ9lE4YFGwDK9DPBXEJ10/4SIKZmzChwHW8 MPAa2zCIOUUxdXAkJDP3ajCd+4TltfIG9zeHSnVop+J5jNWjRA2RtnVs4DVb r0CQEOJWplKsXlKuYVVn3RE/lFrwHFbv2RqFOlAtqCqlYHuh5JuUXrOERB8Y /gGJZKVl2Qh+lQLkgQCrOYpbag51vav4IXm8pPitMIaElUIbOXlgi/KBmK0i Jij7QZ8GxkzHGvHVFOOOXtrvmKxMlZbsHUtbq0Ol6cW/dD/NHAgr2zXJGHXp XRMWdmSowWumgDJ94bFOZ+64fQE9+RZMwSjhse16RAW2v07Gzdy7Tsbe7P8a lF5wvXtrVCqNWYNYi6qaOe8Nx5Px+OJ81B+NJqPhZAdcQ/oNpP8JyIve6BTk sIEcfgJy4PcmRzC9ugC2fDdMszCQWDnSVoAiGuqKSGXrT2FyWoRtOBj5gbc1 3o3NddeG53Z6tSRbTuA6/C4ykIGnycMIWrf5aTcwbt+SMo57EWaH/h7l2Sbr 75P1TyIeyeH6tMddrqiOdp3VsRd8Jl6ds9cptiXnTETmKpVCGPIhXyKLd+2j HhWS5/qhsCmYE6057cWcDiHIzj1JUfIPzPUxFe043fH90djsN3x/AM2FvGdy wymKrJek37s4cx1hb0tNr1HTgDUfCI1FQyVIN08ao7M6XMt47ektC8PUyoW1 Nwvd5YltPzDhl79QSwECNAMUAAAACAAAgJ/rYzhr1NkAAABBAgAACwAAAAAA AAABAAAApIEAAAAAX3JlbHMvLnJlbHNQSwECNAMUAAAACAAAgJ/r78qjxMgB AAAJBQAADQAAAAAAAAABAAAApIECAQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQA AAAIAACAn+tzkVYbDgEAAOYBAAARAAAAAAAAAAEAAACkgfUCAABkb2NQcm9w cy9jb3JlLnhtbFBLAQI0AxQAAAAIAACAn+vQvk+njgAAAOIAAAAQAAAAAAAA AAEAAACkgTIEAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf6/gc rSW6AAAAlwEAABoAAAAAAAAAAQAAAKSB7gQAAHhsL19yZWxzL3dvcmtib29r LnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf6zHPqGYjAQAAhQMAABMAAAAAAAAA AQAAAKSB4AUAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMUAAAACAAAgJ/r a5I9/sYAAAAvAQAADwAAAAAAAAABAAAApIE0BwAAeGwvd29ya2Jvb2sueG1s UEsBAjQDFAAAAAgAAICf69oog2pzAAAAiwAAACMAAAAAAAAAAQAAAKSBJwgA AHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsBAjQDFAAA AAgAAICf6xQn1/XBAgAAkwYAABgAAAAAAAAAAQAAAKSB2wgAAHhsL3dvcmtz aGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAADSCwAAAAA= ----==_mimepart_592851a28a0c1_aed73fdb4c43fa14133-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 175ms (Views: 3.6ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:23:27.590184"], ["updated_at", "2018-05-04 05:23:27.590184"]]  (1.3ms) commit transaction Started GET "/users/197/send_instructions" for 127.0.0.1 at 2018-05-03 22:23:27 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"197"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 197], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (35.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (1.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:830:in `mail'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 160.1ms Sent mail to elmer@fudd.com (24.1ms) Date: Thu, 03 May 2018 22:23:27 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <5aebee4fc2d36_dd013ff8d543fa046951c@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5aebee4fbdc47_dd013ff8d543fa046943c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5aebee4fbdc47_dd013ff8d543fa046943c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5aebee4fbdc47_dd013ff8d543fa046943c Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_197.xlsx Content-ID: <5aebee4fc3710_dd013ff8d543fa0469610@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rvqH95w4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFNT4Qw EIbv/grSO7RA1E1T2INmT5qYiNF4a9qRbaQfaeuC/15gd5FN9jjzPvN0mmHb QXfJAXxQ1lQozwhKwAgrlWkr9Nbs0g3a1kw4KqyHF28d+KggJOOYCVS4Cu1j dBTjIPagechGwozhl/Wax7H0LXZcfPMWcEHIHdYQueSR40mYusWITkopFqX7 8d0skAJDBxpMDDjPcvzPahV/HVydOIcrOoLX4So8Jws5BLVQfd9nfTlz4/45 /nh+ep2/mioTIjcCUM2koMIDj9bXfOjCwPCqw04PHxsgk1FPj2ufk/fy4bHZ obog+SYltykpm6KgRUmL+8/JdTE/n8PDQU03qwnD63KuLm9V3/wBUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf69nFAKfCAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtv2kAQvvdXWL4XgyHhIeM0 IaWpRJuoJI3U22KP8Sprj7W7xkl+fWfXxhiJouYC8/xmdl4Orl4z4exAKo75 3B30+q4DeYQxz7dz9+lx+XniXoVBhfJFpQDaIfNczd1U62LmeSpKIWOqhwXk pElQZkwTK7eeKiSw2DplwvP7/UsvYzx3a4SZ/B8MTBIewS1GZQa5rkEkCKYp WZXyQlm0mSpYBHOXAiqQO3DDwIZ9kE4YFGwLa9BPBXEJ14/4QIK5mzChwHW8 MPAa2zCIOUUxdXAkJHP3ejBb+ITltfIG9zeHSnVop+J5jNWDRA2RtnVs4DXb rEGQEOJWplKsnlOuYV1n3RHfl1rwHNZv2QaFOlItqSqlYAeh5NuUXrOCRB8Z /gGJZKVl2Qh+lQLkkQCrBYo7ag51vav4Jnm8ovitMIaElUIbOXlgi/KOmK0j Jij7QZ8GxkzHBvHFFOM7vbTfMVmbKq3YG5a2VsdK04t/6X6aORBWtm+SMerS +yYs7chQgzdMAWX6zGOdzt1J+wJ68h2YglHCE9v1iApsf52Mm7l3nYy92v8N KL3kev/WqFQaswaxFlU1c9kbTqaTyfhy1B+NpqPhdA9cQ/oNpP8ByHFvdA5y 2EAOPwA58HvTE5heXQBbvlumWRhIrBxpK0ARDXVNpLL1pzA5LcIuHEzHgbcz 3o3NTdeG53Z6tSRbTuA6/CoykIGnycMIWrfFeTcwbl+SMo57EWbH/h7l2Sbr H5L1zyKeyOHmvMf3XFEd7TqrUy/4SLw6Z69TbEsumIjMVSqFMOR9vkIW79tH PSokz/V9YVMwJ1pz2osFHUKQnXuSouTvmOtTKtpxuuOHo7E9bPjhAJoL+YPJ Lacosl6Sfm984TrC3paa3qCmAWs+EBqLhkqQbp40Rhd1uJbx2tNbFoaplUtr bxa6yxPbfmDCT38BUEsBAjQDFAAAAAgAAICf62M4a9TZAAAAQQIAAAsAAAAA AAAAAQAAAKSBAAAAAF9yZWxzLy5yZWxzUEsBAjQDFAAAAAgAAICf6+/Ko8TI AQAACQUAAA0AAAAAAAAAAQAAAKSBAgEAAHhsL3N0eWxlcy54bWxQSwECNAMU AAAACAAAgJ/rvqH95w4BAADmAQAAEQAAAAAAAAABAAAApIH1AgAAZG9jUHJv cHMvY29yZS54bWxQSwECNAMUAAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAAAA AAABAAAApIEyBAAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+v4 HK0lugAAAJcBAAAaAAAAAAAAAAEAAACkge4EAAB4bC9fcmVscy93b3JrYm9v ay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+sxz6hmIwEAAIUDAAATAAAAAAAA AAEAAACkgeAFAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAAAAgAAICf 62uSPf7GAAAALwEAAA8AAAAAAAAAAQAAAKSBNAcAAHhsL3dvcmtib29rLnht bFBLAQI0AxQAAAAIAACAn+vaKINqcwAAAIsAAAAjAAAAAAAAAAEAAACkgScI AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQI0AxQA AAAIAACAn+vZxQCnwgIAAJMGAAAYAAAAAAAAAAEAAACkgdsIAAB4bC93b3Jr c2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAA0wsAAAAA ----==_mimepart_5aebee4fbdc47_dd013ff8d543fa046943c-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 198ms (Views: 5.7ms | ActiveRecord: 0.2ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2018-05-03 22:23:27 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (5.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.7ms) Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2018-05-03 22:23:27 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (3.5ms) [cache miss] Rendered home/withpartial.xlsx.axlsx (11.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2018-05-03 22:23:27 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (10.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.0ms) Started GET "/another.xlsx" for 127.0.0.1 at 2018-05-03 22:23:27 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.0ms) Completed 200 OK in 14ms (Views: 14.3ms | ActiveRecord: 0.0ms) Started GET "/home.xlsx" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (5.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 196]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 197]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.024499"], ["updated_at", "2018-05-04 05:23:28.024499"]]  (0.4ms) commit transaction Started GET "/users/198.xlsx" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"198"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 198], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (4.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:62:in `to_xlsx'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 198]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.047186"], ["updated_at", "2018-05-04 05:23:28.047186"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 199], ["created_at", "2018-05-04 05:23:28.067765"], ["updated_at", "2018-05-04 05:23:28.067765"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 199], ["created_at", "2018-05-04 05:23:28.071697"], ["updated_at", "2018-05-04 05:23:28.071697"]]  (0.8ms) commit transaction Started GET "/users/199/likes.xlsx" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"199"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 199], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.2ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 199]] Rendered likes/index.xlsx.axlsx (6.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 199]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.103887"], ["updated_at", "2018-05-04 05:23:28.103887"]]  (1.1ms) commit transaction Started GET "/users/export/200.xlsx" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by UsersController#export as XLSX Parameters: {"id"=>"200"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 200], ["LIMIT", 1]] Rendering users/export.xlsx.axlsx Rendered users/export.xlsx.axlsx (5.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:33:in `block (2 levels) in export'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:31:in `export'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:133:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:132:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:33:in `block (2 levels) in export'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/users_controller.rb:31:in `export'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:133:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:132:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data export_200.xlsx (5.0ms) Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:143:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:143:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.4ms) Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 200]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:23:28.150157"], ["updated_at", "2018-05-04 05:23:28.150157"]]  (0.8ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.153074"], ["updated_at", "2018-05-04 05:23:28.153074"]]  (1.0ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (8.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:192:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 201]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 202]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:23:28.194230"], ["updated_at", "2018-05-04 05:23:28.194230"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.196244"], ["updated_at", "2018-05-04 05:23:28.196244"]]  (0.5ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (7.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:170:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:170:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.xlsx (4.4ms) Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:173:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:172:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 21ms (Views: 7.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:23:28.269444"], ["updated_at", "2018-05-04 05:23:28.269444"]]  (1.2ms) commit transaction Started GET "/" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 203]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 204]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 205]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.288696"], ["updated_at", "2018-05-04 05:23:28.288696"]]  (0.5ms) commit transaction Started GET "/users/206/render_elsewhere.xlsx" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"206"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 206], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (7.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (5.0ms) Completed 200 OK in 19ms (Views: 18.8ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (5.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (5.3ms) Completed 200 OK in 16ms (Views: 16.3ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (7.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::AxlsxRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/axlsx_rails/lib/axlsx_rails/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/axlsx_rails/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `each'", "/Users/noel/workspace/axlsx_rails/spec/axlsx_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.xlsx (4.5ms) Completed 200 OK in 56ms (Views: 56.1ms | ActiveRecord: 0.2ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:21.734351"], ["updated_at", "2018-05-04 05:32:21.734351"]]  (1.2ms) commit transaction Started GET "/users/207/send_instructions" for 127.0.0.1 at 2018-05-03 22:32:21 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"207"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 207], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (6.6ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (1.7ms) Notifier#instructions: processed outbound mail in 197.7ms Sent mail to elmer@fudd.com (6.1ms) Date: Thu, 03 May 2018 22:32:21 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <5aebf065eab87_1587d3ff9a0c3f9f492022@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5aebf065e9e14_1587d3ff9a0c3f9f49199f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5aebf065e9e14_1587d3ff9a0c3f9f49199f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5aebf065e9e14_1587d3ff9a0c3f9f49199f Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_207.xlsx Content-ID: <5aebf065eb43f_1587d3ff9a0c3f9f492151@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/r7622LQ4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFNT4Qw EIbv/grSO7RANJsG2INmT5qYiNF4a9pZtpF+pK0L/nuhu4tssseZ95mn00y1 HVWfHMF5aXSN8oygBDQ3QuquRu/tLt2gbVNxS7lx8OqMBRck+GQa055yW6ND CJZi7PkBFPPZROgp3BunWJhK12HL+DfrABeEPGAFgQkWGJ6FqV2M6KwUfFHa H9dHgeAYelCgg8d5luN/Vsnwa+HmxCVc0QGc8jfhmCzk6OVCDcOQDWXkpv1z /Pny/Ba/mkrtA9McUFMJTrkDFoxr2Nj7scKrTnV++NQAkUx6elr7knyUj0/t DjUFyTcpuU9J2RYFLQta5F+z62o+nsPBUc43a0iF12Wsrm/V3P0BUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf64akQ0nBAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVVtvmzAUft+vQLwvEJI2FwFd my7rpGytlnaV9ubAIVg1NrJNaPvrd2wIIVIWrS/JuX7n+NwIr14L5uxAKip4 5A4HvusAT0RK+TZynx6Xn6fuVRzWQr6oHEA7aM5V5OZal3PPU0kOBVEDUQJH TSZkQTSycuupUgJJrVPBvMD3L72CUO42CHP5Pxgiy2gCtyKpCuC6AZHAiMZk VU5LZdHmqiQJRC4GVCB34MahDfsgnTgsyRbWoJ9K5DKqH8UDCiI3I0yB63hx 6LW2cZhSjGLq4EjIIvd6OF8EiOV18hb3N4Va9WinpjwV9YMUGhJt69jCa7JZ A0MhpJ1M5aJ+zqmGdZN1T3xfaUY5rN+KjWDqSLXEqlSMHISSbnN8zQoyfWT4 B6RAKy2rVvCrYiCPBKJeCHaHzcGu9xXfJE1XGL8TppCRimkjRw/RobwLUawT wjD7oY8DY6ZjI8SLKcZ3fKnfM1mbKq3Im6hsrY6Vphf/0v00c8CsbN8kY9Sn 901Y2pHBBm+IAsz0maY6j9xp9wJ88h2YgmHCU9v1BAtsf52Cmrl3nYK82v8N KL2kev/WpFJaFC1iI6ob5nIwms6m08nl2B+PZ+PRbA/cQAYtZPAByMlgfA5y 1EKOPgA5DAazE5heUwBbvluiSRxKUTvSVgAjGuoaSWXrj2E4LsIuDvxJ6O2M d2tz07eh3E6vlmhLEVzHX1kBMvQ0ehhB57Y47wbG7UtWpekgEcWxv4d5dskG h2SDs4gncrg57/GdK6yjXWd16gUfidfk7PWKbckFYYm5ShVjhrznK0HSffuw R6WkXN+XNgVzojXFvVjgIQTZuye5kPRdcH1KhTuOd/xwNLaHDT8cQHMhfxC5 pRhFNkviDyYXrsPsbWnojdA4YO0HQouypTKBN08ao4smXMd43emtSsM0yqW1 Nwvd55HtPjDxp79QSwECNAMUAAAACAAAgJ/rYzhr1NkAAABBAgAACwAAAAAA AAABAAAApIEAAAAAX3JlbHMvLnJlbHNQSwECNAMUAAAACAAAgJ/r78qjxMgB AAAJBQAADQAAAAAAAAABAAAApIECAQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQA AAAIAACAn+vvrbYtDgEAAOYBAAARAAAAAAAAAAEAAACkgfUCAABkb2NQcm9w cy9jb3JlLnhtbFBLAQI0AxQAAAAIAACAn+vQvk+njgAAAOIAAAAQAAAAAAAA AAEAAACkgTIEAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf6/gc rSW6AAAAlwEAABoAAAAAAAAAAQAAAKSB7gQAAHhsL19yZWxzL3dvcmtib29r LnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf6zHPqGYjAQAAhQMAABMAAAAAAAAA AQAAAKSB4AUAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMUAAAACAAAgJ/r a5I9/sYAAAAvAQAADwAAAAAAAAABAAAApIE0BwAAeGwvd29ya2Jvb2sueG1s UEsBAjQDFAAAAAgAAICf69oog2pzAAAAiwAAACMAAAAAAAAAAQAAAKSBJwgA AHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsBAjQDFAAA AAgAAICf64akQ0nBAgAAkwYAABgAAAAAAAAAAQAAAKSB2wgAAHhsL3dvcmtz aGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAADSCwAAAAA= ----==_mimepart_5aebf065e9e14_1587d3ff9a0c3f9f49199f-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 213ms (Views: 1.2ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 206]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 207]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:22.050175"], ["updated_at", "2018-05-04 05:32:22.050175"]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.052412"], ["updated_at", "2018-05-04 05:32:22.052412"]]  (0.6ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (6.8ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 208]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 209]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.086257"], ["updated_at", "2018-05-04 05:32:22.086257"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 210], ["created_at", "2018-05-04 05:32:22.105235"], ["updated_at", "2018-05-04 05:32:22.105235"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 210], ["created_at", "2018-05-04 05:32:22.107929"], ["updated_at", "2018-05-04 05:32:22.107929"]]  (0.6ms) commit transaction Started GET "/users/210/likes.xlsx" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"210"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 210], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 210]] Rendered likes/index.xlsx.axlsx (7.1ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.2ms) Started GET "/another.xlsx" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (11.6ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (3.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 16ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (6.5ms) Rendered home/withpartial.xlsx.axlsx (14.8ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.3ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 210]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.235856"], ["updated_at", "2018-05-04 05:32:22.235856"]]  (0.6ms) commit transaction Started GET "/users/211.xlsx" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"211"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 211], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (5.6ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:22.255326"], ["updated_at", "2018-05-04 05:32:22.255326"]]  (0.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 211]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 212]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:22.269585"], ["updated_at", "2018-05-04 05:32:22.269585"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.272118"], ["updated_at", "2018-05-04 05:32:22.272118"]]  (0.5ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.7ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.2ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (6.9ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started GET "/home.xlsx" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (5.4ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.6ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 213]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 214]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.334154"], ["updated_at", "2018-05-04 05:32:22.334154"]]  (0.5ms) commit transaction Started GET "/users/export/215.xlsx" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by UsersController#export as XLSX Parameters: {"id"=>"215"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 215], ["LIMIT", 1]] Rendering users/export.xlsx.axlsx Rendered users/export.xlsx.axlsx (6.9ms) Rendering text template Rendered text template (0.0ms) Sent data export_215.xlsx (0.3ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.1ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (6.5ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 215]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.370948"], ["updated_at", "2018-05-04 05:32:22.370948"]]  (0.5ms) commit transaction Started GET "/users/216/render_elsewhere.xlsx" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"216"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 216], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (7.9ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.4ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (6.8ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.3ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.8ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.5ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.7ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.7ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:40.674764"], ["updated_at", "2018-05-04 05:32:40.674764"]]  (1.2ms) commit transaction Started GET "/users/217/send_instructions" for 127.0.0.1 at 2018-05-03 22:32:40 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"217"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 217], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (10.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 202.0ms Sent mail to elmer@fudd.com (5.7ms) Date: Thu, 03 May 2018 22:32:40 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <5aebf078debe5_159193ffe6dc3fa0443569@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5aebf078dde4a_159193ffe6dc3fa0443450"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5aebf078dde4a_159193ffe6dc3fa0443450 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5aebf078dde4a_159193ffe6dc3fa0443450 Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_217.xlsx Content-ID: <5aebf078df25d_159193ffe6dc3fa0443690@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rqEaW9A4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFNT4Qw EIbv/grSO7SAmk0D7EGzJ01MxGi8Ne3INtKPtHXBfy90d5FN9jjzPvN0mqm2 o+qTAzgvja5RnhGUgOZGSN3V6K3dpRu0bSpuKTcOXpyx4IIEn0xj2lNua7QP wVKMPd+DYj6bCD2FX8YpFqbSddgy/s06wAUh91hBYIIFhmdhahcjOikFX5T2 x/VRIDiGHhTo4HGe5fifVTL8Wrg6cQ5XdACn/FU4Jgs5erlQwzBkQxm5af8c fzw/vcavplL7wDQH1FSCU+6ABeMaNvZ+rPCqU50ePjZAJJOeHtc+J+/lw2O7 Q01B8k1K7lJStkVBy4Leks/ZdTEfz+HgIOebNaTC6zJWl7dqbv4AUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf62E8K5HBAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtv2kAQvvdXWL4XgyHhIeM0 IaWpRJuoJI3U22KP8Sprj7W7xkl+fWfXxhiJouYC8/xmdl4Orl4z4exAKo75 3B30+q4DeYQxz7dz9+lx+XniXoVBhfJFpQDaIfNczd1U62LmeSpKIWOqhwXk pElQZkwTK7eeKiSw2DplwvP7/UsvYzx3a4SZ/B8MTBIewS1GZQa5rkEkCKYp WZXyQlm0mSpYBHOXAiqQO3DDwIZ9kE4YFGwLa9BPBXEJ14/4QIK5mzChwHW8 MPAa2zCIOUUxdXAkJHP3ejBb+ITltfIG9zeHSnVop+J5jNWDRA2RtnVs4DXb rEGQEOJWplKsnlOuYV1n3RHfl1rwHNZv2QaFOlItqSqlYAeh5NuUXrOCRB8Z /gGJZKVl2Qh+lQLkkQCrBYo7ag51vav4Jnm8ovitMIaElUIbOXlgi/KOmK0j Jij7QZ8GxkzHBvHFFOM7vbTfMVmbKq3YG5a2VsdK04t/6X6aORBWtm+SMerS +yYs7chQgzdMAWX6zGOdzt1J+wJ68h2YglHCE9v1iApsf52Mm7l3nYy92v8N KL3kev/WqFQaswaxFlU1c9kbTqaTyfhy1B+NpqPhdA9cQ/oNpP8ByHFvdA5y 2EAOPwA58HvTE5heXQBbvlumWRhIrBxpK0ARDXVNpLL1pzA5LcIu9AfjwNsZ 78bmpmvDczu9WpItJ3AdfhUZyMDT5GEErdvivBsYty9JGce9CLNjf4/ybJP1 D8n6ZxFP5HBz3uN7rqiOdp3VqRd8JF6ds9cptiUXTETmKpVCGPI+XyGL9+2j HhWS5/q+sCmYE6057cWCDiHIzj1JUfJ3zPUpFe043fHD0dgeNvxwAM2F/MHk llMUWS9Jvze+cB1hb0tNb1DTgDUfCI1FQyVIN08ao4s6XMt47ektC8PUyqW1 Nwvd5YltPzDhp79QSwECNAMUAAAACAAAgJ/rYzhr1NkAAABBAgAACwAAAAAA AAABAAAApIEAAAAAX3JlbHMvLnJlbHNQSwECNAMUAAAACAAAgJ/r78qjxMgB AAAJBQAADQAAAAAAAAABAAAApIECAQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQA AAAIAACAn+uoRpb0DgEAAOYBAAARAAAAAAAAAAEAAACkgfUCAABkb2NQcm9w cy9jb3JlLnhtbFBLAQI0AxQAAAAIAACAn+vQvk+njgAAAOIAAAAQAAAAAAAA AAEAAACkgTIEAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf6/gc rSW6AAAAlwEAABoAAAAAAAAAAQAAAKSB7gQAAHhsL19yZWxzL3dvcmtib29r LnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf6zHPqGYjAQAAhQMAABMAAAAAAAAA AQAAAKSB4AUAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMUAAAACAAAgJ/r a5I9/sYAAAAvAQAADwAAAAAAAAABAAAApIE0BwAAeGwvd29ya2Jvb2sueG1s UEsBAjQDFAAAAAgAAICf69oog2pzAAAAiwAAACMAAAAAAAAAAQAAAKSBJwgA AHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsBAjQDFAAA AAgAAICf62E8K5HBAgAAkwYAABgAAAAAAAAAAQAAAKSB2wgAAHhsL3dvcmtz aGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAADSCwAAAAA= ----==_mimepart_5aebf078dde4a_159193ffe6dc3fa0443450-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 218ms (Views: 1.1ms | ActiveRecord: 0.5ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2018-05-03 22:32:40 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (5.4ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/another.xlsx" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (12.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.3ms) Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 216]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 217]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:41.044512"], ["updated_at", "2018-05-04 05:32:41.044512"]]  (1.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.047520"], ["updated_at", "2018-05-04 05:32:41.047520"]]  (0.7ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (5.9ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (4.5ms) Rendered home/withpartial.xlsx.axlsx (13.8ms) Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 218]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 219]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.111696"], ["updated_at", "2018-05-04 05:32:41.111696"]]  (0.8ms) commit transaction Started GET "/users/220/render_elsewhere.xlsx" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"220"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 220], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (7.4ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.5ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (4.7ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.3ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (7.0ms) Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.3ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.7ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.3ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 220]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.184447"], ["updated_at", "2018-05-04 05:32:41.184447"]]  (0.5ms) commit transaction Started GET "/users/221.xlsx" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"221"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 221], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (5.2ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.1ms) Started GET "/home.xlsx" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (7.8ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 221]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.224805"], ["updated_at", "2018-05-04 05:32:41.224805"]]  (0.4ms) commit transaction Started GET "/users/export/222.xlsx" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by UsersController#export as XLSX Parameters: {"id"=>"222"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 222], ["LIMIT", 1]] Rendering users/export.xlsx.axlsx Rendered users/export.xlsx.axlsx (6.1ms) Rendering text template Rendered text template (0.0ms) Sent data export_222.xlsx (0.3ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (1.4ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.7ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 15ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:41.285724"], ["updated_at", "2018-05-04 05:32:41.285724"]]  (0.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 222]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 223]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:41.298856"], ["updated_at", "2018-05-04 05:32:41.298856"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.301227"], ["updated_at", "2018-05-04 05:32:41.301227"]]  (0.5ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (7.9ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (8.6ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 224]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 225]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.343798"], ["updated_at", "2018-05-04 05:32:41.343798"]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 226], ["created_at", "2018-05-04 05:32:41.366199"], ["updated_at", "2018-05-04 05:32:41.366199"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 226], ["created_at", "2018-05-04 05:32:41.368898"], ["updated_at", "2018-05-04 05:32:41.368898"]]  (1.2ms) commit transaction Started GET "/users/226/likes.xlsx" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"226"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 226], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.2ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 226]] Rendered likes/index.xlsx.axlsx (6.4ms) Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.2ms)  (0.1ms) SELECT sqlite_version(*)  (24.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.6ms) 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 (20120717192452)  (0.1ms) DROP TABLE IF EXISTS "likes"  (0.1ms) SELECT sqlite_version(*)  (1.7ms) CREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) DROP TABLE IF EXISTS "users"  (0.7ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime, "updated_at" datetime)  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES (20121206210955)  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES (20120717192452);   (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) 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 ActiveRecord::InternalMetadata Create (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-20 06:50:47.502021"], ["updated_at", "2019-09-20 06:50:47.502021"]]  (0.5ms) 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  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:50:50.332866"], ["updated_at", "2019-09-20 06:50:50.332866"]]  (1.4ms) commit transaction Started GET "/users/1/send_instructions" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (8.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (7.1ms) Notifier#instructions: processed outbound mail in 176.2ms Sent mail to elmer@fudd.com (6.8ms) Date: Thu, 19 Sep 2019 23:50:50 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <5d8476ca886da_13b6b3fd48443c02c510bf@Valinor.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5d8476ca876f7_13b6b3fd48443c02c509fd"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5d8476ca876f7_13b6b3fd48443c02c509fd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5d8476ca876f7_13b6b3fd48443c02c509fd Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_1.xlsx Content-ID: <5d8476ca89196_13b6b3fd48443c02c51192@Valinor.local.mail> UEsDBBQAAAAIAACAn+v2i56hIAEAAIQDAAATAAAAW0NvbnRlbnRfVHlwZXNd LnhtbK2Tu27DMAxFf8XQWlhKOhRFYTtDH2ObIf0AVaJjIXpBVFLn70vbTYcs cdBMBEXec68EqFr1zhYHSGiCr9mSL1gBXgVt/LZmn5u38pGtmmpzjIAFrXqs WZdzfBICVQdOIg8RPE3akJzM1KatiFLt5BbE/WLxIFTwGXwu88BgTfUCrdzb XDxP5wO6ZjJGa5TMlEIcvD6Dlr9AnsCOO9iZiHe0wIrXnihTepoiEzMczoVD T7oPeodkNBRrmfK7dKQSOqh1ChEF6fmouyZ3aFujgBh7RxIOg6UGXUZCQsoG pktc8lYhwfXmp0cb1DMdeyswHy3gv6+KMYHU2AFkZ/kEveD8HdLuK4Tdrb2H yp00fob/uIxiLMsbB/njn3KI8Vs1P1BLAwQUAAAACAAAgJ/r6o2OaNsAAAA5 AgAACwAAAF9yZWxzLy5yZWxzrZLBSgQxDIZfpeS+09kVRGS7exFhbyLjA9Q2 M1Nm2pQ06vj2Vg/iyi4qeAzJ//9fQrb7Jc7qGbkESgbWTQsKkyMf0mDgobtd XcF+t73H2UqdKGPIRVVJKgZGkXytdXEjRlsayphqpyeOVmrJg87WTXZAvWnb S81fPeDYU3WWBxQDy6xfiKdHoqmpZqC614y/iaK+Dw5vyD1FTHIi8dsEqIM3 wAe/Bn2GxZO7Y6pKR4x/ozm/uI4o1luxH66rXAOQJWD5BNr8DGRz/u/r4CKY PPpTRBfvRProB3ZvUEsDBBQAAAAIAACAn+vIwfIniwAAAOEAAAAQAAAAZG9j UHJvcHMvYXBwLnhtbJ2OsQrCMBRFf6Vkb1MdREqSLuLsUN1L8toGzHsheZb6 90YE3R0v53I4qt/CvVohZU+oxa5pRQVoyXmctbgO5/ooeqMuiSIk9pCr8ses xcIcOymzXSCMuSkYC5kohZHLTLOkafIWTmQfAZDlvm0PEjYGdODq+BWKj7Fb +V+pI/vuy7fhGYvPKPnLNS9QSwMEFAAAAAgAAICf67F3FskMAQAA5QEAABEA AABkb2NQcm9wcy9jb3JlLnhtbG2R0WrDIBSGXyV4n2gSNpaQ2IuNXm0wWMbG 7kRPU1k0oq7J3n7GtlkLBW+O/3c+j5xmM6shOYB1ctQtyjOCEtB8FFL3LXrv tukD2tCGm5qPFl7taMB6CS4JbdrV3LRo772pMXZ8D4q5LBA6hLvRKuZDaXts GP9mPeCCkHuswDPBPMOLMDWrEZ2Ugq9K82OHKBAcwwAKtHc4z3L8zyrpfw3c 7DiHF7QHq9xNOCYrOTu5UtM0ZVMZuTB/jj9fnt/iV1OpnWeaA6KN4DW3wPxo KZsHNzf44qY5PXy8AJEEfX0c+5x8lI9P3RbRguRVSqo0r7qirO9IOF+L66o/ rsPCQS47o6TBl2WsrndF/wBQSwMEFAAAAAgAAICf654opM24AAAAlgEAABoA AAB4bC9fcmVscy93b3JrYm9vay54bWwucmVsc62Q2wrCMAyGX6Xk3mWKiojV GxF2K/MBSpcd2NaWph729lYFUVDwwqsQknzfT1abS9+JE3lurJEwTlIQZLQt GlNJOOS70QI269WeOhXiBteNYxFPDEuoQ3BLRNY19YoT68jESWl9r0JsfYVO 6VZVhJM0naN/ZcA7U+TKVxQknK1vuSYKjPcyTiISRD44+kVoy7LRtLX62JMJ H7z4FIDICgk+K6aAX8JwGDrifyd4UJ/62U2Pbw9eXwFQSwMEFAAAAAgAAICf 69Un6s3FAQAACAUAAA0AAAB4bC9zdHlsZXMueG1spVRdi9wgFP0r4g+ocdou dIiBUggU2qWw+9BXZ6KTgB9BzZL01/eqaWKgyw5tHsbrmXPOvV5vUvuwKPHU CxHQrJXxDPchjGdC/LUXmvt3dhQG/pHWaR5g627Ej07wzkeRVuRUVQ9E88Hg pjaTbnXw6GonExg+bRDKy9eOYVpVGGW7L7YTDC/wEK1J12FE/iqgrwlQ35+1 PnuflGRN39TSmr0KijMA1lwL9MIVw5/dwBUGjf+VAUrjTnI9qGVFIkCyMC3R d1DqcLoINPXIQxDOtLBBa/y8jFCpsUYAixSEaJaWN6Q3xxd6+viaOi1Q0cW6 TrhDTRlCwMlRgSghA0pXznDo05VdrbIOuduF4bat0pObGblN7YZbf7ckkZs6 2PFeBVBjeSFYfa8ks4vTrQE04yqUeoouP+Xh9meJMieOE9jss5VG0Wwh9HQN wXaW8FNa5gSF9/t/857lMcnBgv6/xaEK+uFNDz6Oanmc9EW4Nr1mqYqyA9vh UysOvd1QFN8uhh+jgyrcSdlFsOnmvYFVHO8IwNDwC3yIsn0nJJ9UeN4ghvf4 u+iGSX/Cf1g/hhcbVtYef4ujSB/wnikeqEgCu/3b1/wGUEsDBBQAAAAIAACA n+ukvU+gxwAAADUBAAAPAAAAeGwvd29ya2Jvb2sueG1sjY9Ba8MwDIX/itF9 dTrK2EKcXsYgtx26H+DZSmMaS0Fy1/78mnRl1130EO/xPanbX/NsflA0MTnY bhowSIFjoqODr8PH0yvs++7CcvpmPpmaJnUwlbK01mqYMHvd8IJUnZEl+1JX OVpdBH3UCbHk2T43zYvNPhHcCa38h8HjmAK+czhnpHKHCM6+1Ft1SovC32Wf YqIvuH1rdg5GPyuC7bu1X3/VrHOI9U0w5DM6GEiLnMMKBCNtqqYMcVfBdk0/ tDLso6q/AVBLAwQUAAAACAAAgJ/rPVhiPHAAAACKAAAAIwAAAHhsL3dvcmtz aGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzVYxLDgIhEAWvQnrvNLowxgCz 8wBGD9DBFojDJzQxHl+Wuqy8emXWT97Um7ukWizsFw2Ki6+PVIKF++2yO8Hq zJU3GtOQmJqoeSliIY7RzojiI2eSpTYuc3nWnmlM7AEb+RcFxoPWR+y/DXAG /6LuC1BLAwQUAAAACAAAgJ/rxVdFSagCAAAyBgAAGAAAAHhsL3dvcmtzaGVl dHMvc2hlZXQxLnhtbJVVUVPbMAz+K7m8L2kDDK6XhEFZB3fd4FYYd3tzE6Xx 4Vg522mAXz/ZDqHsOo71oZVk6dMnyVbT08dGBFtQmqPMwmk0CQOQBZZcbrLw 7nbx6SQ8zdMe1YOuAUxA7lJnYW1MO4tjXdTQMB1hC5JOKlQNM6SqTaxbBax0 QY2Ik8nkc9wwLkOPMFMfwcCq4gVcYNE1II0HUSCYIbK65q12aDPdsgKykBJq UFsI89SlvVFBnrZsAyswdy1pFTe3eEOGLKQy4zyNB788LTllsD0IFFRZeDad zRPCiUf7gPmLQ6935KDnssT+RqGBwrgeErRh6xUIMkDpdF1jf19zAyvPdDBd d0ZwCaunZo1Cj+YFdaATzBsU39TEegmVGR1+g0I6nXrtZydAvWrYz1FcUutp pqP1m+LlklJ5SwkV64SxRvJFH/yM2KwKJojedEKJ7MjXiA+2yitfxuiysuUv 2RN2rglvD22D/3X2ww5XONtL963TrvzS3YW7BzS1NdNANO95aeosPBnpU6WX YLtDhE/cOAvqovsOGi5dUQ17dL9r0GbBjZOLThtsBjjSey8dRocvID48GcKT D4UfR8eT3c/0LdjBAHbwIbDpQZTsQYt9ga49F8ywPFXYB358lMtKZ3bg/g5m oaQbvM2naby1sYPH+a4Hl+4CGkWenKBN/lU0oNLYUIQ1jGHz98PAhn2purKM CmzexsfEcqSavFJN3kXcw+H8/YgrqY3q3CvU+yr4n3yec7zTaifOmSjsIumE sOK1XCIrXf9pPK3i0ly3Lr9dqYbTlZ/T4gI17IEaFX9Gaf4202ulfevJbV6f ql9SdoN9Z2rDCVX5+z6Jjo/CQPid4OQ1GrpIwwI32A5ShbSXlHU68mlGJR5X Y9daxR8unL99m7s6qeMfQP4HUEsBAjQDFAAAAAgAAICf6/aLnqEgAQAAhAMA ABMAAAAAAAAAAQAAAKSBAAAAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMU AAAACAAAgJ/r6o2OaNsAAAA5AgAACwAAAAAAAAABAAAApIFRAQAAX3JlbHMv LnJlbHNQSwECNAMUAAAACAAAgJ/ryMHyJ4sAAADhAAAAEAAAAAAAAAABAAAA pIFVAgAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+uxdxbJDAEA AOUBAAARAAAAAAAAAAEAAACkgQ4DAABkb2NQcm9wcy9jb3JlLnhtbFBLAQI0 AxQAAAAIAACAn+ueKKTNuAAAAJYBAAAaAAAAAAAAAAEAAACkgUkEAAB4bC9f cmVscy93b3JrYm9vay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+vVJ+rNxQEA AAgFAAANAAAAAAAAAAEAAACkgTkFAAB4bC9zdHlsZXMueG1sUEsBAjQDFAAA AAgAAICf66S9T6DHAAAANQEAAA8AAAAAAAAAAQAAAKSBKQcAAHhsL3dvcmti b29rLnhtbFBLAQI0AxQAAAAIAACAn+s9WGI8cAAAAIoAAAAjAAAAAAAAAAEA AACkgR0IAAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BL AQI0AxQAAAAIAACAn+vFV0VJqAIAADIGAAAYAAAAAAAAAAEAAACkgc4IAAB4 bC93b3Jrc2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAArAsAAAAA ----==_mimepart_5d8476ca876f7_13b6b3fd48443c02c509fd-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 191ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (6.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:50:50.588455"], ["updated_at", "2019-09-20 06:50:50.588455"]]  (1.2ms) commit transaction  (0.0ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:50.590851"], ["updated_at", "2019-09-20 06:50:50.590851"]]  (0.5ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.0ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (4.4ms) Rendered home/withpartial.xlsx.axlsx (13.1ms) Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (1.4ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.5ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:50:50.649306"], ["updated_at", "2019-09-20 06:50:50.649306"]]  (0.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (7.8ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:50.674879"], ["updated_at", "2019-09-20 06:50:50.674879"]]  (0.4ms) commit transaction Started GET "/users/5.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"5"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (6.2ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.1ms) Started GET "/users/5.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"5"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (6.8ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:50.701566"], ["updated_at", "2019-09-20 06:50:50.701566"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.4ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 6], ["created_at", "2019-09-20 06:50:50.741708"], ["updated_at", "2019-09-20 06:50:50.741708"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 6], ["created_at", "2019-09-20 06:50:50.744704"], ["updated_at", "2019-09-20 06:50:50.744704"]]  (0.6ms) commit transaction Started GET "/users/6/likes.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"6"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 6]] Rendered likes/index.xlsx.axlsx (6.2ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:50.763929"], ["updated_at", "2019-09-20 06:50:50.763929"]]  (0.5ms) commit transaction Started GET "/users/7/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"7"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.5ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.3ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (5.9ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.3ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.9ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (5.6ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.2ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.3ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 06:50:50.822547"], ["updated_at", "2019-09-20 06:50:50.822547"]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:50.824159"], ["updated_at", "2019-09-20 06:50:50.824159"]]  (0.7ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.4ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (12.0ms) Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.4ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (11.5ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.5ms) Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.0ms) User Load (0.4ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 06:50:50.874911"], ["updated_at", "2019-09-20 06:50:50.874911"]]  (0.5ms) commit transaction Started GET "/users/export/10.xlsx" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by UsersController#export as XLSX Parameters: {"id"=>"10"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] Rendering users/export.xlsx.axlsx Rendered users/export.xlsx.axlsx (9.8ms) Rendering text template Rendered text template (0.0ms) Sent data export_10.xlsx (0.3ms) Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.2ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-19 23:50:50 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (9.3ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)  (0.1ms) DROP TABLE IF EXISTS "likes"  (0.1ms) SELECT sqlite_version(*)  (1.0ms) CREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) DROP TABLE IF EXISTS "users"  (0.8ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime, "updated_at" datetime)  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES (20121206210955)  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES (20120717192452);   (0.8ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction ActiveRecord::InternalMetadata Create (0.3ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-09-20 09:05:45.829901"], ["updated_at", "2019-09-20 09:05:45.829901"]]  (1.1ms) 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  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/another.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#another as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (7.5ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (1.0ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started GET "/withpartial.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#withpartial as XLSX Rendering home/withpartial.xlsx.axlsx Rendered home/_cover_sheet.xlsx.axlsx (3.7ms) Rendered home/withpartial.xlsx.axlsx (11.2ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms) Started GET "/useheader.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#useheader as XLSX Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (7.0ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.3ms) Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms) User Load (1.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Create (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:48.614202"], ["updated_at", "2019-09-20 09:05:48.614202"]]  (0.7ms) commit transaction Started GET "/users/1.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (5.5ms) Completed 200 OK in 9ms (Views: 6.4ms | ActiveRecord: 0.1ms) Started GET "/users/1.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by UsersController#show as XLSX Parameters: {"id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering users/respond_with.xlsx.axlsx Rendered users/respond_with.xlsx.axlsx (6.2ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (1.4ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.4ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 1.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:05:48.658860"], ["updated_at", "2019-09-20 09:05:48.658860"]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:48.660289"], ["updated_at", "2019-09-20 09:05:48.660289"]]  (0.7ms) commit transaction Started GET "/users/noaction.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by UsersController#noaction as XLSX Rendering users/noaction.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.xlsx.axlsx (6.5ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.xlsx?set_direct=true" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#useheader as XLSX Parameters: {"set_direct"=>"true"} Rendering home/useheader.xlsx.axlsx Rendered home/useheader.xlsx.axlsx (6.8ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms) Started GET "/home.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#index as XLSX Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (6.8ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:05:48.708100"], ["updated_at", "2019-09-20 09:05:48.708100"]]  (0.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]  (1.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:48.719232"], ["updated_at", "2019-09-20 09:05:48.719232"]]  (0.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 5], ["created_at", "2019-09-20 09:05:48.740726"], ["updated_at", "2019-09-20 09:05:48.740726"]]  (0.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 5], ["created_at", "2019-09-20 09:05:48.742510"], ["updated_at", "2019-09-20 09:05:48.742510"]]  (0.5ms) commit transaction Started GET "/users/5/likes.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by LikesController#index as XLSX Parameters: {"user_id"=>"5"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] Rendering likes/index.xlsx.axlsx Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 5]] Rendered likes/index.xlsx.axlsx (7.0ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.4ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.xlsx (0.2ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:48.778087"], ["updated_at", "2019-09-20 09:05:48.778087"]]  (0.8ms) commit transaction Started GET "/users/export/6.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by UsersController#export as XLSX Parameters: {"id"=>"6"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] Rendering users/export.xlsx.axlsx Rendered users/export.xlsx.axlsx (5.9ms) Rendering text template Rendered text template (0.0ms) Sent data export_6.xlsx (0.6ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:05:48.796060"], ["updated_at", "2019-09-20 09:05:48.796060"]]  (0.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:48.798081"], ["updated_at", "2019-09-20 09:05:48.798081"]]  (0.5ms) commit transaction Started GET "/users.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by UsersController#index as XLSX Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.2ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]  (0.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-09-20 09:05:48.816346"], ["updated_at", "2019-09-20 09:05:48.816346"]]  (0.6ms) commit transaction Started GET "/users/9/render_elsewhere.xlsx" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by LikesController#render_elsewhere as XLSX Parameters: {"user_id"=>"9"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (6.0ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.3ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/home/render_elsewhere.xlsx?type=5" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"5"} Rendering home/index.xlsx.axlsx Rendered home/index.xlsx.axlsx (5.3ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.3ms) Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.xlsx?type=4" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"4"} Rendering users/index.xlsx.axlsx User Load (0.6ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (12.5ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.6ms) Started GET "/home/render_elsewhere.xlsx?type=3" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"3"} Rendering users/index.xlsx.axlsx User Load (0.5ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (11.5ms) Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.5ms) Started GET "/home/render_elsewhere.xlsx?type=1" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by HomeController#render_elsewhere as XLSX Parameters: {"type"=>"1"} Rendering users/index.xlsx.axlsx User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.xlsx.axlsx (10.8ms) Rendering text template Rendered text template (0.0ms) Sent data index.xlsx (0.3ms) Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-09-20 09:05:48.902998"], ["updated_at", "2019-09-20 09:05:48.902998"]]  (0.7ms) commit transaction Started GET "/users/10/send_instructions" for 127.0.0.1 at 2019-09-20 02:05:48 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"10"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] Rendering users/send_instructions.xlsx.axlsx Rendered users/send_instructions.xlsx.axlsx (12.0ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.3ms) Notifier#instructions: processed outbound mail in 168.6ms Sent mail to elmer@fudd.com (7.1ms) Date: Fri, 20 Sep 2019 02:05:49 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <5d84966d14275_b1e63fc89cc3a04c967a2@Valinor.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5d84966d13110_b1e63fc89cc3a04c9667c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5d84966d13110_b1e63fc89cc3a04c9667c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5d84966d13110_b1e63fc89cc3a04c9667c Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_10.xlsx Content-ID: <5d84966d14c07_b1e63fc89cc3a04c968c4@Valinor.local.mail> UEsDBBQAAAAIAACAn+v2i56hIAEAAIQDAAATAAAAW0NvbnRlbnRfVHlwZXNd LnhtbK2Tu27DMAxFf8XQWlhKOhRFYTtDH2ObIf0AVaJjIXpBVFLn70vbTYcs cdBMBEXec68EqFr1zhYHSGiCr9mSL1gBXgVt/LZmn5u38pGtmmpzjIAFrXqs WZdzfBICVQdOIg8RPE3akJzM1KatiFLt5BbE/WLxIFTwGXwu88BgTfUCrdzb XDxP5wO6ZjJGa5TMlEIcvD6Dlr9AnsCOO9iZiHe0wIrXnihTepoiEzMczoVD T7oPeodkNBRrmfK7dKQSOqh1ChEF6fmouyZ3aFujgBh7RxIOg6UGXUZCQsoG pktc8lYhwfXmp0cb1DMdeyswHy3gv6+KMYHU2AFkZ/kEveD8HdLuK4Tdrb2H yp00fob/uIxiLMsbB/njn3KI8Vs1P1BLAwQUAAAACAAAgJ/r6o2OaNsAAAA5 AgAACwAAAF9yZWxzLy5yZWxzrZLBSgQxDIZfpeS+09kVRGS7exFhbyLjA9Q2 M1Nm2pQ06vj2Vg/iyi4qeAzJ//9fQrb7Jc7qGbkESgbWTQsKkyMf0mDgobtd XcF+t73H2UqdKGPIRVVJKgZGkXytdXEjRlsayphqpyeOVmrJg87WTXZAvWnb S81fPeDYU3WWBxQDy6xfiKdHoqmpZqC614y/iaK+Dw5vyD1FTHIi8dsEqIM3 wAe/Bn2GxZO7Y6pKR4x/ozm/uI4o1luxH66rXAOQJWD5BNr8DGRz/u/r4CKY PPpTRBfvRProB3ZvUEsDBBQAAAAIAACAn+vIwfIniwAAAOEAAAAQAAAAZG9j UHJvcHMvYXBwLnhtbJ2OsQrCMBRFf6Vkb1MdREqSLuLsUN1L8toGzHsheZb6 90YE3R0v53I4qt/CvVohZU+oxa5pRQVoyXmctbgO5/ooeqMuiSIk9pCr8ses xcIcOymzXSCMuSkYC5kohZHLTLOkafIWTmQfAZDlvm0PEjYGdODq+BWKj7Fb +V+pI/vuy7fhGYvPKPnLNS9QSwMEFAAAAAgAAICf6xOUo50MAQAA5QEAABEA AABkb2NQcm9wcy9jb3JlLnhtbG2Ry07DMBBFfyXyPrGTAmotJ12AugIJiSAQ O8uZphbxQ7Zpwt+TuG1IpS5n7pnjsYZtB9UlR3BeGl2iPCMoAS1MI3Vbovd6 l67RtmLCUmEcvDpjwQUJPhnHtKfClugQgqUYe3EAxX02EnoM98YpHsbStdhy 8c1bwAUhD1hB4A0PHE/C1M5GdFY2YlbaH9dFQSMwdKBAB4/zLMf/rJLh18LN iUu4oAM45W/CMZnJwcuZ6vs+61eRG/fP8efL81v8aiq1D1wLQBVrBBUOeDCu 4kPnB4YXHXZ++NSAJhn19LT2JflYPT7VO1QVJN+kZJMWpCYFJff0bv01ua7m 4zkcHOV0s4owvCxjdX2r6g9QSwMEFAAAAAgAAICf654opM24AAAAlgEAABoA AAB4bC9fcmVscy93b3JrYm9vay54bWwucmVsc62Q2wrCMAyGX6Xk3mWKiojV GxF2K/MBSpcd2NaWph729lYFUVDwwqsQknzfT1abS9+JE3lurJEwTlIQZLQt GlNJOOS70QI269WeOhXiBteNYxFPDEuoQ3BLRNY19YoT68jESWl9r0JsfYVO 6VZVhJM0naN/ZcA7U+TKVxQknK1vuSYKjPcyTiISRD44+kVoy7LRtLX62JMJ H7z4FIDICgk+K6aAX8JwGDrifyd4UJ/62U2Pbw9eXwFQSwMEFAAAAAgAAICf 69Un6s3FAQAACAUAAA0AAAB4bC9zdHlsZXMueG1spVRdi9wgFP0r4g+ocdou dIiBUggU2qWw+9BXZ6KTgB9BzZL01/eqaWKgyw5tHsbrmXPOvV5vUvuwKPHU CxHQrJXxDPchjGdC/LUXmvt3dhQG/pHWaR5g627Ej07wzkeRVuRUVQ9E88Hg pjaTbnXw6GonExg+bRDKy9eOYVpVGGW7L7YTDC/wEK1J12FE/iqgrwlQ35+1 PnuflGRN39TSmr0KijMA1lwL9MIVw5/dwBUGjf+VAUrjTnI9qGVFIkCyMC3R d1DqcLoINPXIQxDOtLBBa/y8jFCpsUYAixSEaJaWN6Q3xxd6+viaOi1Q0cW6 TrhDTRlCwMlRgSghA0pXznDo05VdrbIOuduF4bat0pObGblN7YZbf7ckkZs6 2PFeBVBjeSFYfa8ks4vTrQE04yqUeoouP+Xh9meJMieOE9jss5VG0Wwh9HQN wXaW8FNa5gSF9/t/857lMcnBgv6/xaEK+uFNDz6Oanmc9EW4Nr1mqYqyA9vh UysOvd1QFN8uhh+jgyrcSdlFsOnmvYFVHO8IwNDwC3yIsn0nJJ9UeN4ghvf4 u+iGSX/Cf1g/hhcbVtYef4ujSB/wnikeqEgCu/3b1/wGUEsDBBQAAAAIAACA n+ukvU+gxwAAADUBAAAPAAAAeGwvd29ya2Jvb2sueG1sjY9Ba8MwDIX/itF9 dTrK2EKcXsYgtx26H+DZSmMaS0Fy1/78mnRl1130EO/xPanbX/NsflA0MTnY bhowSIFjoqODr8PH0yvs++7CcvpmPpmaJnUwlbK01mqYMHvd8IJUnZEl+1JX OVpdBH3UCbHk2T43zYvNPhHcCa38h8HjmAK+czhnpHKHCM6+1Ft1SovC32Wf YqIvuH1rdg5GPyuC7bu1X3/VrHOI9U0w5DM6GEiLnMMKBCNtqqYMcVfBdk0/ tDLso6q/AVBLAwQUAAAACAAAgJ/rPVhiPHAAAACKAAAAIwAAAHhsL3dvcmtz aGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzVYxLDgIhEAWvQnrvNLowxgCz 8wBGD9DBFojDJzQxHl+Wuqy8emXWT97Um7ukWizsFw2Ki6+PVIKF++2yO8Hq zJU3GtOQmJqoeSliIY7RzojiI2eSpTYuc3nWnmlM7AEb+RcFxoPWR+y/DXAG /6LuC1BLAwQUAAAACAAAgJ/rl08mXaYCAAAzBgAAGAAAAHhsL3dvcmtzaGVl dHMvc2hlZXQxLnhtbJVVbU/bMBD+K1G+L0mDGKhKwqCsA6kbaIUh7ZubXBoL xxfZTgP8+p3tEMrEEOuH9l6fe/U1O3loRbADpTnKPJxFSRiALLHicpuHtzfL T8fhSZENqO51A2ACMpc6Dxtjunkc67KBlukIO5CkqVG1zBCrtrHuFLDKObUi TpPkc9wyLkOPMFcfwcC65iWcY9m3II0HUSCYoWR1wzvt0Oa6YyXkIQXUoHYQ FpkLe62CIuvYFtZgbjviam5u8JoEeUhlxkUWj3ZFVnGKYHsQKKjz8HQ2X6SE E0/yEfMXh0Hv0cHAZYXDtUIDpXE9JGjDNmsQJIDK8brB4a7hBtY+01F01RvB Jawf2w0KPYmX1IFeMC9QfNtQ1iuozWTwGxSSdua5n70A9cLhsEBxQa2nmU7S b4pXKwrlJRXUrBfGCskWvfMTYrsumaD0ZgkFsiPfIN7bKi99GZPJ2pa/Yo/Y uya8VtoG/0v3ww5XONlz963RPv3c3aXbA5rahmmgNO94ZZo8PJ7Sp0ovwHaH Ej524yypi+47aLl0RbXswf1uQJslN44ue22wHeGIHzx1GB0+g3j3dHRPP+R+ FB0l+5/Za7CDEezgQ2Czgyh9Ay32Bbr2nDPDikzhEPjxUSxLndqB+x3MQ0kb vCtmSRbvrPNocrZvwqXbQKPIlBO2Kb6KFlQWG/Kwgslt8b4bWLcvdV9VUYnt a/+Y0pxyTV9yTd9FfCOHs/c9LqU2qnfPUL9Vwf/E8znHe7125IKJ0l6SXghL XskVssoNgObTKS7NVefi25tqOO38gi4XqPEQNKj4E0rzt5ieKx1cn9z25a36 K2VP2HemtpxQlV/4JDqibRX+KDh6g4Y2abzgBruRqpEOk7JGhz7MxMTTbew7 y3jl0tnbx7nPEzv9AxR/AFBLAQI0AxQAAAAIAACAn+v2i56hIAEAAIQDAAAT AAAAAAAAAAEAAACkgQAAAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAA AAgAAICf6+qNjmjbAAAAOQIAAAsAAAAAAAAAAQAAAKSBUQEAAF9yZWxzLy5y ZWxzUEsBAjQDFAAAAAgAAICf68jB8ieLAAAA4QAAABAAAAAAAAAAAQAAAKSB VQIAAGRvY1Byb3BzL2FwcC54bWxQSwECNAMUAAAACAAAgJ/rE5SjnQwBAADl AQAAEQAAAAAAAAABAAAApIEOAwAAZG9jUHJvcHMvY29yZS54bWxQSwECNAMU AAAACAAAgJ/rniikzbgAAACWAQAAGgAAAAAAAAABAAAApIFJBAAAeGwvX3Jl bHMvd29ya2Jvb2sueG1sLnJlbHNQSwECNAMUAAAACAAAgJ/r1SfqzcUBAAAI BQAADQAAAAAAAAABAAAApIE5BQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQAAAAI AACAn+ukvU+gxwAAADUBAAAPAAAAAAAAAAEAAACkgSkHAAB4bC93b3JrYm9v ay54bWxQSwECNAMUAAAACAAAgJ/rPVhiPHAAAACKAAAAIwAAAAAAAAABAAAA pIEdCAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHNQSwEC NAMUAAAACAAAgJ/rl08mXaYCAAAzBgAAGAAAAAAAAAABAAAApIHOCAAAeGwv d29ya3NoZWV0cy9zaGVldDEueG1sUEsFBgAAAAAJAAkATgIAAKoLAAAAAA== ----==_mimepart_5d84966d13110_b1e63fc89cc3a04c9667c-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 180ms (Views: 0.3ms | ActiveRecord: 0.1ms)