comments
This commit is contained in:
+2
-2
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user