0.0
No commit activity in last 3 years
No release in over 3 years
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
No commit activity in last 3 years
No release in over 3 years
# 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
No release in over 3 years
Simple calculator API hosted on APIMATIC. For package publishing testing only.
2021
2022
2023
2024
2025
2026
0.0
No release in over a year
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
No commit activity in last 3 years
No release in over 3 years
# 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
No release in over a year
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
No release in over a year
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
No release in over 3 years
== 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
No release in over 3 years
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 long-lived project that still receives updates
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
Repository is gone
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
No release in over 3 years
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
There's a lot of open issues
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
No release in over 3 years
Integration Testing for Rails applications using Istanbul, Cuprite, Capybara and RSpec specifically.
2021
2022
2023
2024
2025
2026
0.0
No commit activity in last 3 years
No release in over 3 years
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
There's a lot of open issues
Automation Patches / Extensions that allow you to extend your Ruby-based testing frameworks
2021
2022
2023
2024
2025
2026
0.0
No release in over 3 years
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