Rubocop setting: avoid copping the universe

This commit is contained in:
Olle Jonsson
2016-09-22 19:04:35 +02:00
parent 334fd3497a
commit 5c21fc980f
11 changed files with 15 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
# frozen_string_literal: true
module GitHubChangelogGenerator
describe Generator do
context "#exclude_issues_by_labels" do

View File

@@ -1,3 +1,4 @@
# frozen_string_literal: true
describe GitHubChangelogGenerator::Generator do
def tag_mash_with_name(tag)
Hashie::Mash.new.tap { |mash_tag| mash_tag.name = tag }