On 4/16/07, Scott Taylor <mailing_lists at railsnewbie.com>
wrote:>
> Just to let you know - in the textmate bundle the snippet shra =>
> "Should raise error" is missing an open parenthesis. The snippet
> code should be this:
>
> lambda { $1 }.should raise_error(${2:error})
> $0
>
> and not this:
>
> lambda { $1 }.should raise_error${2:error})
> $0
>
> Best,
>
> Scott
Fixed - thanks.
>
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>