Sha256: b54db2366e077b37ffe45f7e3a9279b6ac277f43186e833936186c5c336b0497
Contents?: true
Size: 445 Bytes
Versions: 1
Compression:
Stored size: 445 Bytes
Contents
# Convention here is different. We don't want to autoload # a lot of stuff, since RSpec pollutes the Object namespace. # Instead, we'll require that these files are required explicitly module Brut module SpecSupport end end require_relative "spec_support/matcher" require_relative "spec_support/component_support" require_relative "spec_support/handler_support" require_relative "spec_support/general_support" require_relative "factory_bot"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brut-0.0.1 | lib/brut/spec_support.rb |