Skip to content

Commit

Permalink
load.bash: Include assert_regex.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
rico-chet committed May 26, 2022
1 parent bf9ce10 commit 12b195f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions load.bash
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ source "$(dirname "${BASH_SOURCE[0]}")/src/assert_output.bash"
source "$(dirname "${BASH_SOURCE[0]}")/src/refute_output.bash"
source "$(dirname "${BASH_SOURCE[0]}")/src/assert_line.bash"
source "$(dirname "${BASH_SOURCE[0]}")/src/refute_line.bash"
source "$(dirname "${BASH_SOURCE[0]}")/src/assert_regex.bash"

0 comments on commit 12b195f

Please sign in to comment.