Improved test.
This commit is contained in:
parent
0cd9fd7fcd
commit
6ea12c212f
1 changed files with 0 additions and 2 deletions
|
@ -237,8 +237,6 @@ class CalendarTest < ActiveSupport::TestCase
|
||||||
assert_equal('Christmas1', calendar1.public_holidays['2019-12-24']['summary'])
|
assert_equal('Christmas1', calendar1.public_holidays['2019-12-24']['summary'])
|
||||||
assert_nil(calendar1.public_holidays['2020-12-24'])
|
assert_nil(calendar1.public_holidays['2020-12-24'])
|
||||||
|
|
||||||
Calendar.destroy_all
|
|
||||||
|
|
||||||
travel_back
|
travel_back
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue