You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2024. It is now read-only.
Thank you for reporting this. I think I'm going to keep this issue open for others who may find it, but leave it unfixed for now. Due to the branching strategy I took for building out each chapter's source code changes, I have to apply the change to each branch and handle several merge conflicts as I go. This adds risk to breaking the sample code, especially in later chapters.
A reader of the Japanese edition found that
_task.json.jbuilder
has invalid arguments forproject_task_url
.everydayrails-rspec-2017/app/views/tasks/_task.json.jbuilder
Line 2 in 90b2253
It should be:
The current test fails if
tasks_controller_spec.rb
hasrender_views
views option:require 'rails_helper' RSpec.describe TasksController, type: :controller do + render_views include_context "project setup"
The text was updated successfully, but these errors were encountered: