This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Support/lib/spec/mate.rb b/Support/lib/spec/mate.rb | |
index 6d0ce89..b634303 100644 | |
--- a/Support/lib/spec/mate.rb | |
+++ b/Support/lib/spec/mate.rb | |
@@ -1,18 +1,18 @@ | |
# This is based on Florian Weber's TDDMate | |
require 'rubygems' | |
+# Load spec/autorun | |
ENV['TM_PROJECT_DIRECTORY'] ||= File.dirname(ENV['TM_FILEPATH']) |