rspec --only-failures错误NoMethodError'full_formatted'

时间:2018-06-16 14:30:33

标签: ruby-on-rails rspec tdd

我正在尝试设置rspec以仅运行rspec --only-failures的失败。当我这样做时,我收到此错误

     block in fully_formatted_failed_examples': undefined method 'fully_formatted'
     for #
<RSpec::Core::Notifications::ExampleNotification:0x00007fce3766b108> (NoMethodError)

当我运行be rspec --only-failures时,我收到此错误:

bundler: failed to load command: rspec (/Users/mikeheft/.rbenv/versions/2.5.0/bin/rspec)

我在config.example_status_persistence_file_path = './spec/examples.txt'

中设置了spec_helper.rb

当我查看GitHub上的源代码时,我可以看到它出错的行,但我没有看到一种方法来解决这个问题,因为它在它看起来像是在gem中。我还在Github上开了一个问题。

0 个答案:

没有答案