• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

Commit MetaInfo

修訂b13f8a2ec738a5c367ce65ad8998c4cfa0ff2bcd (tree)
時間2020-11-22 16:34:57
作者HMML <hmml3939@gmai...>
CommiterHMML

Log Message

Fix spec for new style file id

Change Summary

差異

--- a/spec/models/jma_feed_spec.rb
+++ b/spec/models/jma_feed_spec.rb
@@ -14,7 +14,7 @@ RSpec.describe JmaFeed, type: :model do
1414
1515 it "can be created with xml file" do
1616 expect(feed).to be
17- expect(feed.feed_id).to eq "urn:uuid:aa8659a2-3e70-3021-892c-310e851b2057"
17+ expect(feed.feed_id).to eq "05763a85b8f8b92abd65aa8a8eb748d90c17f5fae486b12ead93cec03faf8be2"
1818 expect(feed.feed_time).to eq Time.parse("2020-08-30 12:00:18 +0000")
1919 end
2020