Skip to content

Commit

Permalink
Rename 'exp' snippet to more common snippet.
Browse files Browse the repository at this point in the history
The old 'exp' with a block expectation becomes 'expb'.
  • Loading branch information
iurifq committed Oct 30, 2013
1 parent 940d31a commit 5eeaf6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions snippets/ruby.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -995,6 +995,8 @@ snippet s.
snippet spec
specify { subject.${0} }
snippet exp
expect(${1:object}).to ${0}
snippet expb
expect { ${1:object} }.to ${0}
snippet raise
expect { ${1:object} }.to raise_error ${2:StandardError}, /${0:message_regex}/
Expand Down

0 comments on commit 5eeaf6d

Please sign in to comment.