This commit is contained in:
Michael Miller 2021-06-02 23:54:38 -06:00
parent 12f06abf11
commit 15c5b0991d
No known key found for this signature in database
GPG key ID: F9A0C5C65B162436

View file

@ -21,7 +21,7 @@ module Spectator::Formatting
@json.start_array
end
# Adds fields to the example object for all result types known after the example completes.
# Adds an object containing fields about the example.
def example_finished(notification)
notification.example.to_json(@json)
end