Sha256: c0df33201d26fa5b45b35ba3a5ae18f00bb5f26c9e7c9415200bd3cd7c663312

Contents?: true

Size: 746 Bytes

Versions: 1

Compression:

Stored size: 746 Bytes

Contents

# Mocktail

Mocktail is a mocking library for Ruby built with modern Ruby 3 APIs and the
_only one_ with first-class support for type checking with
[Sorbet](https://sorbet.org). Mocktail was created to accelerate test-driven
development in Ruby and is designed to prevent common problems that lead to
brittle and confusing tests.

Your first choice is a consequential one: **how do you want your Mocktail?**

<p align="center" width="100%">
  <a href="/docs/installation_untyped.md">
    <img src="docs/img/mocktail_untyped.jpg" width="45%" alt="Try Mocktail without type checking">
  </a>
  <a href="/docs/installation_sorbet.md">
    <img src="docs/img/mocktail_sorbet.jpg" width="45%" alt="Try Mocktail with Sorbet type checking">
  </a>
</p>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mocktail-2.0.0 README.md