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:
parent
0549a9ab05
commit
8818e008e3
@ -8,9 +8,9 @@ ABS__FILE__=File.expand_path(__FILE__)
|
|||||||
|
|
||||||
$:.push(File.expand_path(__FILE__+'/../..'))
|
$:.push(File.expand_path(__FILE__+'/../..'))
|
||||||
require 'extend/pathname'
|
require 'extend/pathname'
|
||||||
|
require 'extend/string'
|
||||||
require 'exceptions'
|
require 'exceptions'
|
||||||
require 'utils'
|
require 'utils'
|
||||||
require 'extend/string'
|
|
||||||
|
|
||||||
# these are defined in global.rb, but we don't want to break our actual
|
# these are defined in global.rb, but we don't want to break our actual
|
||||||
# homebrew tree, and we do want to test everything :)
|
# homebrew tree, and we do want to test everything :)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user