Explorar el Código

Fix require usage for active_support in test

Glandos hace 11 años
padre
commit
9d1c347550
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/test_helper.rb

+ 1 - 0
test/test_helper.rb

@@ -7,6 +7,7 @@ $LOAD_PATH.unshift 'lib'
 
 require 'minitest/autorun'
 require 'minitest/pride'
+require 'active_support'
 require 'active_support/core_ext'
 require 'active_support/testing/assertions'
 require 'rr'