File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
6
7
+ ## [ Unreleased]
8
+
9
+ ### Fixed
10
+
11
+ - Function comments listing path transformation variables incorrectly
12
+
13
+
7
14
## 0.1.0 - 2016-03-22
8
15
9
16
### Added
10
17
11
18
- Testing file existence with ` assert_file_exist ` and
12
19
` assert_file_not_exist `
13
20
- ` npm ` support
21
+
22
+ [ Unreleased ] : https://github.com/ztombol/bats-file/compare/v0.1.0...HEAD
Original file line number Diff line number Diff line change 29
29
# This function is the logical complement of `assert_file_not_exist'.
30
30
#
31
31
# Globals:
32
- # BATSLIB_FILE_PREFIX_REM
33
- # BATSLIB_FILE_PREFIX_ADD
32
+ # BATSLIB_FILE_PATH_REM
33
+ # BATSLIB_FILE_PATH_ADD
34
34
# Arguments:
35
35
# $1 - path
36
36
# Returns:
@@ -53,8 +53,8 @@ assert_file_exist() {
53
53
# function is the logical complement of `assert_file_exist'.
54
54
#
55
55
# Globals:
56
- # BATSLIB_FILE_PREFIX_REM
57
- # BATSLIB_FILE_PREFIX_ADD
56
+ # BATSLIB_FILE_PATH_REM
57
+ # BATSLIB_FILE_PATH_ADD
58
58
# Arguments:
59
59
# $1 - path
60
60
# Returns:
You can’t perform that action at this time.
0 commit comments