RSpecial

RSpec Assertions on top of Assay

RSpecial is an RSpec compatibile assertions framework that utilizes the Assay test assertions meta-framework.

Assay defines a set of reusable assertion classes in the same way that Ruby defines exceptions.

RSpecial provides a full set of RSpec compatible matchers which translate seemlessly into Assay assertions.

RSpecial is ideal for transitioning to new test frameworks without having to completely rewrite RSpec-based specifcations.

Learn more about RSpecial by reading the API and QED documentation.

Learn more about Assay itself by visiting its website.