Contributions

Library
A test tube to conduct software experiments πŸ§ͺ
Library
Expectation library with RFC 2119's requirement levels πŸš₯
Library
A minimalist RSpec clone with all the essentials.
Library
A code-first approach to automate the writing of unit tests.
Library
Ruby parser for Accept-Language request HTTP header 🌐
Tutorial
We’re proud to release the v0.7 of Fix: a new, small and very focused specing framework for MRI, Rubinius and JRuby!
Tutorial
Test your code in isolation with Spectus!
Tutorial
Enter Spectus!
What Does Spectus Look Like?
Tutorial
To kick things off, install Fix and start with a very simple example that expresses some basic desired behavior.
Tutorial
Verify that, the absolute value of -42 is the Ultimate Question of Life, the Universe, and Everything.
Tutorial
By default, Fix colorize the output.

This can be disable with the color option, such as: `Fix.describe(42, color: false) {}`
Tutorial
Let's implement a duck...
Tutorial
Unbelievable but true, sometimes "πŸ’©" is equal to 42.

Although fun, this feature can be fixed pretty easily...
Tutorial
A comparison between the behavior of a small fix-based script (which became the r_spec gem) and rspec.

As a result, with r_spec the build is passing, while with rspec it is failing. Despite two separate contexts, rspec was not able to evaluate some code in isolation to prevent side effects.
Tutorial
A talk (in French) at Paris.rb @ Le Wagon about the new Fix specing framework, as an alternative to RSpec.
Library
A minimalist RSpec clone with all the essentials. [Moved to: https://github.com/cyril/r_spec-clone.rb]
Library
Fix
Specing framework.