You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a word of warning of my own experience.
Ensure you only loop tests that are actually platform dependent.
I overlooked that fact initially and caused a horrible explosion of tests and runtime.
As an example after refactoring the runtime of a single file went from 10 minutes to 30 seconds :-)
our spec/spec_helper.rb should
require 'rspec-puppet-facts'
, and 'include RspecPuppetFacts`The text was updated successfully, but these errors were encountered: