Sha256: d0c0b583c399f11ce30fea311041e8a4c2e298b0005e889740cf77b047c4c4f1
Contents?: true
Size: 376 Bytes
Versions: 9
Compression:
Stored size: 376 Bytes
Contents
require 'rspec/support/spec/prevent_load_time_warnings' RSpec.describe RSpec::Support::WarningsPrevention do include described_class it 'finds all the files for the named lib and extracts the portion to require' do files = files_to_require_for("rspec-support") expect(files).to include("rspec/support", "rspec/support/spec/prevent_load_time_warnings") end end
Version data entries
9 entries across 9 versions & 2 rubygems