Skip to content

Commit 638197f

Browse files
committed
test: Delete unneeded config reset from yardspec
1 parent 3438c5f commit 638197f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

lib/kiba/extend/transforms/date_value/force_day_precision.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ module DateValue
7979
# {in: "", out: nil, rept: nil}
8080
# ]
8181
# expect(result).to eq(expected)
82-
# Kiba::Extend::ProjectConfig.reset_config
8382
class ForceDayPrecision
8483
# @param source [Symbol] field containing non-day-precise date values
8584
# @param target [Symbol] field in which to write day-precise date
@@ -88,8 +87,8 @@ class ForceDayPrecision
8887
# flags
8988
# @param month [Integer] Default month to provide
9089
# @param day [Integer] Default day to provide. **This must be a valid
91-
# day for any month in a year-month source value.** For instance, you
92-
# cannot set this to 31, and succssfully pad 2002-02.
90+
# day for any month in a year-month source value.** For instance,
91+
# you cannot set this to 31, and succssfully pad 2002-02.
9392
def initialize(source:, target:, warnfield: :date_warning,
9493
month: 1, day: 1)
9594
@source = source

0 commit comments

Comments
 (0)