Sha256: 125ca99dda0afb5858aab912f8535fd98413674caa988e438d40a36bc5fc4cd8
Contents?: true
Size: 427 Bytes
Versions: 3
Compression:
Stored size: 427 Bytes
Contents
# 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' # require pry for debugging (`binding.pry`) require 'pathname' ROOT_PATH = Pathname.new(File.expand_path('../..', __FILE__)) require 'test/support/factory' require 'json' # so the default serializer/deserializer procs will work
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
qs-0.3.0 | test/helper.rb |
qs-0.2.0 | test/helper.rb |
qs-0.1.0 | test/helper.rb |