Ruby on Rails. Bundler. Cucumber. rake aborted! Command failed with status (1)

前端 未结 1 1795
走了就别回头了
走了就别回头了 2021-01-12 20:46

I have a problem using Bundler and Cucumber with Rails 3.

When I run $ rake cucumber I get the following output:

bundle exec /usr/local/bin/r         


        
相关标签:
1条回答
  • 2021-01-12 21:39

    I am also seeing the same problem. With a little hunting I could figure where this error is coming but still don't know how to fix it.

    The issue is that the "bundle exec ..." shell call is exiting with status code "1". That is an error for the rake.rb script and therefore it is throwing those lines. Looks like it is some kind of a false alarm only.

    Also, this happens only when all the scenarios pass. If there is even a single failure, you will not see this error.

    0 讨论(0)
提交回复
热议问题