Skip to content
Snippets Groups Projects
  1. Jun 15, 2023
  2. Mar 29, 2022
  3. Feb 01, 2022
    • John T Skarbek's avatar
      Workflow: Provide mechanism to allow rspec failures only · 5e610cb1c5cd
      John T Skarbek authored
      * Adding this configuration makes it a bit easier on the Engineer
        mangling with rspec
      * With this we can now `rspec --only-failures` which removes tests that
        succeeded from being run the next time it is executed
      * This should improve the time to development if this flag is utilized
      * This flag writes some data out that should be ignored during commit
      * We ensure that we do not write this data out when rspec is run inside
        of CI
      5e610cb1c5cd
  4. Jun 14, 2021
  5. Feb 28, 2021
  6. Apr 14, 2021
  7. Aug 11, 2020
  8. May 22, 2020
  9. Jan 02, 2020
  10. Jan 29, 2019
  11. Jan 17, 2019
  12. Feb 23, 2018
    • Richard Clamp's avatar
      Extract spec_helper from chef_helper · fe47ba8e8165
      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`.
      fe47ba8e8165
Loading