Sha256: 244d0fa250a7abef129c62ff1c3186f50707bc7035ec1567a06e8d94c517e7bd

Contents?: true

Size: 522 Bytes

Versions: 2

Compression:

Stored size: 522 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
  //
  "CacheItsValue RSpec module": {
    "scope": "ruby",
    "prefix": "CacheItsValue",
    "body": [
      "include ConvenientService::RSpec::Matchers::CacheItsValue",
    ],
    "description": "`CacheItsValue` - a module that allows to use custom RSpec matcher `cache_its_value` to verify caching"
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
convenient_service-0.14.0 .vscode/CacheItsValue.code-snippets
convenient_service-0.13.0 .vscode/CacheItsValue.code-snippets