From bc6bfac2a3bccc6899da5d03747bbfca46b663bd Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 23 Feb 2016 22:28:24 +0100 Subject: [PATCH] Typo --- spec/unit/parse_file_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/parse_file_spec.rb b/spec/unit/parse_file_spec.rb index e08168d..41eafbd 100644 --- a/spec/unit/parse_file_spec.rb +++ b/spec/unit/parse_file_spec.rb @@ -37,7 +37,7 @@ describe GitHubChangelogGenerator::ParserFile do header: "=== Changelog ===")) end - context "turns exclude-label into an Array", bug: '#327' do + context "turns exclude-labels into an Array", bug: '#327' do let(:options) { { params_file: 'spec/files/github_changelog_params_327'