Hi

Did the RSpec TMBundle ever have multiple ways of recognising RSpec files?  I'm 
convinced it user to look for "spec_helper" on the first line.  The Ruby bundle 
does something similar, as it looks for "firstLineMatch = '^#!/.*\bruby';"

The reason I ask is because I now have several files that end "_contract.rb".  
Conceivably I might have other shared example files with different suffices.  
But it's fairly safe to say they will all start with "require 'spec_helper'".

WDYT?

Cheers
Ash

-- 
http://www.patchspace.co.uk/
http://www.linkedin.com/in/ashleymoran

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to