Sha256: e19fed70788aad510bebd07097d244eb06e06f957afdbfd11221528aa3f311cc

Contents?: true

Size: 703 Bytes

Versions: 7

Compression:

Stored size: 703 Bytes

Contents

# There is a carve out for Rubinius, but not for Opal, see opal alternates
RSpec::Core::ExampleGroup constant naming disambiguates name collisions by appending a number

# location, file path, line number
RSpec::Core::ExampleGroup ordering when tagged with an unrecognized ordering prints a warning so users are notified of their mistake

# File path, line number
RSpec::Core::ExampleGroup#metadata adds the the file_path to metadata
RSpec::Core::ExampleGroup#metadata has a reader for file_path
RSpec::Core::ExampleGroup#metadata adds the line_number to metadata

# Back trace, line number
RSpec::Core::ExampleGroup.pending sets the backtrace to the example definition so it can be located by the user

Version data entries

7 entries across 7 versions & 2 rubygems

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