module RSpec::Rails::SystemExampleGroup

def passed?

for the SystemTesting Screenshot situation
def passed?
  RSpec.current_example.exception.nil?
end