mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
bfbb89a05c
This removes requiring 'inspec' in bin/inspec and goes straight to 'inspec/cli'. It removes almost all the top-level requires in inspec/cli.rb. This requires some autoloads and rearrangements of requires to the command methods themselves. ``` % SLOW=1 time rake test:functional before: Finished in 1072.442633s, 0.3264 runs/s, 1.9013 assertions/s. after: Finished in 681.514579s, 0.5136 runs/s, 2.9919 assertions/s. ``` I'm positive there is more we can do. Signed-off-by: Ryan Davis <zenspider@chef.io> |
||
---|---|---|
.. | ||
bin | ||
lib/inspec-bin | ||
Gemfile | ||
inspec-bin.gemspec | ||
inspec-core-bin.gemspec | ||
LICENSE | ||
README.md |
inspec-bin
This gem exists so that we can publish the inspec
executable in a separate gem from the main inspec
library gem. This permits the community to use Chef InSpec as a library.