Sha256: c46c20f340c9b617a08b3e61d2be9b968f9aef99c9adf0c72b8de3ff0e300029
Contents?: true
Size: 341 Bytes
Versions: 2
Compression:
Stored size: 341 Bytes
Contents
# set the env here since the app config loaded by container uses this name by # default ENV['RACK_ENV'] = 'test' # Only load the container, if a test needs the whole web stack it should require # web_helper instead require_relative '../core/simple/container' RSpec.configure do |config| # Obviously config.disable_monkey_patching! end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
dry-web-0.1.0 | skeletons/simple/spec/spec_helper.rb |
rodakase-0.0.1 | skeletons/simple/spec/spec_helper.rb |