From 14608c8b2dbcb85d69061354635237ea2c271210 Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sun, 16 Aug 2020 11:00:46 -0600 Subject: [PATCH] Change to struct --- spec/helpers/result.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/helpers/result.cr b/spec/helpers/result.cr index 76aa48d..f36f104 100644 --- a/spec/helpers/result.cr +++ b/spec/helpers/result.cr @@ -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