Project

test_plus

0.0
No release in over 3 years
Low commit activity in last 3 years
Convenience methods for testing in Ruby and Rails
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

 Project Readme

Test Plus

Helper extensions for testing Ruby and Rails code using Test::Unit and MiniTest.

Usage

The TestPlus library can be imported into any project as necessary. Typically this is done in the test/helper.rb file or equivalent:

class Test::Unit::TestCase
  include TestPlus::Extensions
end

Examples

The test/ directory contains a number of examples demonstrating how the various assertion rules are applied.

Copyright

Copyright (c) 2017 Scott Tadman. See LICENSE.txt for further details.