我正在尝试设置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上开了一个问题。