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:

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

こうすることでActiveSupportでtest-unit3.xの機能を使うことができます。

```ruby

class YourTest < ActiveSupport::TestCase # … end ```

License

LGPLv2.1かそれ以降のバージョン。

(コントリビュートされたパッチなども含み、Kouhei Sutouがライセンスを変更する権利を持ちます。)

Authors

  • Kouhei Sutou
  • Haruka Yoshihara

Thanks

  • Michael Grosser
  • Shinta Koyanagi