mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Change to struct
This commit is contained in:
parent
5688e58025
commit
14608c8b2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue