以下のスタブの設定で、`service.fetch_data`を呼び出したときの動作はどうなりますか? ```ruby allow(service).to receive(:fetch_data).and_return('data1', 'data2', 'data3') ```