Skip to content
Snippets Groups Projects
  • Richard Clamp's avatar
    fe47ba8e
    Extract spec_helper from chef_helper · fe47ba8e
    Richard Clamp authored
    chef_helper loads a lot of chef related testing libraries, and includes
    a call to ohai to configure them.  This is not always needed when
    testing library code/rake tasks.
    
    When running examples directly from the command-line during development
    we can see a speedup of around 1.5 seconds, by using the reduced
    `spec_helper` rather than the full `chef_helper`.
    fe47ba8e
    History
    Extract spec_helper from chef_helper
    Richard Clamp authored
    chef_helper loads a lot of chef related testing libraries, and includes
    a call to ohai to configure them.  This is not always needed when
    testing library code/rake tasks.
    
    When running examples directly from the command-line during development
    we can see a speedup of around 1.5 seconds, by using the reduced
    `spec_helper` rather than the full `chef_helper`.
requirements.txt 97 B