0.0
Capybara test helpers for Phlex
2021
2022
2023
2024
2025
2026
0.0
A small, subdued library for automated testing.
2021
2022
2023
2024
2025
2026
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
# 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
Custom RSpec matchers for testing Apiwork resources, representations, and enums
2021
2022
2023
2024
2025
2026
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...
2021
2022
2023
2024
2025
2026
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.
2021
2022
2023
2024
2025
2026
0.0
This is simple and nice tool to inspect how application operates with current DB structure while testing app,
meaning redundant indexes, sequential scans, dummy requests and any other unintended behaviour customized by user.
2021
2022
2023
2024
2025
2026
0.0
A utility to create fake data and files for healthcare integration testing
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
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
apimatic_calculator
2021
2022
2023
2024
2025
2026
0.0
TestBench::Session implements the core testing mechanisms of TestBench: tests, contexts, comments, assertions, and test file execution. Sessions also maintain the pass/fail status of the test run. A diagnostic substitute session is also included that records session telemetry so that test abstrac...
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
Easytest is a tiny testing framework for Ruby with a familiar DSL.
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
Useful extensions to Enumerable and String, Range and other classes. A
Enumerable#each_with_flags for flagging first and last items in the
iteration, operations on Ranges for testing contiguity, gaps in sets of
Ranges, and performing set operations on Ranges. String#fuzzy_match
for user-friendly...
2021
2022
2023
2024
2025
2026
0.0
Basic Jekyll theme for any type of websites.
2021
2022
2023
2024
2025
2026