Sha256: 7b32ab5593bc2d037c85770bb0335a2aca72ebf7b029f6bd5b8c3bf13df2669b

Contents?: true

Size: 767 Bytes

Versions: 1

Compression:

Stored size: 767 Bytes

Contents

class ::RSpec::Core::Ordering::Random
  # there are a lot of these in the RSpec specs that create noise
  HIDE_RANDOM_WARNINGS = true
end

# dealing with dynamic requires
require 'spec_helper'
require 'rspec/support/spec/deprecation_helpers'
require 'rspec/support/spec/with_isolated_stderr'
require 'rspec/support/spec/formatting_support'
require 'rspec/support/spec/with_isolated_directory'
require 'opal-parser'
require 'fixes/shared_examples'
require 'corelib/marshal'
require 'filters'

RSpec.configure do |c|
  #c.full_description = 'uses the default color for the shared example backtrace line'
  c.add_formatter RSpec::Core::Formatters::JsonFormatter, '/tmp/rspec-mocks-results.json'
  c.add_formatter RSpec::Core::Formatters::ProgressFormatter, $stdout
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opal-rspec-0.7.0.rc.1 rspec-mocks/spec/requires.rb