test/helper.rb in characterizable-0.1.1 vs test/helper.rb in characterizable-0.1.2

- old
+ new

@@ -11,5 +11,9 @@ class Test::Unit::TestCase def assert_same_contents(a, b) assert_equal Set.new(a), Set.new(b) end end + +Dir.glob(File.expand_path('support/**/*', File.dirname(__FILE__))).each do |file| + require file +end