Sha256: 1579ff739241a806dca471e1dedf6e0d72ea1f9e9ac8021af06e7205de047734

Contents?: true

Size: 1.38 KB

Versions: 4

Compression:

Stored size: 1.38 KB

Contents

test_paths:
  - /spec/

# split into gems too

keep:
  - path: /spec/
    name:
      # matchers
      - diffable?
      - actual
      # formatters:
      - start
      - example_group_started
      - example_started
      - example_passed
      - example_failed
      - example_pending
      - message
      - stop
      - start_dump
      - dump_pending
      - dump_failures
      - dump_summary
      - seed
      - close
dynamic:
  - name:
      - have_attributes
      - has_attributes?
      - receive_messages
    calls:
      keywords: '**'
    path: /spec/
  - name:
    - receive
    - respond_to
    calls:
      argument: 0
    path: /spec/
  - name: define_negated_matcher
    defines: 0
    calls: 1
    path: /spec/
  - name:
      has_prefix: be_
    calls:
      itself: true
      delete_prefix: be_
      add_suffix: '?'
    path: /spec/
  - name:
      has_prefix: have_
    calls:
      itself: true
      add_suffix: '?'
      delete_prefix: have_
      add_prefix: has_
    path: /spec/
  - name: let
    unless:
      has_argument: 1
    defines: 0
    path: /spec/

  - name: define
    has_receiver:
      match: Matchers
      has_receiver: RSpec
    defines:
      argument: 0
    path: /spec/

  - name: matcher
    has_block: true
    defines:
      argument: 0
    path: /spec/

  - name: alias_matcher
    defines:
      argument: 0
    calls:
      argument: 1
    path: /spec/

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
leftovers-0.12.2 lib/config/rspec.yml
leftovers-0.12.1 lib/config/rspec.yml
leftovers-0.12.0 lib/config/rspec.yml
leftovers-0.11.2 lib/config/rspec.yml