• J
    Do not include `ActiveSupport` into test classes · 1d18b9b2
    Jon Moss 提交于
    Will help get rid of errors like the following:
    
    ```
      1) Error:
    JDOMEngineTest#test_order=:
    ArgumentError: wrong number of arguments (0 for 1)
        /Users/jon/code/rails/rails/activesupport/lib/active_support/core_ext/module/attribute_accessors.rb:106:in `test_order='
    ```
    1d18b9b2
libxmlsax_engine_test.rb 4.2 KB