We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de1f7e4 + 02169c2 commit 8b037abCopy full SHA for 8b037ab
spec/unit/util/command_line_spec.rb
@@ -127,7 +127,7 @@
127
expect {
128
commandline.execute
129
}.to exit_with(1)
130
- .and output(/Unknown Puppet subcommand 'whatever'/).to_stdout
+ .and output(/Unknown subcommand 'whatever'/).to_stdout
131
end
132
133
it "should abort and show the help message" do
@@ -138,7 +138,7 @@
138
139
140
141
- .and output(/See 'puppet help' for help on available puppet subcommands/).to_stdout
+ .and output(/See 'puppet help' for help on available subcommands/).to_stdout
142
143
144
%w{--version -V}.each do |arg|
0 commit comments