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