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