gauntlt/gauntlt

View on GitHub
lib/gauntlt/attack_adapters/generic.rb

Summary

Maintainability
A
0 mins
Test Coverage
When /^I launch (?:a|an) "generic" attack with:$/ do |command|
  run_with_profile command
end

Given /^the "(.*?)" command line binary is installed$/ do |bin|
  ensure_cli_installed(bin)
end

Given /^"(\w+)" is installed in my path$/ do |value|
  ensure_cli_installed("#{value}")
end