Sha256: 7a99768d6e18035d4a7e1e394d3c0d08510979da223d24f5b0ddd827f4f65ffc

Contents?: true

Size: 661 Bytes

Versions: 1

Compression:

Stored size: 661 Bytes

Contents

# frozen_string_literal: true

# These Plugins Must Be Loaded Before Anything Else
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

1 entries across 1 versions & 1 rubygems

Version Path
rspeckled-0.0.55 lib/rspeckled/spec_helpers/rspeckled.rb