Skip to content

Commit

Permalink
test: remove skip line
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiroe committed Nov 30, 2024
1 parent 8e978b3 commit 1b545f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/sg_strange_calendar_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ def test_level_2_for_2025_03_31
end

def test_level_2_all
skip "レベル2にチャレンジする人はこの行を削除してください"
file_path = File.expand_path('level2.txt', File.dirname(__FILE__))
calendars = File.read(file_path).lines.each_slice(13).map(&:join).map(&:chomp)
from_date = Date.new(2025, 1, 1)
Expand Down Expand Up @@ -303,7 +302,6 @@ def test_level_3_for_2025_03_31
end

def test_level_3_all
skip "レベル2およびレベル3にチャレンジする人はこの行を削除してください"
file_path = File.expand_path('level3.txt', File.dirname(__FILE__))
calendars = File.read(file_path).lines.each_slice(38).map(&:join).map(&:chomp)
from_date = Date.new(2025, 1, 1)
Expand Down

0 comments on commit 1b545f2

Please sign in to comment.