Thursday, June 04, 2026 12:51:28 AM
> project show spec_forge
Write API tests in YAML that double as living documentation. SpecForge gives you powerful testing with RSpec, FactoryBot, and Faker while keeping your API specs clear and maintainable.
Details
> console
#!/usr/bin/env ruby
# frozen_string_literal: true

require "bundler/setup"
require "pry"
require "spec_forge"

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.

require "irb"
IRB.start(__FILE__)
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2