File: index.yaml

package info (click to toggle)
ruby-sus 0.35.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 380 kB
  • sloc: ruby: 2,844; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 997 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Automatically generated context index for Utopia::Project guides.
# Do not edit then files in this directory directly, instead edit the guides and then run `bake utopia:project:agent:context:update`.
---
description: A fast and scalable test runner.
metadata:
  documentation_uri: https://socketry.github.io/sus/
  funding_uri: https://github.com/sponsors/ioquatix/
  source_code_uri: https://github.com/socketry/sus.git
files:
- path: getting-started.md
  title: Getting Started
  description: This guide explains how to use the `sus` gem to write tests for your
    Ruby projects.
- path: mocking.md
  title: Mocking
  description: This guide explains how to use mocking in sus to isolate dependencies
    and verify interactions in your tests.
- path: shared-contexts.md
  title: Shared Test Behaviors and Fixtures
  description: This guide explains how to use shared test contexts and fixtures in
    sus to reduce duplication and ensure consistent test behavior across your test
    suite.