diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/01_lib_spec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/01_lib_spec.sh b/spec/01_lib_spec.sh index c90eac1..0ff2752 100644 --- a/spec/01_lib_spec.sh +++ b/spec/01_lib_spec.sh @@ -104,7 +104,7 @@ Describe 'CPT Library' Describe '_stat()' It 'outputs the owner of the given file' - When call _stat README.md + When call _stat LICENSE The output should eq "$(id -un)" End End |