Skip to content

Testing extensions for Test::Unit and MiniTest for Ruby and Rails

License

Notifications You must be signed in to change notification settings

postageapp/test_plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Testing extensions for Test::Unit and MiniTest for Ruby and Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages