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 0a6dfe9300f..f278043028f 100644
--- a/spec/bin/changelog_spec.rb
+++ b/spec/bin/changelog_spec.rb
@@ -60,7 +60,7 @@ describe 'bin/changelog' do
end
it 'assigns title' do
- options = described_class.parse(%W[foo -m 1 bar\n -u baz\r\n --amend])
+ options = described_class.parse(%W[foo -m 1 bar\n baz\r\n --amend])
expect(options.title).to eq 'foo bar baz'
end