Sha256: dff2695161e77bff71da9e5eb00537c1262f280ae2e8417e7a0a65aeed8dfea2

Contents?: true

Size: 510 Bytes

Versions: 5

Compression:

Stored size: 510 Bytes

Contents

{
  ////
  // NOTE: `.code-snippets` files support only C-style comments.
  // NOTE: More information about VS Code Snippets can be found here:
  // - https://code.visualstudio.com/docs/editor/userdefinedsnippets
  //
  "DelegateTo RSpec module": {
    "scope": "ruby",
    "prefix": "DelegateTo",
    "body": [
      "include ConvenientService::RSpec::Matchers::DelegateTo",
    ],
    "description": "`DelegateTo` - a module that allows to use custom RSpec matcher `delegate_to` to verify delegations"
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
convenient_service-0.17.0 .vscode/DelegateTo.code-snippets
convenient_service-0.16.0 .vscode/DelegateTo.code-snippets
convenient_service-0.15.0 .vscode/DelegateTo.code-snippets
convenient_service-0.14.0 .vscode/DelegateTo.code-snippets
convenient_service-0.13.0 .vscode/DelegateTo.code-snippets