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
Trying to run bundle exec rake spec, I get the following failure:
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Function Call, Lookup of key 'lookup_options' failed: Hiera 3 is not installed (line: 4, column: 1)
Trying to run
bundle exec rake spec
, I get the following failure:This appears to be coming from this block in
spec/spec_helper.rb
:The text was updated successfully, but these errors were encountered: