Re: [rspec-users] The TODO note in rspec files can't be shown in "rake notes"

2009-02-10 Thread steveluscher
On Dec 10 2008, 7:12 pm, "Kai Fu" wrote: > Could someone tell me how to fix this? Whether I should hack the rails rake > code? I've written about my (hopefully) durable solution to your problem, here: http://steveluscher.com/archives/enumerating-annotations-in-directories-of-your-choosing-with-r

Re: [rspec-users] The TODO note in rspec files can't be shown in "rake notes"

2008-12-11 Thread David Chelimsky
On Wed, Dec 10, 2008 at 9:12 PM, Kai Fu <[EMAIL PROTECTED]> wrote: > Hello, > > I've written a "TODO" comment in a xxx_controller_spec.rb. When I run the > "rake notes" command, it doesn't appear in the output, while other notes > written in the "app" dir are shown correctly. > > Could someone tell

[rspec-users] The TODO note in rspec files can't be shown in "rake notes"

2008-12-10 Thread Kai Fu
Hello, I've written a "TODO" comment in a xxx_controller_spec.rb. When I run the "rake notes" command, it doesn't appear in the output, while other notes written in the "app" dir are shown correctly. Could someone tell me how to fix this? Whether I should hack the rails rake code? Thanks! -- r