summaryrefslogtreecommitdiff
path: root/spec/bin/changelog_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bin/changelog_spec.rb')
-rw-r--r--spec/bin/changelog_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bin/changelog_spec.rb b/spec/bin/changelog_spec.rb
index 6d8b9865dcb..fc1bf67d7b9 100644
--- a/spec/bin/changelog_spec.rb
+++ b/spec/bin/changelog_spec.rb
@@ -84,7 +84,7 @@ describe 'bin/changelog' do
expect do
expect do
expect { described_class.read_type }.to raise_error(SystemExit)
- end.to output("Invalid category index, please select an index between 1 and 7\n").to_stderr
+ end.to output("Invalid category index, please select an index between 1 and 8\n").to_stderr
end.to output.to_stdout
end
end