Avoid local block var assignment in ap/process_status_update_service spec (#29210)
This commit is contained in:
		
							parent
							
								
									d4d0565b0f
								
							
						
					
					
						commit
						fc4f823464
					
				| 
						 | 
					@ -218,7 +218,8 @@ RSpec.describe ActivityPub::ProcessStatusUpdateService, type: :service do
 | 
				
			||||||
      end
 | 
					      end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      it 'does not update the text, spoiler_text or edited_at' do
 | 
					      it 'does not update the text, spoiler_text or edited_at' do
 | 
				
			||||||
        expect { subject.call(status, json, json) }.to_not(change { s = status.reload; [s.text, s.spoiler_text, s.edited_at] })
 | 
					        expect { subject.call(status, json, json) }
 | 
				
			||||||
 | 
					          .to_not(change { status.reload.attributes.slice('text', 'spoiler_text', 'edited_at').values })
 | 
				
			||||||
      end
 | 
					      end
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue