Skip to content
Snippets Groups Projects
Unverified Commit a198cf7a authored by Kassio Borges's avatar Kassio Borges Committed by GitLab
Browse files

Merge branch 'kassio/fix-flaky-test' into 'master'

parents c80ee18c 6c2ee16b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -56,7 +56,7 @@
subject(:handler) { described_class.new }
 
it "calls the service with the given work_items" do
expect_next_instance_of(service_class, work_items) do |service|
expect_next_instance_of(service_class, WorkItem.id_in(work_items.map(&:id))) do |service|
expect(service).to receive(:execute)
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment