• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão6bb72a8e2b54f592264d522e9b6b056384b29362 (tree)
Hora2020-11-22 16:34:47
AutorHMML <hmml3939@gmai...>
CommiterHMML

Mensagem de Log

Remove debug code.

Mudança Sumário

Diff

--- a/spec/jobs/fetch_jma_content_job_spec.rb
+++ b/spec/jobs/fetch_jma_content_job_spec.rb
@@ -110,9 +110,7 @@ RSpec.describe FetchJmaContentJob, type: :job do
110110 a1 = Area.find_by(name: "東京都 東京地方")
111111 j._update_fc_by_xml doc
112112 expect(Area.count).to eq 3
113- ap Area.all
114113
115114 a1 = Area.find_by(name: "愛媛県 中予")
116- ap a1.forecasts
117115 end
118116 end