Open JunichiIto opened 3 years ago
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
.https://github.com/everydayrails/everydayrails-rspec-2017/blob/90b22535d44ab626b82363335a227c5a1856a039/app/views/tasks/_task.json.jbuilder#L2
It should be:
The current test fails if
tasks_controller_spec.rb
hasrender_views
views option: