Sha256: 047bf0df5ca6b2977b44f9ab2a906dc0540faa265b1de2e9c461610fc513f4e1

Contents?: true

Size: 603 Bytes

Versions: 3

Compression:

Stored size: 603 Bytes

Contents

rspec_filter 'combining_implementation_instructions' do
  # Opal 0.8 does not support catch
  filter('Combining implementation instructions can combine and_yield and and_throw').unless { at_least_opal_0_9? }
  filter('Combining implementation instructions can combine and_yield, a block implementation and and_throw').unless { at_least_opal_0_9? }
  filter('Combining implementation instructions allows the terminal action to be overriden').unless { at_least_opal_0_9? }

  # line # / backtrace
  filter 'Combining implementation instructions warns when the inner implementation block is overriden'
end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
opal-connect-rspec-0.5.0 spec/rspec/mocks/filter/unsupported/combining_implementation_instructions.rb
opal-rspec-0.5.0 spec/rspec/mocks/filter/unsupported/combining_implementation_instructions.rb
opal-rspec-0.5.0.beta3 spec/rspec/mocks/filter/unsupported/combining_implementation_instructions.rb