Skip to content

Commit b80a495

Browse files
committed
Forcibly set spec.date in test to fix rubygems change to 1980 as default
[git-p4: depot-paths = "//src/hoe/dev/": change = 14475]
1 parent 9215c75 commit b80a495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_hoe.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ def test_possibly_better
365365
files = File.read("Manifest.txt").split(/\n/)
366366

367367
spec = hoe.spec
368+
spec.date = nil # forces Date.today. default switched to 1980 for some reason
368369

369370
urls = {
370371
"home" => "http://www.zenspider.com/projects/hoe.html",

0 commit comments

Comments
 (0)