Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rubytest-suite

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rubytest-suite

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 19 Jul 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc