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'