This commit is contained in:
Michael Miller 2022-01-10 21:10:36 -07:00
parent be79367256
commit 941b91fef4
No known key found for this signature in database
GPG key ID: AC78B32D30CE34A2

View file

@ -15,7 +15,7 @@ module Spectator::SpecHelpers
# Instructs the Crystal compiler to compile the test.
# Returns an instance of `JSON::Any`.
# This will be the outcome and information about the test.
# Output will be surpressed for the test.
# Output will be suppressed for the test.
# If an error occurs while attempting to compile and run the test, an error will be raised.
def compile
# Create a temporary file containing the test.