Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Aug 24, 2023
1 parent dea038e commit 3f84c43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Mocktail

Mocktail is a mocking library for Ruby built with modern (Ruby 3+) APIs and the
only one with built-in support for type checking with
[Sorbet](https://sorbet.org). It is designed to facilitate robust test-driven
development of Ruby classes _without_ enabling common mocking mistakes and
abuses that lead to brittle and confusing tests.
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?

Expand Down

0 comments on commit 3f84c43

Please sign in to comment.