Thought someone else might like this. Just a simple way to modify your TODO list to show all unimplemented specs in your project.
Insanely simple, but all good things usually are :) http://www.blognow.com.au/q/67397/Behaviour_Driven_Design_RSpec_and_Textmate039s_TODO_List.html Not sure how that long URL will wrap, the short home page is: http://www.blognow.com.au/q/ If you want to do it yourself and don't need picutres, make a new marker in the TODO preferences with: /\s+it\s"(\S.*?)"\s+$/i as the Regex. This will find all 'it "should do somethings"' in your project and give you a nice hyperlinked list. Regards Mikel _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users