Sha256: 3de75c47464250239cc077f43bd6481b86bf05fd58369e4405b333604e1dd2cd

Contents?: true

Size: 499 Bytes

Versions: 3

Compression:

Stored size: 499 Bytes

Contents

require 'opal/progress_json_formatter' # verify case uses this

RSpec::configure do |config|
  config.color = true

  config.include FormattingSupport
  config.include RSpecHelpers

  config.expect_with :rspec do |expectations|
    $default_expectation_syntax = expectations.syntax
    expectations.syntax = :expect
    expectations.include_chain_clauses_in_custom_matcher_descriptions = true
  end

  #config.full_description = 'RSpec::Matchers once required includes itself in Minitest::Test'
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
opal-connect-rspec-0.5.0 spec/rspec/expectations/config.rb
opal-rspec-0.5.0 spec/rspec/expectations/config.rb
opal-rspec-0.5.0.beta3 spec/rspec/expectations/config.rb