Skip to content

Specs: Enable integration/examples manual runs

Jason Plum requested to merge enable-integration-examples-manual into master

What does this MR do?

Specs: Enable integration/examples manual runs

bundle exec rspec -f d spec/integration/examples_spec.rb would fail with a message about undefined constant.

Adding require 'helm_template_helper' so that this spec file can be operated as a one off when testing changes / additions to examples/* entries.

Merge request reports