Rubocop fixes

This commit is contained in:
Petr Korolev
2016-02-23 12:25:55 +02:00
parent a9313dab6b
commit fa0267b586
11 changed files with 71 additions and 71 deletions

View File

@@ -1,8 +1,8 @@
VALID_TOKEN = "0123456789abcdef"
INVALID_TOKEN = "0000000000000000"
VALID_TOKEN = "0123456789abcdef".freeze
INVALID_TOKEN = "0000000000000000".freeze
DEFAULT_OPTIONS = { user: "skywinder",
project: "changelog_test" }
project: "changelog_test" }.freeze
def options_with_invalid_token
options = DEFAULT_OPTIONS