From 5606218291d06b1f50df8d8e3a4ca44a9972d33c Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 25 Jan 2022 15:05:27 -0600 Subject: [PATCH] Add another source to a recent TIL --- rspec/use-specific-cache-store-in-a-single-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspec/use-specific-cache-store-in-a-single-test.md b/rspec/use-specific-cache-store-in-a-single-test.md index c9d4b56..fdc5e76 100644 --- a/rspec/use-specific-cache-store-in-a-single-test.md +++ b/rspec/use-specific-cache-store-in-a-single-test.md @@ -38,4 +38,4 @@ describe '#caching_feature' do end ``` -[source](https://makandracards.com/makandra/46189-how-to-rails-cache-for-individual-rspec-tests) +[One source](https://stackoverflow.com/a/31932795/535590) and [another](https://makandracards.com/makandra/46189-how-to-rails-cache-for-individual-rspec-tests)