开发者

Tests work in shell, but not in Textmate

开发者 https://www.devze.com 2023-02-06 07:20 出处:网络
If I run rails\' unit tests directly in Textmate, I get the following error: rake aborted! uninitialized constant Object::Bundler /Users/markus/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:2482:i

If I run rails' unit tests directly in Textmate, I get the following error:

rake aborted! uninitialized constant Object::Bundler /Users/markus/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:2482:in const_missing' /Users/xxx/tickets/config/boot.rb:9:in rescue in ' /Users/xxx/tickets/config/boot.rb:5:in ' :29:inrequire' :29:in require' /Users/xxx/tickets/config开发者_StackOverflow社区/application.rb:1:in ' :29:inrequire' :29:in require' /Users/xxx/tickets/Rakefile:4:in ' /Users/xxx/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:2373:in load' /Users/xxx/.rvm/rubies/ruby-1.9.2- […] Done

If I run the tests in my shell with rake test:units everything is fine. What is wrong?


If you have RVM then you should do this:

http://rvm.beginrescueend.com/integration/textmate/

works like a charm.

Youre problem here is that your textmate environment doesn't find bundler, because it can't find your gemset folder.

If you follow the link above, everything should be fine.

Cheers,

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号