mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
6 lines
105 B
Text
6 lines
105 B
Text
|
require "<%= spec_helper_path %>"
|
||
|
|
||
|
Spectator.describe "<%= @example_id %>" do
|
||
|
<%= @example_code %>
|
||
|
end
|