Sha256: 503a7e76815d368677ca7918f1d68366e4113ad2995a7a03d1eb72d16a901ad4
Contents?: true
Size: 316 Bytes
Versions: 1
Compression:
Stored size: 316 Bytes
Contents
# frozen_string_literal: true require 'rspec' require 'active_model' require 'shoulda-matchers' RSpec.configure do |config| config.include Shoulda::Matchers::ActiveModel end Dir[File.expand_path('lib/**/*.rb')].sort.each { |f| require f } Dir[File.expand_path('spec/faker/**/*.rb')].sort.each { |f| require f }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cns_brazil-1.0.4 | spec/spec_helper.rb |