Sha256: d42dff8a66c8986c57a96648134a575e38ae6ab71005d84e22e40385622d6494
Contents?: true
Size: 376 Bytes
Versions: 6
Compression:
Stored size: 376 Bytes
Contents
# this file is automatically required when you run `assert` # put any test helpers here require 'pathname' # add the root dir to the load path ROOT = Pathname.new(File.expand_path("../..", __FILE__)) $LOAD_PATH.unshift(ROOT.to_s) TEMPLATE_ROOT = ROOT.join('test/support/templates') # require pry for debugging (`binding.pry`) require 'pry' require 'test/support/factory'
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
nm-0.5.2 | test/helper.rb |
nm-0.5.1 | test/helper.rb |
nm-0.5.0 | test/helper.rb |
nm-0.4.0 | test/helper.rb |
nm-0.3.0 | test/helper.rb |
nm-0.2.0 | test/helper.rb |