Skip to content

Commit 1ea5776

Browse files
committedSep 8, 2016
Fix environment variable for command “Run DocTest”
#ignore
1 parent c55dc1b commit 1ea5776

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎Support/lib/support.rb

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# encoding: UTF-8
22
# rubocop: disable Style/AsciiComments
33

4+
# Fix environment variable for command “Run DocTest”
5+
ENV['TM_BUNDLE_SUPPORT'] = File.expand_path(
6+
File.dirname(File.dirname(__FILE__))
7+
)
8+
49
# -- Imports -------------------------------------------------------------------
510

611
require 'fileutils'

0 commit comments

Comments
 (0)
Please sign in to comment.