Upgrade rubocop

This commit is contained in:
Mike Angell
2019-08-27 17:46:09 +10:00
parent 831355dfbd
commit da9051eb18
121 changed files with 2736 additions and 1872 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class LexerUnitTest < Minitest::Test
@@ -45,7 +47,7 @@ class LexerUnitTest < Minitest::Test
def test_unexpected_character
assert_raises(SyntaxError) do
Lexer.new("%").tokenize
Lexer.new('%').tokenize
end
end
end