fix b0rken test, i owe you ice cream
This commit is contained in:
parent
cda46a0d88
commit
412a6b69a4
|
@ -17,6 +17,7 @@ describe Guard::RailsRunner do
|
||||||
let(:pid) { 12345 }
|
let(:pid) { 12345 }
|
||||||
|
|
||||||
before do
|
before do
|
||||||
|
FileUtils.mkdir_p File.split(runner.pid_file).first
|
||||||
File.open(runner.pid_file, 'w') { |fh| fh.print pid }
|
File.open(runner.pid_file, 'w') { |fh| fh.print pid }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue