Relax expectation in spec/models/project_spec.rb
Multiple Sidekiq workers can run in the spec, causing `Project.find` to be run in different places. Instead of setting a fixed number of calls, just use `allow`.
Showing
Please register or sign in to comment