Blame view

test/test_helper.rb 145 Bytes
dc8aa5b6   Joe Weakley   Rubocop corrections
1
  # frozen_string_literal: true
87fd11a1   Isaac Lewis   reorg
2
  
dc8aa5b6   Joe Weakley   Rubocop corrections
3
4
5
6
7
  $LOAD_PATH.unshift File.expand_path('../lib', __dir__)
  require 'syspro'
  
  require 'pry'
  require 'minitest/autorun'