Skip to content

Commit 1fa9058

Browse files
authored
Merge pull request #141 from DannyBen/remove/unnecessary-test-files
Remove unnecessary test files
2 parents 4057e66 + b8d8cc3 commit 1fa9058

File tree

9 files changed

+6
-144
lines changed

9 files changed

+6
-144
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
download
2+
src/lib

spec/fixtures/workspaces/config-lib/src/lib/config.sh

Lines changed: 0 additions & 129 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This fixture ensures that empty args and flag args are supported
2+
Reference issue: https://github.com/DannyBen/bashly/pull/135

spec/fixtures/workspaces/empty-args/test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
# This fixture tests Bash 4+-only syntax
4-
# It is executed as part of the Runfile examples test
3+
# This fixture ensures that empty args and flag args are supported
4+
# Reference issue: https://github.com/DannyBen/bashly/pull/135
55

66
bundle exec bashly generate
77

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
src/*.sh
2-
src/validations/*.sh
2+
src/lib
33
validate

spec/fixtures/workspaces/validation-functions/src/lib/validations/validate_dir_exists.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

spec/fixtures/workspaces/validation-functions/src/lib/validations/validate_file_exists.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

spec/fixtures/workspaces/validation-functions/src/lib/validations/validate_integer.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

spec/fixtures/workspaces/validation-functions/src/lib/validations/validate_not_empty.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)