We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55dc1b commit 1ea5776Copy full SHA for 1ea5776
Support/lib/support.rb
@@ -1,6 +1,11 @@
1
# encoding: UTF-8
2
# rubocop: disable Style/AsciiComments
3
4
+# Fix environment variable for command “Run DocTest”
5
+ENV['TM_BUNDLE_SUPPORT'] = File.expand_path(
6
+ File.dirname(File.dirname(__FILE__))
7
+)
8
+
9
# -- Imports -------------------------------------------------------------------
10
11
require 'fileutils'
0 commit comments