From 89351e6c31805688b3da9c23868708179fbcbdf8 Mon Sep 17 00:00:00 2001 From: NightJar Date: Fri, 29 Apr 2016 12:07:25 +1200 Subject: [PATCH] Fix the most egregious error for an NZ based proj. (#5416) The Bay of Plenty Rugby team is the Steamers, and play in the NPC (National Provincial Championship), hailing from the Te Ika a Maui (North Island). The Canterbury Crusaders (note the alliteration) hail from Te Waipounamu (South Island), and are an entry in the Super Rugby championship, which is an international affair (also known as the Super12, Super15 & most recently Super18), in which the Bay of Plenty is (most unfortunately, depending on your disposition) drafted under the Waikato region's entry with The Chiefs. Being the most popular sport and widely announced news topic in the country means that even people that don't particuarly follow rugby know this, and simple trolls (whether intentional or not) cannot be allowed to slide past quality control; for those that do can get quite upset about this kind of thing. Plus international folk can't be getting the wrong idea; Everyone knows the internet is no place for misinformation! --- docs/en/02_Developer_Guides/06_Testing/04_Fixtures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/02_Developer_Guides/06_Testing/04_Fixtures.md b/docs/en/02_Developer_Guides/06_Testing/04_Fixtures.md index bca0afcc5..3db2bd5dd 100644 --- a/docs/en/02_Developer_Guides/06_Testing/04_Fixtures.md +++ b/docs/en/02_Developer_Guides/06_Testing/04_Fixtures.md @@ -59,7 +59,7 @@ We can represent multiple instances of them in `YAML` as follows: Origin: Wellington crusaders: Name: The Crusaders - Origin: Bay of Plenty + Origin: Canterbury This `YAML` is broken up into three levels, signified by the indentation of each line. In the first level of indentation, `Player` and `Team`, represent the class names of the objects we want to be created. @@ -107,7 +107,7 @@ We can also declare the relationships conversely. Another way we could write the Players: =>Player.john crusaders: Name: Crusaders - Origin: Bay of Plenty + Origin: Canterbury Players: =>Player.joe,=>Player.jack The database is populated by instantiating `DataObject` objects and setting the fields declared in the `YAML`, then