Sha256: c84175e12f548fe3afc726038dd978a30646941661d8089659e05cb87bbcda77
Contents?: true
Size: 672 Bytes
Versions: 12
Compression:
Stored size: 672 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/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