Re: [rspec-users] changes to TextMate bundle

2007-09-11 Thread Jeremy Stell-Smith
there's a patch that i submitted to the textmate bundle to run the last example, the only thing I can't figure out is what the keyboard binding should be under the old scheme, I liked cmd+shift+i, but w/ the new... ctrl+shift+r? I use it more than cmd+r or cmd+shift+r these days. On 9/10/07, Da

[rspec-users] why no newlines in failure messages?

2007-09-08 Thread Jeremy Stell-Smith
Instead of : expected "\n red\n blue\n", got "\n red\nblue\n " (using ==) could we make rspec exceptions look more like : expected "\n red\n blue\n", got "\n red\nblue\n " (using ==) or if that is too hard, even : expected "\n red\n blue\n", got "\n red\nblue\n " (u