0.01
Fix is a modern Ruby testing framework built around a key architectural principle:
the complete separation between specifications and tests. It allows you to write
pure specification documents that define expected behaviors, and then independently
challenge any implementation against these specif...
2020
2021
2022
2023
2024
2025
0.01
Extension for Test::Unit to have a Steak-like DSL for acceptance testing
2020
2021
2022
2023
2024
2025
0.01
Lightweight framework for functional testing. Supports threading, scenario parametrization, different test environments and much more.
2020
2021
2022
2023
2024
2025
0.01
Assert that the conditions of your test are correct before testing
2020
2021
2022
2023
2024
2025
0.01
Testing framework for OpenStudio measures
2020
2021
2022
2023
2024
2025
0.01
Serverspec resources for testing the AWS infrastructure
2020
2021
2022
2023
2024
2025
0.01
Collection of helper methods and Cucumber steps for testing email through Pony
2020
2021
2022
2023
2024
2025
0.01
Define transient tables and Active Record models for testing purposes.
2020
2021
2022
2023
2024
2025
0.01
Protobuf RSpec helpers for testing services and clients. Meant to be used with the protobuf gem. Decouple external services/clients from each other using the given helper methods.
2020
2021
2022
2023
2024
2025
0.01
Property Based Testing library
2020
2021
2022
2023
2024
2025
0.01
Grntest is a testing framework for Groonga. You can write a test for Groonga by writing Groonga commands and expected result.
2020
2021
2022
2023
2024
2025
0.01
Tryouts is a high-level testing library (DSL) for your Ruby codes and command-line applications.
2020
2021
2022
2023
2024
2025
0.01
Construct is a DSL for creating temporary files and directories during testing.
2020
2021
2022
2023
2024
2025
0.01
Ablab - A/B testing on Rails
2020
2021
2022
2023
2024
2025
0.01
Phil is a collection of markup generation and iteration methods to ease creation of UI mockups. It uses Faker for standard content generation and adds a number of convenience methods and ways to build consistently varied markup for layout testing.
2020
2021
2022
2023
2024
2025
0.01
Autoperf is a ruby driver for httperf, designed to help you automate load and performance testing of any web application - for a single end point, or through log replay.
2020
2021
2022
2023
2024
2025
0.01
Inferno Core is an open source tool for testing data exchanges enabled by the FHIR standand
2020
2021
2022
2023
2024
2025
0.01
`fingerpuppet` is a simple library and commandline tool to interact with Puppet's REST API
without needing to have Puppet itself installed. This may be integrated, for example,
into a provisioning tool to allow your provisioning process to remotely sign certificates
of newly built systems. Altern...
2020
2021
2022
2023
2024
2025
0.01
NiceHttp -- simplest library for accessing and testing HTTP and REST resources. Get http logs and statistics automatically. Use hashes on your requests. Access JSON even easier.
2020
2021
2022
2023
2024
2025
0.01
A lightweight unit testing framework. Tests (expectations) will be written as follows
expect 2 do
1 + 1
end
expect(1 + 1) == 2
expect NoMethodError do
Object.invalid_method_call
end.
2020
2021
2022
2023
2024
2025