Sha256: 3ba3ab81d2925989dccd3b96b7cd1e1ae2020846fe2f6f33bc62670a8a5ce4fd
Contents?: true
Size: 1016 Bytes
Versions: 1
Compression:
Stored size: 1016 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 class Proc def source_location ['(dummy)', 0] end end require 'corelib/marshal' require 'rspec/core' require "rspec/support/spec/deprecation_helpers" require "rspec/support/spec/with_isolated_stderr" require "rspec/support/spec/stderr_splitter" require "rspec/support/spec/formatting_support" require "rspec/support/spec/with_isolated_directory" require "rspec/support/ruby_features" require 'rspec/support/spec' require 'rspec/core/formatters/helpers' require 'fixes/shared_examples' require 'support/matchers' require 'support/shared_examples' require 'spec_helper' 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-expectations-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-expectations/spec/requires.rb |