我真的很想在 TextMate 中自动完成步骤,但是当我的光标位于某个步骤中并按 Opt-Esc 时,它会导致以下结果:
/Library/Ruby/Gems/1.8/gems/bundler-1.0.0/lib/bundler/spec_set.rb:87:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filemap!'
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.0/lib/bundler/spec_set.rb:81:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filespecs'
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.0/lib/bundler/definition.rb:137:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filerequested_specs'
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.0/lib/bundler/environment.rb:23:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 2: syntax error: unexpected end of filesetup'
from /Library/Ruby/Gems/1.8/gems/bundler-1.0.0/lib/bundler.rb:100:in /bin/bash: -c: line 0: unexpected EOF while looking for matching `''
/bin/bash: -c: line 3: syntax error: unexpected end of filerequire'
from /Users/josh/Library/Application Support/TextMate/Pristine Copy/Bundles/Cucumber.tmbundle/Support/lib/cucumber/mate/feature_helper.rb:1
from /tmp/temp_textmate.gE2STt:3:in
有人搞定这个吗?我正在使用 Ruby 1.9.3-p0 和最新版本的 Rails 和 Cucumber。