Skip to content

Commit

Permalink
Revert "Add links to story tables"
Browse files Browse the repository at this point in the history
This reverts commit ba82670.
  • Loading branch information
mrmanc committed Jan 31, 2022
1 parent dacbfee commit 01a4102
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/_posts/0000-02-04-ci-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Note: Need to pull before you can push.

## Exercise Part 4: Make it pass

* Implement code to make **_only the petrol tests_** pass (see [Story 1](https://github.com/MCR-Digital/apprentice-boot-camp-fundamentals-3/tree/master/exercises#story-1))
* Implement code to make **_only the petrol tests_** pass (see Story 1)
* ___***Do not change ‘DummyTaxCalculator’***___—write your own implementation (e.g. ‘DefaultTaxCalculator’)*
* Try to ___***keep your build green***___
* ___***Do not change the tests***___ (except to introduce your new calculator)
Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/0000-04-02-branching-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ git remote set-url origin https://github.com/[USER]/apprentice-boot-camp-fundame
* Create two branches based on the same start point
* `git checkout -b story_2`
* `git checkout -b story_3`
* One person enables Story 2 tests & implements [Story 2](https://github.com/MCR-Digital/apprentice-boot-camp-fundamentals-3/tree/master/exercises#story-2)
* Other person enables Story 3 tests & implements [Story 3](https://github.com/MCR-Digital/apprentice-boot-camp-fundamentals-3/tree/master/exercises#story-3)
* One person enables Story 2 tests & implements
* Other person enables Story 3 tests & implements
* Both add to your TaxCalculator implementation with regular commits, ___***BOTH CHANGE THE SAME FILE***___
* Merge branches back to master one by one
* Use a GitHub PR or merge on the command line
Expand Down
4 changes: 2 additions & 2 deletions docs/_posts/0000-06-02-trunk-exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

* Work in pairs - ___***SHARING THE SAME GIT REPOSITORY***___
* Implement your own feature toggle
* One person implements [Story 4](https://github.com/MCR-Digital/apprentice-boot-camp-fundamentals-3/tree/master/exercises#story-4) - After the first year
* One person implements [Story 5](https://github.com/MCR-Digital/apprentice-boot-camp-fundamentals-3/tree/master/exercises#story-5) - Expensive vehicles after the first year
* One person implements Story 4 - After the first year
* One person implements Story 5 - Expensive vehicles after the first year
* Leave toggles off so that rules are not applied yet
* Tests need to pass—turn the toggle on in your tests
* Turn the new features on one at a time
Expand Down

0 comments on commit 01a4102

Please sign in to comment.