typofix in test/test_regenerator.rb

This commit is contained in:
Veres Lajos 2015-08-07 22:32:36 +01:00
parent aecfe4c160
commit d652f6e337
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class TestRegenerator < JekyllUnitTest
@regenerator = Regenerator.new(@site)
# these should pass, since nothing has changed, and the
# loop above made sure the desinations exist
# loop above made sure the designations exist
assert !@regenerator.regenerate?(@page)
assert !@regenerator.regenerate?(@post)
assert !@regenerator.regenerate?(@document)