Sha256: 932a8944dd7158761d861666a8720c893cee964ef32044fe93432b822ecf11ab

Contents?: true

Size: 269 Bytes

Versions: 7

Compression:

Stored size: 269 Bytes

Contents

# backtrace / line numbers
expect { ... }.to raise_error\(message\) includes the backtrace of any other error in the failure message
expect { ... }.not_to raise_error with no specific error class includes the backtrace of the error that was raised in the error message

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
opal-rspec-0.6.2 spec/rspec/expectations/filter/unsupported/raise_error.txt
opal-rspec-0.6.1 spec/rspec/expectations/filter/unsupported/raise_error.txt
opal-rspec-0.6.0 spec/rspec/expectations/filter/unsupported/raise_error.txt
opal-rspec-0.6.0.beta1 spec/rspec/expectations/filter/unsupported/raise_error.txt
opal-connect-rspec-0.5.0 spec/rspec/expectations/filter/unsupported/raise_error.txt
opal-rspec-0.5.0 spec/rspec/expectations/filter/unsupported/raise_error.txt
opal-rspec-0.5.0.beta3 spec/rspec/expectations/filter/unsupported/raise_error.txt