test/helper.rb in osheet-1.0.0.rc.4 vs test/helper.rb in osheet-1.0.0
- old
+ new
@@ -1,8 +1,12 @@
-# this file is automatically required in when you require 'assert' in your tests
+# this file is automatically required when you run `assert`
+# put any test helpers here
-# add root dir to the load path
+# add the root dir to the load path
$LOAD_PATH.unshift(File.expand_path("../..", __FILE__))
+
+# require pry for debugging (`binding.pry`)
+require 'pry'
class Assert::Context
# Macros