tests: require string extension before exceptions

exceptions.rb now needs String#undent when it is loaded.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-08-12 01:02:37 -05:00
parent 0549a9ab05
commit 8818e008e3

View File

@ -8,9 +8,9 @@ ABS__FILE__=File.expand_path(__FILE__)
$:.push(File.expand_path(__FILE__+'/../..'))
require 'extend/pathname'
require 'extend/string'
require 'exceptions'
require 'utils'
require 'extend/string'
# these are defined in global.rb, but we don't want to break our actual
# homebrew tree, and we do want to test everything :)