Michael Miller 2022-08-07 14:58:09 -06:00
parent 02027cda53
commit 17a3ca3ac7
No known key found for this signature in database
GPG key ID: 32B47AE8F388A1FF
3 changed files with 16 additions and 2 deletions

View file

@ -0,0 +1,10 @@
require "../spec_helper"
# https://gitlab.com/arctic-fox/spectator/-/issues/77
Spectator.describe "GitLab Issue #77" do
it "fails" do
expect_raises do
raise "Error!"
end
end
end