test/helper.rb in and-son-0.6.1 vs test/helper.rb in and-son-0.7.0
- old
+ new
@@ -2,7 +2,8 @@
# put any test helpers here
# add the root dir to the load path
$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))
-# require pry for debugging (`binding.pry`)
-require 'pry'
+require 'pry' # require pry for debugging (`binding.pry`)
+
+require 'test/support/factory'