spec/puppet-check/cli_spec.rb in puppet-check-2.2.0 vs spec/puppet-check/cli_spec.rb in puppet-check-2.2.1
- old
+ new
@@ -2,10 +2,10 @@
require_relative '../../lib/puppet-check/cli'
describe PuppetCheck::CLI do
context '.run' do
it 'raises an error if no paths were specified' do
- expect { PuppetCheck::CLI.run(%w[-s -f]) }.to raise_error(RuntimeError, 'puppet-check: no paths specified; try using --help')
+ expect { PuppetCheck::CLI.run(%w[-s -f]) }.to raise_error(RuntimeError, 'puppet-check: no file paths specified; try using --help')
end
end
context '.parse' do
it 'raises an error if an invalid option was specified' do