hosts/test
William Melody 187222614a Use braces in all variable references.
Braces are only required in certain cases, but the cognitive overhead in
keeping track of which cases require braces can be reduced by simply
always using them.

Example: `${NAME}`

Retain more widely-used braces `$NAME` convention in documentation.
2016-02-23 18:14:21 -08:00
..
fixtures Add initial test structure with test 'hosts' file. 2016-01-24 21:14:32 -08:00
add.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
disable.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
disabled.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
enable.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
enabled.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
file.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
help.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
hosts.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
list.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
remove.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
show.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00
test_helper.bash Fix typo in test_helper.bash comment. 2016-01-25 17:25:10 -08:00
version.bats Use braces in all variable references. 2016-02-23 18:14:21 -08:00