Textmate Formatting has gone away

Hi,

I just updated my Textmate bundle to the latest in the svn because It
wasn’t
working with the latest version of rspec. It’s been a while since I
updated
the bundle :wink:

I like the format that I used to have of a progress bar across the top
and
html formatted results for each example, however now all I’m getting is

passed etc etc.

How do I get the old format back?

Thanx
-Daniel

On 10/26/07, Daniel N [email protected] wrote:

How do I get the old format back?

At the bottom of the TextMate window there is a Grammar Select List
which is probably set to Ruby. Change that to RSpec. My experience is
that you only need to do that once.

You may find this useful, too:

http://macromates.com/blog/2007/file-type-detection-rspec-rails/

/g

On 10/26/07, David C. [email protected] wrote:

passed etc etc.

George A.

BenevolentCode LLC
O: (410) 461-7553
C: (410) 218-5185

[email protected]

On 10/27/07, David C. [email protected] wrote:

I like the format that I used to have of a progress bar across the top
and
html formatted results for each example, however now all I’m getting is

passed etc etc.

How do I get the old format back?

At the bottom of the TextMate window there is a Grammar Select List
which is probably set to Ruby. Change that to RSpec. My experience is
that you only need to do that once.

That’s pretty simple… Worked great.

Thanx David