Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograsselli committed Mar 31, 2016
1 parent 25d2d74 commit 522ea97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion bundle/syntastic
Submodule syntastic deleted from 6fdd39
2 changes: 1 addition & 1 deletion bundle/tabular
Submodule tabular updated from 7f6f17 to 60f256
6 changes: 3 additions & 3 deletions snippets/ruby-rspec.snippets
Expand Up @@ -5,15 +5,15 @@ snippet desc
${2}
end
snippet des
describe "${1}" do
describe '${1}' do
${2}
end
snippet cont
context "${1}" do
context '${1}' do
${2}
end
snippet it
it "${1}" do
it '${1}' do
${2}
end
snippet bef
Expand Down

0 comments on commit 522ea97

Please sign in to comment.