test/helper.rb in sanford-nm-0.1.0 vs test/helper.rb in sanford-nm-0.2.0

- old
+ new

@@ -5,9 +5,9 @@ $LOAD_PATH.unshift(File.expand_path("../..", __FILE__)) # require pry for debugging (`binding.pry`) require 'pry' +require 'test/support/factory' + require 'pathname' TEST_SUPPORT_PATH = Pathname.new(File.expand_path('../support', __FILE__)) - -require 'test/support/factory'