Initial runtime test compilation

Allows for compiling single examples at runtime.
This commit is contained in:
Michael Miller 2020-08-16 10:59:15 -06:00
parent 53c9dd0445
commit 5688e58025
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD
5 changed files with 192 additions and 0 deletions

5
spec/helpers/example.ecr Normal file
View file

@ -0,0 +1,5 @@
require "<%= spec_helper_path %>"
Spectator.describe "<%= @example_id %>" do
<%= @example_code %>
end