Skip to content

Commit

Permalink
Log to /tmp/integrity.test.log instead of /dev/null
Browse files Browse the repository at this point in the history
For some reason (WTF?) I was getting this error:
  Logger::ShiftingError: Shifting failed. Permission denied - /dev/null or /dev/null.20090212
  • Loading branch information
sr committed Feb 13, 2009
1 parent e0db7d8 commit bdd65de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers.rb
Expand Up @@ -31,7 +31,7 @@ def setup_and_reset_database!
end

def ignore_logs!
Integrity.config[:log] = "/dev/null"
Integrity.config[:log] = "/tmp/integrity.test.log"
end
end

Expand Down

0 comments on commit bdd65de

Please sign in to comment.