spec/unit/command/generate_spec.rb in chef-dk-3.6.57 vs spec/unit/command/generate_spec.rb in chef-dk-3.7.23
- old
+ new
@@ -77,10 +77,10 @@
<<~E
Usage: chef generate GENERATOR [options]
Available generators:
example this is a test
-E
+ E
end
before do
generator_class.generator(:example, :Example, "this is a test")
end