From 6e58f722f3770777b8303bc284ad5c0d88bc096c Mon Sep 17 00:00:00 2001 From: Eustaquio Rangel Date: Mon, 25 Feb 2013 09:07:04 -0300 Subject: [PATCH] Fixed Ruby rSpec be_true and be_false --- snippets/ruby.snippets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snippets/ruby.snippets b/snippets/ruby.snippets index 2647d62..0365ec2 100644 --- a/snippets/ruby.snippets +++ b/snippets/ruby.snippets @@ -936,9 +936,9 @@ snippet spec specify { subject.${1} } snippet exp expect(${1:object}).to ${2} -snippet bt +snippet btr be_true -snippet bf +snippet bfa be_false snippet shared shared_examples "${1:shared examples name}" ${2}