From 5887c9a4302c89a88323b1a1cf9959ccfffd98aa Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 29 Jul 2019 15:13:34 -0500 Subject: [PATCH] Add a source to the latest til --- ruby/expect-a-method-to-be-called-and-actually-call-it.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruby/expect-a-method-to-be-called-and-actually-call-it.md b/ruby/expect-a-method-to-be-called-and-actually-call-it.md index 1a656aa..25b2f14 100644 --- a/ruby/expect-a-method-to-be-called-and-actually-call-it.md +++ b/ruby/expect-a-method-to-be-called-and-actually-call-it.md @@ -40,3 +40,5 @@ describe "expect and call original" do end end ``` + +[source](https://relishapp.com/rspec/rspec-mocks/v/2-14/docs/message-expectations/calling-the-original-method)