Blame view

test/test_helper.rb 118 Bytes
87fd11a1   Isaac Lewis   reorg
1
2
3
  $LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
  require "syspro"
  
db76748d   Isaac Lewis   cop a bunch of St...
4
  require "pry"
87fd11a1   Isaac Lewis   reorg
5
  require "minitest/autorun"