从RVM切换到RBENV后,我无法运行rspec
命令来测试我的Rails Engine(Binda)。
错误提示:
/Users/myuser/path/to/my_engine/spec/dummy/Gemfile not found
重现该错误:
git clone https://github.com/BindaCMS/binda
cd binda
bundle install
cd spec/dummy && rails db:create
创建数据库cd ../.. && rspec
我的RVM同事没有任何问题。我想念什么吗?
运行bundle exec rspec
得到不同的结果。没错它会响吗?
我对这个较长的版本感到满意,但是更安全地知道为什么在没有rspec
的情况下运行bundle exec
不再起作用了。