1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-09-25 10:48:31 +02:00

use more explicit date set in Timecop

This commit is contained in:
Jeffrey Martin 2020-11-11 12:19:23 -06:00
parent d737299fa9
commit 5a6a530623
No known key found for this signature in database
GPG Key ID: 0CD9BBC2AF15F171

View File

@ -8,7 +8,7 @@ RSpec.describe RuboCop::Cop::Lint::ModuleDisclosureDateFormat do
let(:config) { RuboCop::Config.new }
before(:each) do
Timecop.freeze('2020-10-02')
Timecop.freeze(2020, 10, 02, 12)
end
after(:example) do