Rspec and README

This commit is contained in:
Dlani Mendes
2015-09-15 15:38:41 -03:00
parent fbd8207ff4
commit 6c71cf439a
8 changed files with 84 additions and 31 deletions
+3 -3
View File
@@ -9,12 +9,12 @@ module GitHubChangelogGenerator
def self.parse_options
options = get_default_options
parser_file = ParserFile.new options
parser_file.parse!
parser = setup_parser(options)
parser.parse!
parser_file = ParseFile.new options
parser_file.parse!
if options[:user].nil? || options[:project].nil?
detect_user_and_project(options, ARGV[0], ARGV[1])
end