Sha256: f14e92d3aa75090ed74aa1377f68616aebbdd6f84a73e065e342a990f4e71d3b
Contents?: true
Size: 749 Bytes
Versions: 13
Compression:
Stored size: 749 Bytes
Contents
# frozen_string_literal: true # These Plugins Must Be Loaded Before Anything Else require 'rspeckled/plugins/configuration/simple_cov' require 'rspeckled/plugins/configuration/dox' require 'rspeckled/reporting' require 'rspeckled/support' require 'rspeckled/helpers' require 'rspeckled/patches' require 'rspeckled/plugins' Dir[File.join(Dir.pwd, 'spec', 'shared', '**', '*_spec.rb')].sort.each { |f| puts "WARNING: You have a shared example file (#{f}) that ends in '_spec'. RSpec will load this twice with a misleading error message if you are explicitly requiring your shared examples (as you should). See: https://github.com/rspec/rspec-core/issues/828" } Dir[File.join(Dir.pwd, 'spec', 'support', '**', '*.rb')].sort.each { |f| require f }
Version data entries
13 entries across 13 versions & 1 rubygems