Skip to content

Commit

Permalink
Improve tmpdir resolution
Browse files Browse the repository at this point in the history
See discussion at #124
  • Loading branch information
inukshuk committed Jan 26, 2016
1 parent 118fee2 commit cf3ba19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/support/env.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
end

require 'test/unit'

require 'jekyll/scholar'
require 'tmpdir'

TEST_DIR = File.join('/', 'tmp', 'jekyll')
TEST_DIR = File.join(Dir.tmpdir, 'jekyll')

def run_jekyll(options = {})

Expand Down

0 comments on commit cf3ba19

Please sign in to comment.