From 63c70edb25a4acd2ee13a6f12b9e6aed4378cc66 Mon Sep 17 00:00:00 2001 From: Petr Korolev Date: Wed, 24 Feb 2016 15:09:38 +0200 Subject: [PATCH] add pending message --- spec/unit/parse_file_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/unit/parse_file_spec.rb b/spec/unit/parse_file_spec.rb index 99c6477..f130d34 100644 --- a/spec/unit/parse_file_spec.rb +++ b/spec/unit/parse_file_spec.rb @@ -44,6 +44,7 @@ describe GitHubChangelogGenerator::ParserFile do } end it "reads exclude_labels into an Array" do + pending("Related with Bug #327.") expect { parse.parse! }.to change { options[:exclude_labels] } .from(nil) .to(["73a91042-da6f-11e5-9335-1040f38d7f90", "7adf83b4-da6f-11e5-ae18-1040f38d7f90"])