Lint: rename to avoid getter naming

- fixed Rake task, too
This commit is contained in:
Olle Jonsson
2015-10-22 00:09:25 +02:00
parent d227464c33
commit 3fb75c825f
3 changed files with 6 additions and 10 deletions

View File

@@ -24,7 +24,7 @@ describe GitHubChangelogGenerator::ParserFile do
end
context "when override default values" do
let(:default_options) { GitHubChangelogGenerator::Parser.get_default_options }
let(:default_options) { GitHubChangelogGenerator::Parser.default_options }
let(:options) { { params_file: "spec/files/github_changelog_params_override" }.merge(default_options) }
let(:options_before_change) { options.dup }
let(:parse) { GitHubChangelogGenerator::ParserFile.new(options) }