aboutsummaryrefslogtreecommitdiff
path: root/spec/01_lib_spec.sh
diff options
context:
space:
mode:
Diffstat (limited to 'spec/01_lib_spec.sh')
-rw-r--r--spec/01_lib_spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/01_lib_spec.sh b/spec/01_lib_spec.sh
index 38eff6e..581ba70 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