开发者

no such file to load -- rspec/autorun (LoadError)

开发者 https://www.devze.com 2023-01-06 09:15 出处:网络
attempting to use rspec2, rails3, and autotest. When running autotest I get stuck with the following:

attempting to use rspec2, rails3, and autotest. When running autotest I get stuck with the following:

loading autotest/rails_rspec2
style: RailsRspec2

--------------------------------------------------------------------------------

...

...bin/rspec:2:in `require': no such f开发者_JAVA技巧ile to load -- rspec/autorun (LoadError)

Looks like a path issue but I'm not sure how to fix it.

Here's the gist of my configuration.

Any thoughts on what I can do to troubleshoot this?


It was a problem with the rspec trunk (sometime shortly after beta15). Reverting to 2.0.0.beta.15 solved the problem.

0

精彩评论

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