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
The additional_resource_generator_spec.rb test removes the `generator` type
that both it and the transaction_spec.rb defined. Change the latter to register
a different name. This resolves errors like:
Failure/Error: Puppet::Type.type(:generator).new :title => "generator" }
NoMethodError:
undefined method `new' for nil:NilClass
0 commit comments