Low commit activity in last 3 years
No release in over a year
test-unit-activesupport is an ActiveSupport adapter for test-unit 3. You can use full test-unit 3 features with `ActiveSupport::TestCase`.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

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