Sha256: 25f6ef53fa6e8122fef54b1bf2377a96979eafdbfc42bb1a26dfd9b1370f961d

Contents?: true

Size: 356 Bytes

Versions: 2

Compression:

Stored size: 356 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 for debugging (`binding.pry`)
require 'pry'

require 'test/support/factory'

ENV['CAPUTIL_SILENCE_SAY'] = 'yes'

require 'cap-util'
require 'cap-util/fake_cap'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cap-util-1.5.1 test/helper.rb
cap-util-1.5.0 test/helper.rb