diff options
author | Dominik Ritter <dritter03@googlemail.com> | 2016-02-13 19:35:06 +0300 |
---|---|---|
committer | Dominik Ritter <dritter03@googlemail.com> | 2016-02-13 19:35:06 +0300 |
commit | a3eaf4a4b0098918d3b39dbe705fa587032c5648 (patch) | |
tree | b0b7ac641c20b4fa09340099a949d19bcb91bd7b /test/functions/colors.spec | |
parent | a75b0c17d25cbada32458a71a2d8ada07a35f026 (diff) |
Improve isolation of tests
Diffstat (limited to 'test/functions/colors.spec')
-rwxr-xr-x | test/functions/colors.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functions/colors.spec b/test/functions/colors.spec index d1c5a6fc..61a40087 100755 --- a/test/functions/colors.spec +++ b/test/functions/colors.spec @@ -5,7 +5,7 @@ setopt shwordsplit SHUNIT_PARENT=$0 -function oneTimeSetUp() { +function setUp() { # Load Powerlevel9k source functions/colors.zsh } |