{ "cmd": "bundle", "name": "Run All Specs", "args": [ "exec", "rspec", "-c", "-b", "-p 1", "--format progress", "--color", "spec/" ], "keymap": "ctrl-r", "sh": true, "errorMatch": [ "rspec (?[\\/0-9a-zA-Z\\._]+):(?\\d+) #", "# (?\\./.*):(?\\d+)", "\\s+from (?\\./.*):(?\\d+)", "`(require|load)': (?\\./.*):(?\\d+)", "^(/.*):(?\\d+)" ], "targets": { "Run Current Spec": { "cmd": "bundle", "args": [ "exec", "rspec", "{FILE_ACTIVE}" ], "sh": false, "keymap": "ctrl-shift-r" } } }