-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use assert_equals instead of snapshots (#77)
* feat: upgrade bashunit 0.11 * simplify using assert_equals instead of snapshots
- Loading branch information
1 parent
56f6f0f
commit e13c249
Showing
8 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
|
||
## bashunit | ||
curl -s https://bashunit.typeddevs.com/install.sh | bash -s -- lib 0.10.0 | ||
curl -s https://bashunit.typeddevs.com/install.sh | bash -s -- lib 0.11.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
tests/snapshots/github_test_sh.test_should_count_changes.snapshot
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
tests/snapshots/github_test_sh.test_should_count_changes_ignore_file_deletions.snapshot
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
tests/snapshots/github_test_sh.test_should_count_changes_ignore_line_deletions.snapshot
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
tests/snapshots/github_test_sh.test_should_ignore_files_with_glob.snapshot
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...napshots/github_test_sh.test_should_ignore_files_with_glob_ignore_file_deletions.snapshot
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...napshots/github_test_sh.test_should_ignore_files_with_glob_ignore_line_deletions.snapshot
This file was deleted.
Oops, something went wrong.