Skip to content

Commit

Permalink
Merge pull request #81 from katafrakt/fix-linux-test
Browse files Browse the repository at this point in the history
Fix issues with testing on Linux
  • Loading branch information
AlfonsoUceda committed Oct 29, 2017
2 parents bb0fd81 + 9aedd1a commit a0e4bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/test_file.rb
Expand Up @@ -17,7 +17,7 @@ def initialize(root: TMP, path: nil, &blk)
def touch(content = nil)
last_modified = mtime

while mtime <= last_modified
while mtime.to_i <= last_modified.to_i
wait 1
write(content)
end
Expand Down

0 comments on commit a0e4bb2

Please sign in to comment.