From c3403158c27c384a58d96cd041af1d1f78a55513 Mon Sep 17 00:00:00 2001 From: jem Date: Thu, 6 Jun 2019 08:40:26 +0200 Subject: [PATCH] add refactoring example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 35c3030..195c118 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ FAIL in: project_test.clj: 35: should-test-multiple-specs: project_test/should_t The test data resource used will determine the testing context. +As we are eating our own dog-food, we refactored our test and are using data-test. An example for refactoring you can find in our [dda-serverspec](https://github.com/DomainDrivenArchitecture/dda-serverspec-crate/commit/43abadbdb96afde6b1dc85834e465ee61eb464d2). + ## Reference ### Loading Resources