Fix date-dependent test failure in obsolete_ignored_columns_spec.rb
If `spec/lib/gitlab/database/obsolete_ignored_columns_spec.rb` is loaded before a date boundary and execute after the boundary has crossed, the test will fail with an extra column because `Date.today` has advanced. To fix this problem, we fix the dates used in the test.
Showing
Please register or sign in to comment