Given: ``` @test "my test" { my_mock="$(mock_create)" "${my_mock}" -n -e arguments [ "$(mock_get_call_args "${my_mock}")" = "-n -e arguments" ] } ``` I would expect this to work. Unfortunately the arguments captured are just `arguments`.
Given:
I would expect this to work. Unfortunately the arguments captured are just
arguments.