Skip to content

Commit

Permalink
Merge pull request #46 from tyronewilson/master
Browse files Browse the repository at this point in the history
Change to fix duplicate key issue
  • Loading branch information
ryansobol authored Apr 12, 2018
2 parents 4e8f803 + 81e29fa commit 44cf43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/language-rspec.cson
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'it (does something)':
'prefix': 'it'
'body': "it '${1:does something}'${2: do\n $0\nend}"
'it (should do something)':
'it { should do something }':
'prefix': 'iti'
'body': "it { should ${1:matcher} }"
'it (is expected to do something)':
Expand Down

0 comments on commit 44cf43c

Please sign in to comment.