diff --git a/spec/questions_spec.rb b/spec/questions_spec.rb index 4f5fd96b..fd02191f 100644 --- a/spec/questions_spec.rb +++ b/spec/questions_spec.rb @@ -191,8 +191,8 @@ end it 'your_birthday_is_on_a_friday_in_the_year' do - n = your_birthday_is_on_a_friday_in_the_year(Time.new(2018, 1, 1)) - expect(n).to eq 2020 + n = your_birthday_is_on_a_friday_in_the_year(Time.new(2019, 9, 20)) + expect(n).to eq 2025 end it 'word_count_a_file' do