summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2018-06-22 10:44:56 +0200
committerJacob Vosmaer <jacob@gitlab.com>2018-06-22 10:44:56 +0200
commit60641bf05d50b9bd6c1eec019a31a8e97c119550 (patch)
tree102c76cad1fb59d58dfb1109952a17bdf6efbe31
parent574c3ab25ea2df3ee2d06d78037ec08d395f3e31 (diff)
downloadgitlab-ce-changelog-code-style.tar.gz
-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