class RSpec::Core::Formatters::JsonFormatter

Public Instance Methods

close(*args) click to toggle source
# File lib/pact/provider_verifier/rspec_json_formatter_monkeypatch.rb, line 19
def close(*args)
  # Append a new line so that the output stream can be split at
  # the new lines, and each JSON document parsed separately
  old_close(*args)
  output.write("\n")
end
Also aliased as: old_close
old_close(*args)
Alias for: close