Remove debugging and fix test. Rubocop run

This commit is contained in:
Dan Milne
2020-04-22 14:12:39 +10:00
parent 4d91ad81cf
commit 20d670d6e9
6 changed files with 43 additions and 124 deletions

View File

@@ -1,4 +1,6 @@
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
require "openlib"
# frozen_string_literal: true
require "minitest/autorun"
$LOAD_PATH.unshift File.expand_path('../lib', __dir__)
require 'openlib'
require 'minitest/autorun'