Mark slow compilation tests

This commit is contained in:
Michael Miller 2021-08-18 15:57:39 -06:00
parent c49522a791
commit 01d1a8736e
No known key found for this signature in database
GPG key ID: F9A0C5C65B162436

View file

@ -9,7 +9,7 @@ require "./spec_helper"
# Some specs are too complex to be ran normally.
# Additionally, this allows examples to easily check specific failure cases.
# Plus, it makes testing user-reported issues easy.
Spectator.describe "Runtime compilation" do
Spectator.describe "Runtime compilation", :slow, :compile do
given_example passing_example do
it "does something" do
expect(true).to be_true