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...
2021
2022
2023
2024
2025
2026
0.0
Support library for controlling razor testing environments.
2021
2022
2023
2024
2025
2026
0.0
Adds Minitest assertions to test for errors raised or not \
raised by Minitest itself. Most useful when testing other Minitest assertions.
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
0.0
Library testing OpenHAB ruby rules with rspec.
2021
2022
2023
2024
2025
2026
0.0
factory_burgers provides a UI and some tooling to allow manual testing the abilit to use all of your factories.
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
0.0
A text-synthesis library, for use in layout testing (and more). It houses flexible methods for generation, and a dictionary class (CWDict) allowing adequate token files (or embedded defaults) to be used as the basis for output creation. It effectively supersedes modern Lorem Ipsum generators, in ...
2021
2022
2023
2024
2025
2026
0.0
A simple gem to generate all files needed in a
project Web and Api for Testing Automation.
2021
2022
2023
2024
2025
2026
0.0
Snapshot testing for Minitest - compare your test outputs against saved reference snapshots
2021
2022
2023
2024
2025
2026
0.0
Consider the noble bamboo. This peculiar member of the Poaceae family has been known to
grow to extraordinary lengths without yielding to (mostly) any obstacles.
Not unlike bamboo, the i18n translations of a Rails a...
2021
2022
2023
2024
2025
2026
0.0
A library of cucumber step definitions, which allow you to use a human to assert conditions during acceptance tests.
Some requirements are simple for a human to confirm, but are very difficult to assert using automation.
Farmer allows us to include human confirmation into our normal t...
2021
2022
2023
2024
2025
2026
0.0
MockChargebee is a drop in mocking library for testing with Chargebee.
2021
2022
2023
2024
2025
2026
0.0
minitest-macruby provides extensions to minitest for macruby UI
testing. It provides a framework to test GUI apps in a live instance.
Documentation and examples are light at the moment as I've just thrown
this together. Suggestions for extensions are very welcome!
Currently it provides the follo...
2021
2022
2023
2024
2025
2026
0.0
Client SDK for accessing TestLab A/B testing platform
2021
2022
2023
2024
2025
2026
0.0
Generate the structure of jquery plugins easily. Manage library dependencies such as other jquery libraries or packing code on either mac or windows. Get jsspec testing baked in. Use the familiar rake tasks to manage your jquery code base.
2021
2022
2023
2024
2025
2026
0.0
Naive implementation of Xor-filter for algorithm testing purposes..
2021
2022
2023
2024
2025
2026
0.0
A light-weighted redis driver for testing, development, and minimal environments,
which supports various data storage strategies.
2021
2022
2023
2024
2025
2026
0.0
== USAGE: require 'octave' engine = Octave::Engine.new engine.eval "123.456 * 789.101112" engine.rand(10) matrix = Octave::Matrix.new(20, 400) 20.times { |m| 400.times { |n| matrix[m, n] = rand } } engine.put_variable("m", matrix) engine.save "/tmp/20_x_400_matrix" == REQUIREMENTS: * Octave...
2021
2022
2023
2024
2025
2026
0.0
This is a temp fork for testing purposes only. Clamby allows users to scan files uploaded with Paperclip or Carrierwave. If a file has a virus, then you can delete this file and discard it without causing harm to other users.
2021
2022
2023
2024
2025
2026