Commit 53b809ff authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Validator] Use Dir.tmpdir in specs

parent bf1535a9
......@@ -88,7 +88,7 @@ module Pod
validator.quick = true
validator.stubs(:validate_url)
validator.validate
validator.validation_dir.should.be == Pathname.new(ENV['TMPDIR']) + 'CocoaPods/Lint'
validator.validation_dir.should.be == Pathname.new(Dir.tmpdir) + 'CocoaPods/Lint'
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment