Skip to content

Commit

Permalink
Fix comment to make it less ambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Jan 24, 2017
1 parent 7be2c78 commit 2346bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rake_functional.rb
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def test_update_midway_through_chaining_to_file_task
rake "-n"
assert_equal(%w{fileA fileB fileC default}, dryrun_tasks)
rake
sleep 1 # for stride seconds surely for timestamp
sleep 1 # Ensure the timestamp is on a new second
FileUtils.touch("fileA")
rake "-n"
assert_equal(%w{fileB fileC default}, dryrun_tasks)
Expand Down

0 comments on commit 2346bc8

Please sign in to comment.