# Building A Simple Mocking Library in Ruby

DevFeed: [Building A Simple Mocking Library in Ruby](<https://devfeed.tech/articles/building-a-simple-mocking-library-in-ruby-20062.md>)

Original publisher: [Read original article](<http://jollygoodcode.com/blog/2015/08/19/building-a-simple-mocking-library-in-ruby.html>)

Published: 2015-08-19T17:00:02Z

Content type: tutorial

Language: en

Sources: [Jolly Good Code](<https://devfeed.tech/sources/jolly-good-code.md>)

Topics: [Mocking](<https://devfeed.tech/topics/mocking.md>), [Ruby](<https://devfeed.tech/topics/ruby.md>), [Tutorial](<https://devfeed.tech/topics/tutorial.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [mocking](<https://devfeed.tech/tags/mocking.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

## AI overview

A tutorial for building a simple mocking library in Ruby, based on Andy Lindeman's talk presented at Ancient City Ruby 2013. The code is the same as in the talk with minor changes.

## Source excerpt

This tutorial is based on Andy Lindeman's awesome talk -- Building a Mocking Library presented at Ancient City Ruby 2013. This is not a direct transcript of the video, but the code presented is the same (with minute changes).