Hi,
I just noticed that rake notes
in rails 2.0.2 doesn’t check spec
directory. So, what I annotated with “FIXME”, “TODO” and “OPTIMIZE” on
*_spec.rb are discarded.
Is there any quick way to rake notes
task to check spec
directory?
-T
Hi,
I just noticed that rake notes
in rails 2.0.2 doesn’t check spec
directory. So, what I annotated with “FIXME”, “TODO” and “OPTIMIZE” on
*_spec.rb are discarded.
Is there any quick way to rake notes
task to check spec
directory?
-T
On 2 Jun 2008, at 04:29, T K wrote:
I just noticed that
rake notes
in rails 2.0.2 doesn’t checkspec
directory. So, what I annotated with “FIXME”, “TODO” and “OPTIMIZE” on
*_spec.rb are discarded.Is there any quick way to
rake notes
task to checkspec
directory?
You could redefine the rake tast, but personally I prefer to leave
pending specs. I think this is a better way to leave reminders than
annotations.
Ashley
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs