Sha256: 492387763c00f4a2f0c11ac816fa62bef9d12974d8a7e5621d44c8931fd602c1

Contents?: true

Size: 607 Bytes

Versions: 4

Compression:

Stored size: 607 Bytes

Contents

rspec_filter 'dsl' do
  # mutable strings, see opal alternates
  filter 'RSpec::Matchers::DSL::Matcher defined using the dsl raises NoMethodError for methods not in the running_example'

  # Fixnum = Numeric on Opal, see opal alternates
  filter 'RSpec::Matchers::DSL::Matcher wrapping another expectation (expect(...).to eq ...) can use the `include` matcher from a `match` block'

  # regex compatibility, see opal alternates
  filter('RSpec::Matchers::DSL::Matcher wrapping another expectation (expect(...).to eq ...) can use the `match` matcher from a `match` block').unless { at_least_opal_0_11? }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
opal-rspec-0.6.2 spec/rspec/expectations/filter/unsupported/dsl.rb
opal-rspec-0.6.1 spec/rspec/expectations/filter/unsupported/dsl.rb
opal-rspec-0.6.0 spec/rspec/expectations/filter/unsupported/dsl.rb
opal-rspec-0.6.0.beta1 spec/rspec/expectations/filter/unsupported/dsl.rb