Revert "Rubocop fixes"

This reverts commit fa0267b586.
This commit is contained in:
Petr Korolev
2016-02-23 17:06:55 +02:00
parent 62623ff2dd
commit 2691a3ef96
11 changed files with 71 additions and 71 deletions

View File

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