0.31
Hoe is a rake/rubygems helper for project Rakefiles. It helps you
manage, maintain, and release your project and includes a dynamic
plug-in system allowing for easy extensibility. Hoe ships with
plug-ins for all your usual project tasks including rdoc generation,
testing, packaging, deployment, a...
2020
2021
2022
2023
2024
2025
0.17
Testing utils for Action Cable
2020
2021
2022
2023
2024
2025
0.14
The simulator and RubyMotion REPL make on-device testing a painful cycle of
code, compile, check, repeat. *Especially* when it comes to testing the UI,
where inexplicable differences can crop up between a device and the simulator.
Motion-Xray is an in-app developer's toolbox. Activate Xray (us...
2020
2021
2022
2023
2024
2025
0.26
Project creation, dev server, testing, building for uki apps
2020
2021
2022
2023
2024
2025
0.07
Fourchette is your new best friend for having isolated testing environment. It will help you test your GitHub PRs against a fork of one your Heroku apps. You will have one Heroku app per PR now. Isn't that amazing? It will make testing way easier and you won't have the (maybe) broken code from ot...
2020
2021
2022
2023
2024
2025
0.11
An extremely fast, expressive, and context-driven unit-testing framework. A replacement for all other testing frameworks. Protest the slow test.
2020
2021
2022
2023
2024
2025
0.0
Lookout
Lookout is a unit testing framework for Ruby┬╣ that puts your results in
focus. Tests (expectations) are written as follows
expect 2 do
1 + 1
end
expect ArgumentError do
Integer('1 + 1')
end
expect Array do
[1, ...
2020
2021
2022
2023
2024
2025
0.24
minitest-hooks adds around and before_all/after_all/around_all hooks for Minitest.
This allows you do things like run each suite of specs inside a database transaction,
running each spec inside its own savepoint inside that transaction, which can
significantly speed up testing for specs that shar...
2020
2021
2022
2023
2024
2025
0.24
JSON matchmaking for all your API testing needs.
2020
2021
2022
2023
2024
2025
0.0
This talk describes about the history of testing framework in Ruby.
Ruby 2.2 bundles two testing frameworks. They are minitest and test-unit. Do you know why two testing frameworks are bundled? Do you know that test-unit was bundled and then removed from Ruby distribution? If you can't answer th...
2020
2021
2022
2023
2024
2025
0.22
A fake Pusher server for development and testing.
2020
2021
2022
2023
2024
2025
0.22
Steak is a minimal extension of RSpec-Rails that adds several conveniences to do acceptance testing of Rails applications using Capybara. It's an alternative to Cucumber in plain Ruby.
2020
2021
2022
2023
2024
2025
0.22
A set of RSpec matchers for testing Pundit authorisation policies
2020
2021
2022
2023
2024
2025
0.09
TourBus, a web load-testing tool that combines complex 'tour' definitions with scalable, concurrent testing
2020
2021
2022
2023
2024
2025
0.09
ChefSpec is a unit testing and resource coverage (code coverage) framework for testing Chef cookbooks ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers.
2020
2021
2022
2023
2024
2025
0.09
TourBus, a web stress-testing tool that combines complex 'tour' definitions with scalable concurrent testing
2020
2021
2022
2023
2024
2025
0.0
this is Test Api description please ignore.this for testing purpose so please ignore itthis is Test Api description please ignore.this for testing purpose so please ignore itthis is Test Api description please ignore.this for testing purpose so please ignore itthis is Test Api description please ...
2020
2021
2022
2023
2024
2025
0.0
#### MultiRails by Relevance, http://thinkrelevance.com Rob Sanheim - MultiRails lead MultiRails lets you test your Rails plugin or app against many versions of Rails in one sweep. #### DESCRIPTION: MultiRails allows easy testing against multiple versions of Rails for your Rails specific gem o...
2020
2021
2022
2023
2024
2025
0.0
The Soft Assert gem enhances testing capabilities with flexible assertion methods.Unlike traditional assertions, Soft Assert does not interrupt test execution on failure. Instead, it logs errors and continues testing, allowing you to identify and review all failures simultaneously. This gem integ...
2020
2021
2022
2023
2024
2025
0.2
Allows you to focus on a few tests with ease without having to use
command-line arguments. Good for tools like guard that don't have
enough brains to understand test output. Cf. minitest-autotest (an
example of a test runner with strong testing logic).
Inspired by https://github.com/seattlerb/mi...
2020
2021
2022
2023
2024
2025