Run smoke test for nightly

This commit is contained in:
Michael Miller 2022-05-25 17:20:57 -06:00
parent 712edf20c1
commit 69a89daeb8
No known key found for this signature in database
GPG key ID: 32B47AE8F388A1FF
7 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
require "../spec_helper"
Spectator.describe Spectator do
Spectator.describe Spectator, :smoke do
it "supports custom expectation messages" do
expect do
expect(false).to be_true, "paradox!"