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).
2021
2022
2023
2024
2025
2026
0.0
Gotsha: your local testing CI
2021
2022
2023
2024
2025
2026
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
Simple calculator API hosted on APIMATIC. For package publishing testing only.
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
Take snapshots of responses and mail messages while testing, and inspect them in a browser. A Ruby on Rails engine.
2021
2022
2023
2024
2025
2026
0.0
SOOS ( https://soos.io ) is an independent software security company, located in Winooski, VT USA, building security software for your team. Used for testing purposes, this package is an example of a vulnerable package on a public registry.
2021
2022
2023
2024
2025
2026
0.0
Super fast gem for testing stuff
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
0.0
A gem to clean up memoization. This is useful for testing, where you want to
ensure that a method is called again after a change to the object.
2021
2022
2023
2024
2025
2026
0.0
A comprehensive Ruby SDK for BrowserStack that provides automation capabilities and enhanced testing features for web/app applications.
2021
2022
2023
2024
2025
2026
0.0
Provides a rich DSL for RSpec to assert on files, directories, and
symlinks, including permissions, content (including JSON), and more. Ideal for
testing generators and build scripts.
2021
2022
2023
2024
2025
2026
0.0
Canon provides canonicalization and pretty-printing for various serialization
formats (XML, HTML, JSON, YAML), producing standardized forms suitable for
comparison, testing, digital signatures, and human-readable output.
2021
2022
2023
2024
2025
2026
0.0
Integration Testing for Rails applications using Istanbul, Cuprite, Capybara and RSpec specifically.
2021
2022
2023
2024
2025
2026
0.0
Mainline is a rails plugin which exposes your rails app via webrick to allow
testing with browser automators such as Selenium or Watir. Mainline allows
your rails actions to run in the same transaction as your unit tests so you
can use fixtures, factories, or whatever.
2021
2022
2023
2024
2025
2026
0.0
Automation Patches / Extensions that allow you to extend your Ruby-based testing frameworks
2021
2022
2023
2024
2025
2026
0.0
Buby is a mashup of JRuby with the popular commercial web security testing tool Burp Suite from PortSwigger. Burp is driven from and tied to JRuby with a Java extension using the BurpExtender API. This extension aims to add Ruby scriptability to Burp Suite with an interface comparable to the Bu...
2021
2022
2023
2024
2025
2026