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
1 changed files with 1 additions and 1 deletions

View File

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