Source: ruby-riot
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-rr
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-riot.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-riot
Homepage: https://github.com/thumblemonks/riot
Testsuite: autopkgtest-pkg-ruby

Package: ruby-riot
Architecture: all
Description: fast, expressive, and context-driven unit-testing framework for Ruby
 Riot is a fast, expressive, and context-driven unit-testing framework for the
 Ruby programming language.
 .
 In contrast to other popular Ruby testing frameworks such as Test::Unit,
 Shoulda and RSpec, Riot does not run a setup and teardown sequence before and
 after each test. In Riot, tests separated in "contexts" in which a "topic"
 object is defined, and assertions on this object are made.
