Sha256: 98f0c726e30b32aaec93fe76ab36a411ad3c00645556dc2ef96599a85618a335
Contents?: true
Size: 240 Bytes
Versions: 4
Compression:
Stored size: 240 Bytes
Contents
# encoding: utf-8 CERTS_DIR = File.expand_path('../fixtures/certs/generated', File.dirname(__FILE__)) def certificate_path(filename) File.join(CERTS_DIR, filename) end RSpec.configure do |config| config.formatter = :documentation end
Version data entries
4 entries across 4 versions & 1 rubygems