Skip to content
Snippets Groups Projects
  1. May 22, 2020
  2. Jan 02, 2020
  3. Jan 29, 2019
  4. Jan 17, 2019
  5. Feb 23, 2018
    • Richard Clamp's avatar
      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
Loading