Parse options file options

- this proof-of-concept code duplicates OptionParser information to
   get something going
 - take care to respect the type of each option from the OptionParser
This commit is contained in:
Olle Jonsson
2016-03-17 20:39:49 +01:00
parent 42b3955c06
commit 44bbd9ca01
2 changed files with 19 additions and 4 deletions

View File

@@ -44,7 +44,6 @@ 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"])