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 ;) 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071027/195212b1/attachment.html
On 10/26/07, Daniel N <has.sox at gmail.com> wrote:> 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 ;) > > 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.
You may find this useful, too: http://macromates.com/blog/2007/file-type-detection-rspec-rails/ /g On 10/26/07, David Chelimsky <dchelimsky at gmail.com> wrote:> On 10/26/07, Daniel N <has.sox at gmail.com> wrote: > > 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 ;) > > > > 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. > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-5185 george at benevolentcode.com
On 10/27/07, David Chelimsky <dchelimsky at gmail.com> wrote:> > On 10/26/07, Daniel N <has.sox at gmail.com> wrote: > > 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 ;) > > > > 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071027/e8577a8c/attachment.html