7 lines
142 B
Ruby
7 lines
142 B
Ruby
|
$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
|
||
|
require 'edge_detect'
|
||
|
require 'pry'
|
||
|
require 'minitest/autorun'
|
||
|
|
||
|
include EdgeDetect
|