Merge pull request #3764 from arunagw/test_sunday_monday
Tests added for monday and sunday
This commit is contained in:
commit
9030cdadff
@ -57,6 +57,14 @@ def test_beginning_of_week
|
||||
assert_equal Date.new(2005,11,28), Date.new(2005,12,04).beginning_of_week #sunday
|
||||
end
|
||||
|
||||
def test_monday
|
||||
assert_equal Date.new(2005,11,28), Date.new(2005,11,28).monday
|
||||
end
|
||||
|
||||
def test_sunday
|
||||
assert_equal Date.new(2008,3,2), Date.new(2008,3,02).sunday
|
||||
end
|
||||
|
||||
def test_beginning_of_week_in_calendar_reform
|
||||
assert_equal Date.new(1582,10,1), Date.new(1582,10,15).beginning_of_week #friday
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user