This commit is contained in:
Tom Preston-Werner
2010-04-07 13:38:32 -07:00
parent 6c4e343b0c
commit fcd821cf02
+2 -2
View File
@@ -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'