From 1a8071fbaa5d256f7582b00bc437e90bc7b6e4d2 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Tue, 03 Jul 2018 16:53:08 +0200
Subject: [PATCH] ADD - Big Picture components and fix a typo

---
 3-revenge-of-the-automated-testing/README.md |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/3-revenge-of-the-automated-testing/README.md b/3-revenge-of-the-automated-testing/README.md
index a1315d4..ed8c6c1 100644
--- a/3-revenge-of-the-automated-testing/README.md
+++ b/3-revenge-of-the-automated-testing/README.md
@@ -64,8 +64,9 @@
 Works with any unit testing framework.
 
 ## Big Picture
+> From the previous exercise; we created a simple pipeline. We will now flesh it out with some testing to add gates to our pathway to production.
 
-This exercise begins cluster containing blah blah
+![big-picture](../images/big-picture/big-picture-3.jpg)
 
 ---
 
@@ -94,7 +95,7 @@
 #### 1a - FE Unit tests
 > In this exercise we will execute our test for the front end locally. Once verified we will add them to Jenkins.
 
-2. Before linking our automated testing to the pipeline we'll first ensure the tests run locally. Change to the `todolist-fe` directory and run `test`.
+1. Before linking our automated testing to the pipeline we'll first ensure the tests run locally. Change to the `todolist-fe` directory and run `test`.
 ```bash
 cd todolist-fe
 ```

--
Gitblit v1.9.3