mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
5688e58025
Allows for compiling single examples at runtime.
5 lines
105 B
Text
5 lines
105 B
Text
require "<%= spec_helper_path %>"
|
|
|
|
Spectator.describe "<%= @example_id %>" do
|
|
<%= @example_code %>
|
|
end
|