Alternate file jump in Textmate

Hello all,

Using RSpec 1.1 RC from the SVN source. Running in Textmate with the
bundle, all working good.

Got a problem with the Alternate File jump (Ctl Shift DownArrow)
because it works fine in Rails with the html.erb templates, but I can
not figure out how to get it working with HAML templates that I am
using.

For ref, my specs are called:

spec/views/users/edit.html.haml_spec.rb

For the corresponding view:

app/views/users/edit.html.haml

When I try the jump it wants to create:

app/views/users/edit.html.haml.rb

Any pointers on how to fix this? Looking inside the bundle sort of
left me dry and stranded…

Mikel