Skip to content

Commit

Permalink
Double quotes vs single.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentlintner committed Jun 9, 2016
1 parent 4ea55d9 commit 51b9571
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vim/snippets/ruby.snippets
@@ -1,11 +1,11 @@
snippet it
it '${1:spec_name}' do
it "${1:spec_name}" do
end

snippet describe
describe '${1:spec_name}' do
describe "${1:spec_name}" do
end

snippet context
context '${1:spec_name}' do
context "${1:spec_name}" do
end

0 comments on commit 51b9571

Please sign in to comment.