We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df47c1 commit 214ce1fCopy full SHA for 214ce1f
1 file changed
tests/functional/doubles_test.sh
@@ -13,18 +13,6 @@ function test_mock_ps_when_executing_a_sourced_function() {
13
assert_match_snapshot "$(top_mem)"
14
}
15
16
-function test_spy_commands_called_once_when_executing_a_script() {
17
- spy ps
18
- spy awk
19
- spy head
20
-
21
- bash ./tests/functional/fixtures/doubles_script.sh
22
23
- assert_have_been_called_times 1 ps
24
- assert_have_been_called_times 1 awk
25
- assert_have_been_called_times 1 head
26
-}
27
28
function test_spy_commands_called_once_when_executing_a_sourced_function() {
29
30
source ./tests/functional/fixtures/doubles_function.sh
0 commit comments