Easy test setup without side effects
Provides "ui" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects
Jest plugins to emulate RSpec syntax and structure.
Entri
Adds context as an alternative to describe to jest.
Adds a Given-When-Then DSL to jasmine as an alternative style for specs
Distributed test runner using Redis as a work queue. Push file paths to a Redis list, then multiple CI runners atomically steal batches and execute them via a configurable command.
Super simple DI for JavaScript, targetted mainly at spec test setup
Memoization for Mocha/Jasmine specs (like RSpec's #let)
Get CI environment variables for parallelizing builds
A modern React component library with glassmorphic design system and theme management
A fork of TestEZ with TypeScript typings
Provides helpers for testing frameworks such as mocha/jasmine/jest/vitest/bun which allows to define lazy variables and subjects
Export Selenium IDE project contents to Ruby RSpec
Synchronizes world state with server and local DB.
Retry a function until or while it passes an assertion
jQuery matchers and fixture loader for Jasmine framework
图可视化设计器
Automated Test-Driven Development enforcement for Claude Code
Useful calibration tools for remote psychophysics experiments
Core module of the YARD editor, Yet Another Rule Definition editor
Like rspec-given, but for Jest (port of jasmine-given)
Jspreadsheet formula pro is a JavaScript software to parse spreadsheet-like formulas.
A fast Language Server Protocol implementation for Ruby
YARD plugin to list RSpec specifications inside documentation
Yard plugin to include RSpec examples in documentation
Forked YARD plugin to list RSpec specifications inside documentation
Fills up your documentation with examples taken from rspec
A plugin to RSpec and YARD that allows you to define illustrative objects in your examples that will be forwarded to the output formatter. The results can be imported into YARD, which makes your generated specs and documentation more readable, illustrative, and explanatory.
Generates new gem skeletons faster than the speed of rice! That is, assuming that you want to use bundler for gem management, rake for task management, rspec for testing, and yard for documentation.
Chiridion generates documentation optimized for AI agents and LLMs working with Ruby codebases. It extracts documentation from YARD comments, merges RBS type signatures, and produces structured markdown suitable for context injection. Features: - YARD-based documentation extraction - RBS type signature integration (RBS is authoritative) - RSpec example extraction - Obsidian-compatible wikilinks for cross-references - Drift detection for CI/CD pipelines - toys/dx CLI task definitions
## YardGame A simple game app created with ruby. ## Table of Contents * [General info](#general-info) * [Technologies](#technologies) * [Setup](#setup) * [Sources](#sources) ## Introduction YardGame was while taking course by Nicole and Mike, the Pragmatic duo. Its a game that allow player earn points on treasures found in the yard. Points are added to the player's health to gain higher scores. It involves a random die roll. ## Technologies * Ruby 3 * Rspec 3 ## Setup To run this project, install it locally. $ gem install yard_game_1.2.0.gem You can load players from the command line in a CSV file. You can also run the game without specifying a player file. A default players.csv file is packaged in the gem. ## Sources This app was inspired by Mike and Nicole Clark of The Pragmatic Studio.