Fix experiment_spec test using the old variable

Closes SCI-3244
This commit is contained in:
Jure Grabnar 2019-04-01 12:50:35 +02:00
parent 6b5cd34811
commit ebc2d8ee75

View file

@ -180,7 +180,7 @@ describe Experiment, type: :model do
expect(Activities::CreateActivityService) expect(Activities::CreateActivityService)
.to(receive(:call) .to(receive(:call)
.with(hash_including(activity_type: .with(hash_including(activity_type:
:archive_task))).exactly(3).times :archive_module))).exactly(3).times
function_call function_call
end end