--- !ruby/object:Gem::Specification name: rubocop-rspec version: !ruby/object:Gem::Version version: 2.13.0 platform: ruby authors: - John Backus - Ian MacLeod - Nils Gemeinhardt autorequire: bindir: bin cert_chain: [] date: 2022-09-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.33' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.33' description: |2 Code style checking for RSpec files. A plugin for the RuboCop code style enforcing & linting tool. email: - johncbackus@gmail.com - ian@nevir.net - git@nilsgemeinhardt.de executables: [] extensions: [] extra_rdoc_files: - MIT-LICENSE.md - README.md files: - CHANGELOG.md - CODE_OF_CONDUCT.md - MIT-LICENSE.md - README.md - config/default.yml - lib/rubocop-rspec.rb - lib/rubocop/cop/rspec/align_left_let_brace.rb - lib/rubocop/cop/rspec/align_right_let_brace.rb - lib/rubocop/cop/rspec/any_instance.rb - lib/rubocop/cop/rspec/around_block.rb - lib/rubocop/cop/rspec/base.rb - lib/rubocop/cop/rspec/be.rb - lib/rubocop/cop/rspec/be_eq.rb - lib/rubocop/cop/rspec/be_eql.rb - lib/rubocop/cop/rspec/be_nil.rb - lib/rubocop/cop/rspec/before_after_all.rb - lib/rubocop/cop/rspec/capybara/current_path_expectation.rb - lib/rubocop/cop/rspec/capybara/feature_methods.rb - lib/rubocop/cop/rspec/capybara/specific_finders.rb - lib/rubocop/cop/rspec/capybara/specific_matcher.rb - lib/rubocop/cop/rspec/capybara/visibility_matcher.rb - lib/rubocop/cop/rspec/change_by_zero.rb - lib/rubocop/cop/rspec/class_check.rb - lib/rubocop/cop/rspec/context_method.rb - lib/rubocop/cop/rspec/context_wording.rb - lib/rubocop/cop/rspec/describe_class.rb - lib/rubocop/cop/rspec/describe_method.rb - lib/rubocop/cop/rspec/describe_symbol.rb - lib/rubocop/cop/rspec/described_class.rb - lib/rubocop/cop/rspec/described_class_module_wrapping.rb - lib/rubocop/cop/rspec/dialect.rb - lib/rubocop/cop/rspec/empty_example_group.rb - lib/rubocop/cop/rspec/empty_hook.rb - lib/rubocop/cop/rspec/empty_line_after_example.rb - lib/rubocop/cop/rspec/empty_line_after_example_group.rb - lib/rubocop/cop/rspec/empty_line_after_final_let.rb - lib/rubocop/cop/rspec/empty_line_after_hook.rb - lib/rubocop/cop/rspec/empty_line_after_subject.rb - lib/rubocop/cop/rspec/example_length.rb - lib/rubocop/cop/rspec/example_without_description.rb - lib/rubocop/cop/rspec/example_wording.rb - lib/rubocop/cop/rspec/excessive_docstring_spacing.rb - lib/rubocop/cop/rspec/expect_actual.rb - lib/rubocop/cop/rspec/expect_change.rb - lib/rubocop/cop/rspec/expect_in_hook.rb - lib/rubocop/cop/rspec/expect_output.rb - lib/rubocop/cop/rspec/factory_bot/attribute_defined_statically.rb - lib/rubocop/cop/rspec/factory_bot/create_list.rb - lib/rubocop/cop/rspec/factory_bot/factory_class_name.rb - lib/rubocop/cop/rspec/factory_bot/syntax_methods.rb - lib/rubocop/cop/rspec/file_path.rb - lib/rubocop/cop/rspec/focus.rb - lib/rubocop/cop/rspec/hook_argument.rb - lib/rubocop/cop/rspec/hooks_before_examples.rb - lib/rubocop/cop/rspec/identical_equality_assertion.rb - lib/rubocop/cop/rspec/implicit_block_expectation.rb - lib/rubocop/cop/rspec/implicit_expect.rb - lib/rubocop/cop/rspec/implicit_subject.rb - lib/rubocop/cop/rspec/instance_spy.rb - lib/rubocop/cop/rspec/instance_variable.rb - lib/rubocop/cop/rspec/it_behaves_like.rb - lib/rubocop/cop/rspec/iterated_expectation.rb - lib/rubocop/cop/rspec/leading_subject.rb - lib/rubocop/cop/rspec/leaky_constant_declaration.rb - lib/rubocop/cop/rspec/let_before_examples.rb - lib/rubocop/cop/rspec/let_setup.rb - lib/rubocop/cop/rspec/message_chain.rb - lib/rubocop/cop/rspec/message_expectation.rb - lib/rubocop/cop/rspec/message_spies.rb - lib/rubocop/cop/rspec/missing_example_group_argument.rb - lib/rubocop/cop/rspec/mixin/comments_help.rb - lib/rubocop/cop/rspec/mixin/css_selector.rb - lib/rubocop/cop/rspec/mixin/empty_line_separation.rb - lib/rubocop/cop/rspec/mixin/final_end_location.rb - lib/rubocop/cop/rspec/mixin/inside_example_group.rb - lib/rubocop/cop/rspec/mixin/namespace.rb - lib/rubocop/cop/rspec/mixin/top_level_group.rb - lib/rubocop/cop/rspec/mixin/variable.rb - lib/rubocop/cop/rspec/multiple_describes.rb - lib/rubocop/cop/rspec/multiple_expectations.rb - lib/rubocop/cop/rspec/multiple_memoized_helpers.rb - lib/rubocop/cop/rspec/multiple_subjects.rb - lib/rubocop/cop/rspec/named_subject.rb - lib/rubocop/cop/rspec/nested_groups.rb - lib/rubocop/cop/rspec/no_expectation_example.rb - lib/rubocop/cop/rspec/not_to_not.rb - lib/rubocop/cop/rspec/overwriting_setup.rb - lib/rubocop/cop/rspec/pending.rb - lib/rubocop/cop/rspec/predicate_matcher.rb - lib/rubocop/cop/rspec/rails/avoid_setup_hook.rb - lib/rubocop/cop/rspec/rails/have_http_status.rb - lib/rubocop/cop/rspec/rails/http_status.rb - lib/rubocop/cop/rspec/receive_counts.rb - lib/rubocop/cop/rspec/receive_never.rb - lib/rubocop/cop/rspec/repeated_description.rb - lib/rubocop/cop/rspec/repeated_example.rb - lib/rubocop/cop/rspec/repeated_example_group_body.rb - lib/rubocop/cop/rspec/repeated_example_group_description.rb - lib/rubocop/cop/rspec/repeated_include_example.rb - lib/rubocop/cop/rspec/return_from_stub.rb - lib/rubocop/cop/rspec/scattered_let.rb - lib/rubocop/cop/rspec/scattered_setup.rb - lib/rubocop/cop/rspec/shared_context.rb - lib/rubocop/cop/rspec/shared_examples.rb - lib/rubocop/cop/rspec/single_argument_message_chain.rb - lib/rubocop/cop/rspec/stubbed_mock.rb - lib/rubocop/cop/rspec/subject_declaration.rb - lib/rubocop/cop/rspec/subject_stub.rb - lib/rubocop/cop/rspec/unspecified_exception.rb - lib/rubocop/cop/rspec/variable_definition.rb - lib/rubocop/cop/rspec/variable_name.rb - lib/rubocop/cop/rspec/verified_double_reference.rb - lib/rubocop/cop/rspec/verified_doubles.rb - lib/rubocop/cop/rspec/void_expect.rb - lib/rubocop/cop/rspec/yield.rb - lib/rubocop/cop/rspec_cops.rb - lib/rubocop/rspec.rb - lib/rubocop/rspec/align_let_brace.rb - lib/rubocop/rspec/concept.rb - lib/rubocop/rspec/config_formatter.rb - lib/rubocop/rspec/corrector/move_node.rb - lib/rubocop/rspec/description_extractor.rb - lib/rubocop/rspec/example.rb - lib/rubocop/rspec/example_group.rb - lib/rubocop/rspec/factory_bot.rb - lib/rubocop/rspec/factory_bot/language.rb - lib/rubocop/rspec/hook.rb - lib/rubocop/rspec/inject.rb - lib/rubocop/rspec/language.rb - lib/rubocop/rspec/language/node_pattern.rb - lib/rubocop/rspec/node.rb - lib/rubocop/rspec/version.rb - lib/rubocop/rspec/wording.rb homepage: https://github.com/rubocop/rubocop-rspec licenses: - MIT metadata: changelog_uri: https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md documentation_uri: https://docs.rubocop.org/rubocop-rspec/ rubygems_mfa_required: 'true' post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.6.0 required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.1.6 signing_key: specification_version: 4 summary: Code style checking for RSpec files test_files: []