When(/^the executable has a problem$/) do
  # Missing a required argument for a flag should be a problem
  command = "bundle exec ruby #{PROJECT_ROOT}/exe/cuke_linter -r"

  std_out = std_err = status = nil