.vscode/CacheItsValue.code-snippets in convenient_service-0.14.0 vs .vscode/CacheItsValue.code-snippets in convenient_service-0.15.0
- old
+ new
@@ -6,10 +6,10 @@
//
"CacheItsValue RSpec module": {
"scope": "ruby",
"prefix": "CacheItsValue",
"body": [
- "include ConvenientService::RSpec::Matchers::CacheItsValue",
+ "include ConvenientService::RSpec::PrimitiveMatchers::CacheItsValue",
],
"description": "`CacheItsValue` - a module that allows to use custom RSpec matcher `cache_its_value` to verify caching"
}
}