When(/^the executable finds no linting problems$/) do
  # Linting an empty directory doesn't (currently) find any problems
  command = "bundle exec ruby #{PROJECT_ROOT}/exe/cuke_linter"

  std_out = std_err = status = nil