Sha256: 23f07fb4c2a1e2b468ff0bad2e9658f2f89c30bd1804dae19803801cb47f3140
Contents?: true
Size: 901 Bytes
Versions: 3
Compression:
Stored size: 901 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`: ``` require "test/unit/active_support" require "active_support" ``` Now you can use full test-unit 3.x features with ActiveSupport. ``` require "test/unit/active_support" require "active_support" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
test-unit-activesupport-1.0.6 | README.md |
test-unit-activesupport-1.0.5 | README.md |
test-unit-activesupport-1.0.4 | README.md |