process a command that is multiple words with a replacement | 60 ms | Passed |
process a command that is multiple words with multiple replacements | 58 ms | Passed |
processing a command should handle arguments that include spaces | 59 ms | Passed |
processing a command that is a single substitution should succeed | 59 ms | Passed |
processing a command that is just a single word should do nothing | 55 ms | Passed |
processing a command that is multiple words should split the string | 0.1 sec | Passed |
processing a command that is the spark root directory should return an absolute path | 69 ms | Passed |