Skip to content

Commit

Permalink
Remove debugging and hope it doesn't break again.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Mar 6, 2015
1 parent ea53fd6 commit 65a7e62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec/java_integration/utilities/jar_glob_spec.rb
Expand Up @@ -100,16 +100,12 @@ def jar_entries(full_entries)

before = Dir.glob("#{jar_path}!/**/*").size

puts File.mtime(jar_path)

# Need to sleep a little bit to make sure that modified time is updated
sleep 2

# This should delete the /glob_target and /glob_target/bar.txt entries
`zip -d #{jar_path} glob_target/bar.txt`

puts File.mtime(jar_path)

after = Dir.glob("#{jar_path}!/**/*").size

expect(after - before).to eq(-2)
Expand Down

0 comments on commit 65a7e62

Please sign in to comment.