Skip to content

Commit

Permalink
fix b0rken test, i owe you ice cream
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbintz committed Sep 14, 2011
1 parent cda46a0 commit 412a6b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/lib/guard/rails/runner_spec.rb
Expand Up @@ -17,6 +17,7 @@
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

Expand Down

0 comments on commit 412a6b6

Please sign in to comment.