context 'with a successful update' do
      it 'updates the item_type' do
        expect { subject }.to change { item_type.reload.name }.from('item1').to('New name')
      end