Sha256: 07255eead175dee63a178cd6cf818d7bba3f9682dde42211d7ba21f65ca58b94
Contents?: true
Size: 694 Bytes
Versions: 38
Compression:
Stored size: 694 Bytes
Contents
Feature: run with warnings enabled You can use the `--warnings` option to run specs with warnings enabled @unsupported-on-rbx Scenario: Given a file named "example_spec.rb" with: """ruby describe do it 'generates warning' do @undefined end end """ When I run `rspec --warnings example_spec.rb` Then the output should contain "warning" @unsupported-on-rbx Scenario: Given a file named "example_spec.rb" with: """ruby describe do it 'generates warning' do @undefined end end """ When I run `rspec example_spec.rb` Then the output should not contain "warning"
Version data entries
38 entries across 38 versions & 8 rubygems