update test, between tags.

This commit is contained in:
Petr Korolev
2015-06-10 10:14:55 +03:00
parent 160cda50bc
commit c3867a89f1
2 changed files with 23 additions and 10 deletions
@@ -49,7 +49,7 @@ module GitHubChangelogGenerator
puts "Warning: can't find tag #{tag}, specified with --between-tags option.".yellow
end
end
filtered_tags = all_tags.select { |tag| @options[:between_tags].include? tag }
filtered_tags = all_tags.select { |tag| @options[:between_tags].include? tag.name }
end
filtered_tags
end