<font size="2"><font face="tahoma,sans-serif">Ok, this is the command</font></font><div><font size="2"><font face="tahoma,sans-serif"><br></font></font></div><div><font size="2"><div><font class="Apple-style-span" face="tahoma, sans-serif">#</font><font class="Apple-style-span" face="'courier new', monospace">!/usr/bin/env sh</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">cat <<'RUBYEOF' > /tmp/cucumber-$$.rb</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br>

</font></div><div><font class="Apple-style-span" face="'courier new', monospace">require ENV['TM_BUNDLE_SUPPORT'] + "/lib/cucumber/mate/feature_helper"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">runner = Cucumber::Mate::Runner.new(STDOUT, ENV['TM_PROJECT_DIRECTORY'], ENV['TM_FILEPATH'], ENV['TM_CUCUMBER_BIN'], ENV['TM_CUCUMBER_OPTS'])</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace">runner.run_feature</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br>

</font></div><div><font class="Apple-style-span" face="'courier new', monospace">RUBYEOF</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace">${TM_RUBY:-ruby} /tmp/cucumber-$$.rb; exit_status=$?; rm /tmp/cucumber-$$.rb; exit $exit_status</font></div>

</font></div><div><font size="2"><font face="tahoma,sans-serif"><br clear="all"></font></font><span style="font-size: 12px; "><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font class="Apple-style-span" color="#222222" face="arial, helvetica, sans-serif">Trying to locate the bundle on my disk but I can\t find it. Going over to github right now. Can I change here somewhere or do I still need to modify the bundle? </font></div>

<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font class="Apple-style-span" color="#222222" face="arial, helvetica, sans-serif"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Helvetica; ">

<font color="#222222"><font face="arial, helvetica, sans-serif"><br></font></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Helvetica; "><font color="#222222"><font face="arial, helvetica, sans-serif">Mikael Henriksson</font></font></div>

<div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; font-family: Helvetica; "><font face="arial, helvetica, sans-serif"><br></font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Helvetica; ">

<font face="arial, helvetica, sans-serif">Tel: +46 (0) 730- 393 200 </font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-family: Helvetica; "><font color="#222222" face="arial, helvetica, sans-serif"><a href="mailto:mikael@zoolutions.se" target="_blank">mikael@zoolutions.se</a></font></div>

</span><div><br></div><br>
<br><br><div class="gmail_quote">On Mon, Jan 3, 2011 at 8:41 AM, Mikael Henriksson <span dir="ltr"><<a href="mailto:mikael@zoolutions.se">mikael@zoolutions.se</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<font size="2"><font face="tahoma,sans-serif">Actually I found the issue and it has nothing to do with Textmate though I wonder. I need to find the cmd+R command for the bundle and change it to run "bundle exec cucumber" instead of "cucumber"</font></font><div>


<font size="2"><font face="tahoma,sans-serif"><br></font></font></div><div><font size="2"><font face="tahoma,sans-serif">Thanks Allan</font></font></div><div><div class="im"><font size="2"><font face="tahoma,sans-serif"><br clear="all">

</font></font><span style="font-family:Helvetica;font-size:12px"><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">
<font color="#222222"><font face="arial, helvetica, sans-serif">Mikael Henriksson</font></font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;min-height:14px"><font face="arial, helvetica, sans-serif"><br>


</font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px"><font face="arial, helvetica, sans-serif">Tel: +46 (0) 730- 393 200 </font></div><div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px">


<font color="#222222" face="arial, helvetica, sans-serif"><a href="mailto:mikael@zoolutions.se" target="_blank">mikael@zoolutions.se</a></font></div></span><div><br></div><br>
<br><br></div><div><div></div><div class="h5"><div class="gmail_quote">On Sun, Jan 2, 2011 at 7:50 PM, Allan Odgaard <span dir="ltr"><<a href="mailto:mailinglist@textmate.org" target="_blank">mailinglist@textmate.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>On 25 Dec 2010, at 18:53, Mikael Henriksson wrote:<br>
<br>
> I try to run a feature with cmd+R and it gives me the following message:<br>
><br>
> :29:in `require': no such file to load -- spec (LoadError) from :29:in<br>
> `require' from /Users/mhenrixon/Library/Application<br>
> Support/TextMate/Bundles/Cucumber.tmbundle/Support/lib/cucumber/mate.rb:23<br>
</div>> […]<br>
<div>> The RSpec specs work fine it's just my features that don't run. I hate<br>
> having to switch to console to do this. Any suggestions?<br>
<br>
</div>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.<br>
<br>
You will have to dig into the source code for the bundle to learn more about which files it require.<br>
<br>
<br>
_______________________________________________<br>
textmate mailing list<br>
<a href="mailto:textmate@lists.macromates.com" target="_blank">textmate@lists.macromates.com</a><br>
<a href="http://lists.macromates.com/listinfo/textmate" target="_blank">http://lists.macromates.com/listinfo/textmate</a><br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>