Skip to content

rubyworks/rubytest-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubytest Suite

Homepage / User Guide / Support / Development

Build Status Gem Version

Description

Rubytest is a universal test harness for Ruby development. Think of Rubytest as a testing meta-framework. It defines a straight-forward specification that anyone can use to create their own testing DSLs quickily and easily. This can be used for testing end applcations or it can be used by test framework as a backend. In addition, since all Rubytest controls the backend, multiple frameworks can be used in a single test suite all of which can run through a single uniform interface in a process.

To learn more about Rubytest see https://rubyworks.github.io/rubytest.

This project is a metapackage which bundles the rubytest gem and a common set of plugins for developer convenience. Instead of listing each individual gem in a project's Gemfile, just add rubytest-suite. This package includes the following gems:

See the various project sites for more details.

Installation

Rubytest is available as a gem metapackage. Install it manually with:

$ gem install rubytest-suite

Or add it yo your project's Gemfile.

gem "rubytest-suite"

Copyrights

Copyright (c) 2011 Rubyworks

Made available according to the terms of the BSD-2-Clause license.

See LICENSE.txt for details.

About

Meta Gem for Rubytest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages