Sha256: 3f3084514539cb00ae9cb64c75580b7bfd82d7b23d8f0ae075dab32ec625f777
Contents?: true
Size: 598 Bytes
Versions: 5
Compression:
Stored size: 598 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 // "delegate_to RSpec matcher": { "scope": "ruby", "prefix": "delegate_to", "body": [ "specify do", " expect { $1 }", " .to delegate_to($2, $3)", " .with_arguments(${4:*args, **kwargs, &block})", " .and_return_its_value", "end" ], "description": "`delegate_to` - a custom RSpec matcher to verify delegations" } }
Version data entries
5 entries across 5 versions & 1 rubygems