diaspora/diaspora

`check_birthday_spec` is broken again...

denschub opened this issue · 0 comments

... but it's different this time, not the fun leap-day bug we had in 2016!

Turns out that our test suite will fail on September 9th, because, well, the test profile has its birthday today!

birthday_profile.update(birthday: "1990-09-09")

We really should make this date dynamically, to always set it to something valid that is.. well.. not today.

(I'm adding the "weird" label, just because it's fun.)