Sha256: f769f90c41c055da4b6e1613acac8b22b9df879c78271f19eb4128013cdf3adf

Contents?: true

Size: 849 Bytes

Versions: 6

Compression:

Stored size: 849 Bytes

Contents

# test-unit-activesupport

[![](https://travis-ci.org/test-unit/test-unit-activesupport.svg?branch=master)](https://travis-ci.org/test-unit/test-unit-activesupport)

[Web site](https://test-unit.github.io/#test-unit-activesupport)

## 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"
```

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

```ruby

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
test-unit-activesupport-1.1.2 README.md
test-unit-activesupport-1.1.1 README.md
test-unit-activesupport-1.1.0 README.md
test-unit-activesupport-1.0.9 README.md
test-unit-activesupport-1.0.8 README.md
test-unit-activesupport-1.0.7 README.md