rubyforgood / loudoun_codes

A ruby on rails app to replace the PCSquared application used for HSPC coding contests.
MIT License
3 stars 10 forks source link

Use local tmp directory for test files #89

Closed Benabik closed 7 years ago

Benabik commented 7 years ago

Using Dir.tmpdir for base_files means that Docker tests that use real Submissions fail on OS X due to permissions.

Moving it under tmp/test_files makes Docker.app happy and means it's easier to find files when things fail.