On 25 Dec 2010, at 18:53, Mikael Henriksson wrote:
I try to run a feature with cmd+R and it gives me the following message:
:29:in `require': no such file to load -- spec (LoadError) from :29:in `require' from /Users/mhenrixon/Library/Application Support/TextMate/Bundles/Cucumber.tmbundle/Support/lib/cucumber/mate.rb:23 […] The RSpec specs work fine it's just my features that don't run. I hate having to switch to console to do this. Any suggestions?
I am not familiar with the Cucumber bundle, but from the error you quote it seems that it requires a file which is probably not present for the standard ruby.
You will have to dig into the source code for the bundle to learn more about which files it require.