0.0
This extends the bacon testing framework with the ability to use rr.
2020
2021
2022
2023
2024
2025
0.0
A Ruby SDK for VWO full-stack testing.
2020
2021
2022
2023
2024
2025
0.0
Jekyll theme for testing
2020
2021
2022
2023
2024
2025
0.0
Zirconia is a lightweight testing utility that is capable of generating temporary Ruby Gem applications from within the test suite.
Zirconia offers an intuitive interface around the synthetic gem allowing them to be configured and coded from within the test environment.
2020
2021
2022
2023
2024
2025
0.0
Clean and efficient ruby testing object creation helper/mocking library with interface similar to FactoryBot
2020
2021
2022
2023
2024
2025
0.0
code insert
code in sert
in code sert
incodesert
+incodesert+ (pronounced "in code sert", not "inco desert")
is a utility for inserting code snippets from one file into another.
It was originally intended to facilitate autogenerating code and interlacing that
autogene...
2020
2021
2022
2023
2024
2025
0.0
Uses the Faker gem to turn your database of real-world data into realistic, obfuscated seed data. Use it for demos, testing, or passing out to other developers without revealing proprietary information. It will obfuscate only the models and fields you specify.
2020
2021
2022
2023
2024
2025
0.0
RSpec matchers for testing JSON API content
2020
2021
2022
2023
2024
2025
0.0
Converts PKM modules for testing
2020
2021
2022
2023
2024
2025
0.0
Unit tests should be fast, active records (unless testing a complicated non data dependent business logic) should be connected to a database, but every time such a test method runs Rails will make sure Your fixtures are correctly loaded (and there's no way turning it off for particular tests).
2020
2021
2022
2023
2024
2025
0.0
# Fancy Logger
An easily customizable logger with style.
## Install
### Bundler: `gem 'fancy_logger'`
### RubyGems: `gem install fancy_logger`
## Usage
Simply use as if you were using the normal Ruby `Logger` class:
```ruby
require 'fancy_logger'
logger = FancyLogger.new(STDOUT)
logger.in...
2020
2021
2022
2023
2024
2025
0.0
Simple calculator API hosted on APIMATIC. For package publishing testing only.
2020
2021
2022
2023
2024
2025
0.0
Support library for controlling razor testing environments.
2020
2021
2022
2023
2024
2025
0.0
Adds Minitest assertions to test for errors raised or not \
raised by Minitest itself. Most useful when testing other Minitest assertions.
2020
2021
2022
2023
2024
2025
0.0
# Single File Delivery Method for Mail gem
## Summary
This gem is a delivery-method plug-in for [mail](https://github.com/mikel/mail)
that delivers all mail to a single file for testing.
The Mail gem already provides a file delivery-method that appends a copy of each message
to a file named af...
2020
2021
2022
2023
2024
2025
0.0
Library testing OpenHAB ruby rules with rspec.
2020
2021
2022
2023
2024
2025
0.0
This gem provides a set of commands to manage data maintenance scripts of a Rails application like migrations.
Each script has a timestamped name; a table in the DBs keeps track of
the scripts which have been run. Similar to migrations you can run
multiple scripts in the same session. DataF...
2020
2021
2022
2023
2024
2025
0.0
If you have an app that does testing or trivia, use this to create sample/dummy/fake questions. Its like Faker for questions.
2020
2021
2022
2023
2024
2025
0.0
factory_burgers provides a UI and some tooling to allow manual testing the abilit to use all of your factories.
2020
2021
2022
2023
2024
2025
0.0
* Vincenty wrote an algorithm for calculating the bearing and distance between two coordinates on the earth
and an algorithm for finding a second coordinate, given a starting coordinate, bearing and destination.
The algorithms model the earth as an ellipsoid, using the WGS-84 model. This is t...
2020
2021
2022
2023
2024
2025