comments
This commit is contained in:
+2
-2
@@ -9,14 +9,14 @@ $LOAD_PATH.unshift(dir)
|
|||||||
|
|
||||||
require 'gollum'
|
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[.]))
|
Dir.chdir(File.join(File.dirname(__FILE__), *%w[.]))
|
||||||
|
|
||||||
##
|
|
||||||
# test/spec/mini 3
|
# test/spec/mini 3
|
||||||
# http://gist.github.com/25455
|
# http://gist.github.com/25455
|
||||||
# chris@ozmm.org
|
# chris@ozmm.org
|
||||||
# file:lib/test/spec/mini.rb
|
# file:lib/test/spec/mini.rb
|
||||||
#
|
|
||||||
def context(*args, &block)
|
def context(*args, &block)
|
||||||
return super unless (name = args.first) && block
|
return super unless (name = args.first) && block
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
|
|||||||
Reference in New Issue
Block a user