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 has been archived by the owner on Oct 11, 2019. It is now read-only.
Hi,
I got this error when run
bundle exec rspec
Failures:
Todos API POST /todos when the request is valid creates a todo
Failure/Error: expect(json['title']).to eq('Learn Elm')
NoMethodError:
undefined method `[]' for nil:NilClass
Finished in 1.1 seconds (files took 3.14 seconds to load)
18 examples, 1 failure
Failed examples:
rspec ./spec/requests/todos_spec.rb:60 # Todos API POST /todos when the request is valid creates a todo
Could you please help me
Thanks
The text was updated successfully, but these errors were encountered: