test-unit-activesupport

Web site

Description

test-unit-activesupport is an ActiveSupport adapter for test-unit 3. You can use full test-unit 3 features with ActiveSupport::TestCase.

Install

Require test/unit/active_support:

require "test/unit/active_support"
require "active_support"

Now you can use full test-unit 3.x features with ActiveSupport.


class YourTest < ActiveSupport::TestCase
  # ...
end

License

LGPLv2.1 or later.

(Kouhei Sutou has a right to change the license including contributed patches.)

Authors

  • Kouhei Sutou
  • Haruka Yoshihara

Thanks

  • Michael Grosser
  • Shinta Koyanagi