Skip to content

Fix transient failure in TodoService spec

Robert Speicher requested to merge rs-fix-todo-service-spec into master

Fix transient failure in TodoService spec

For reasons unknown, the lack of and_call_original on this message expectation was causing a transient failure depending on test order. We narrowed it down using rspec --bisect to the following order:

spec/requests/openid_connect_spec.rb:123 spec/services/todo_service_spec.rb:751

Merge request reports