fix b0rken test, i owe you ice cream

This commit is contained in:
John Bintz 2011-09-14 14:19:54 -04:00
parent cda46a0d88
commit 412a6b69a4
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ describe Guard::RailsRunner do
let(:pid) { 12345 }
before do
FileUtils.mkdir_p File.split(runner.pid_file).first
File.open(runner.pid_file, 'w') { |fh| fh.print pid }
end