I''ve added a command that displays the html formatted output of some specifications. It''s as simple as.. #!/bin/sh /usr/bin/env spec $TM_FILEPATH -fhtml I''m wondering if anyone has anything more sophisticated (although to be fair, this does the job for now)? I''ve seen some posts about a rspec on rails textmate command but haven''t taken a look at it in detail. Chris
aslak hellesoy
2006-Aug-01 00:27 UTC
[Rspec-users] Textmate command to display specifications
If you have some code to share, please upload it to the patches tracker on rubyforge. We''d be happy to include it in our releases as separate bundles. Aslak On 7/31/06, Chris Roos <chrisjroos at gmail.com> wrote:> I''ve added a command that displays the html formatted output of some > specifications. It''s as simple as.. > > #!/bin/sh > > /usr/bin/env spec $TM_FILEPATH -fhtml > > I''m wondering if anyone has anything more sophisticated (although to > be fair, this does the job for now)? I''ve seen some posts about a > rspec on rails textmate command but haven''t taken a look at it in > detail. > > Chris > _______________________________________________ > Rspec-users mailing list > Rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >