In this video we are using TDD( test driven development) in order to refactor the UIImageView from the emblem settings method in order to use an array of UIImageViews instead of using a single UIImageView per emblem on our TDD APP. After we complete the refactoring we see that our tests are passing and our code has not break.