# -*- mode: snippet -*-
# name: subject(:${1:name}) { build_stubbed(:$2) }
# --
subject(:${1:name}) { `(rspec-snippets-fg-method-call "build_stubbed")`(:${2:$1}) }