Change to struct

This commit is contained in:
Michael Miller 2020-08-16 11:00:46 -06:00
parent 5688e58025
commit 14608c8b2d
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -1,6 +1,6 @@
module Spectator::SpecHelpers module Spectator::SpecHelpers
# Information about an example compiled and run at runtime. # Information about an example compiled and run at runtime.
class Result struct Result
# Status of the example after running. # Status of the example after running.
enum Outcome enum Outcome
Success Success