Sha256: fb600709b4dbcf2b67883a3ba46079a606c08f92862402de5909ff2f35e955c3
Contents?: true
Size: 721 Bytes
Versions: 5
Compression:
Stored size: 721 Bytes
Contents
# frozen_string_literal: true # These Plugins Must Be Loaded Before Anything Else require 'rspeckled/plugins/simple_cov' require 'rspeckled/plugins/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
5 entries across 5 versions & 1 rubygems