test/helper.rb in assert-rack-test-1.0.2 vs test/helper.rb in assert-rack-test-1.0.3
- old
+ new
@@ -1,5 +1,9 @@
-root_path = File.expand_path("../..", __FILE__)
-if !$LOAD_PATH.include?(root_path)
- $LOAD_PATH.unshift(root_path)
-end
-require 'assert-rack-test'
+# this file is automatically required when you run `assert`
+# 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'
+