Skip to content

Commit

Permalink
Adds brackets to RSpec's let()
Browse files Browse the repository at this point in the history
  • Loading branch information
kurko committed Apr 23, 2014
1 parent 8770132 commit ed8c39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/ruby.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -1030,9 +1030,9 @@ snippet aft
${0}
end
snippet let
let(:${1:object}) ${0}
let(:${1:object}) { ${0} }
snippet let!
let!(:${1:object}) ${0}
let!(:${1:object}) { ${0} }
snippet subj
subject { ${0} }
snippet s.
Expand Down

0 comments on commit ed8c39b

Please sign in to comment.