Class: RSpec::Core::AnonymousExampleGroup

Inherits:
ExampleGroup show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/example_group.rb

Overview

Unnamed example group used by ‘SuiteHookContext`.

Constant Summary

Constants inherited from ExampleGroup

ExampleGroup::INSTANCE_VARIABLE_TO_IGNORE, ExampleGroup::WrongScopeError

Constants included from Pending

Pending::NOT_YET_IMPLEMENTED, Pending::NO_REASON_GIVEN

Class Method Summary collapse

Methods inherited from ExampleGroup

add_example, before_context_ivars, children, currently_executing_a_context_hook?, declaration_locations, define_example_group_method, define_example_method, define_nested_shared_group_method, delegate_to_metadata, descendant_filtered_examples, descendants, #described_class, description, each_instance_variable_for_example, ensure_example_groups_are_configured, example, examples, fexample, filtered_examples, find_and_eval_shared, fit, focus, for_filtered_examples, fspecify, id, idempotently_define_singleton_method, include_context, include_examples, initialize, inspect, it, next_runnable_index_for, ordering_strategy, parent_groups, pending, remove_example, reset_memoized, run, run_after_context_hooks, run_before_context_hooks, run_examples, set_it_up, set_ivars, #singleton_class, skip, specify, store_before_context_ivars, subclass, superclass_before_context_ivars, superclass_metadata, top_level?, top_level_description, traverse_tree_until, update_inherited_metadata, with_replaced_metadata, xexample, xit, xspecify

Methods included from Hooks

#after, #append_after, #around, #before, #hooks, #prepend_before

Methods included from MemoizedHelpers::ClassMethods

#let, #let!, #subject, #subject!

Methods included from SharedExampleGroup

#shared_examples

Methods included from Pending

mark_fixed!, mark_pending!, mark_skipped!, #pending, #skip

Methods included from MemoizedHelpers

#is_expected, #should, #should_not, #subject

Class Method Details

.metadataObject



776
777
778
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-core-3.12.0/lib/rspec/core/example_group.rb', line 776

def self.
  {}
end