I just wanted to add that the test is a failure because the element that the 'expect' was looking for was not found so it is an error.
On Thursday, October 5, 2017 at 1:36:12 PM UTC+1, JQN wrote: > > When i run multiple specs using rspec and one of the examples is a > failure, the exit code that is returned is 0 than 1, but rspec report is > correct in reporting example failures. > Few articles mention that this is because of a bug in ruby and to add a > monkey patch > e.g .http://www.davekonopka.com/2013/rspec-exit-code.html > > but this does not work for me either. I would appreciate any help. > > Regards > -- You received this message because you are subscribed to the Google Groups "rspec" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rspec/d196d5bf-b887-4625-a23e-58b7409cbfe9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
