it 'エラーなく予報をツイートすること' do
weather_bot = WeatherBot.new
expect{ weather_bot.tweet_forecast }.not_to raise_error
end
it 'エラーなく予報をツイートすること' do
weather_bot = WeatherBot.new
expect{ weather_bot.tweet_forecast }.not_to raise_error
end