From fcd821cf023543b8f1f7333d0366dfb7f255f22e Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Wed, 7 Apr 2010 13:38:32 -0700 Subject: [PATCH] comments --- test/helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/helper.rb b/test/helper.rb index e634222c..75f1bcd5 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -9,14 +9,14 @@ $LOAD_PATH.unshift(dir) require 'gollum' +# Make sure we're in the test dir, the tests expect that to be the current +# directory. Dir.chdir(File.join(File.dirname(__FILE__), *%w[.])) -## # test/spec/mini 3 # http://gist.github.com/25455 # chris@ozmm.org # file:lib/test/spec/mini.rb -# def context(*args, &block) return super unless (name = args.first) && block require 'test/unit'