mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
This commit is contained in:
parent
02027cda53
commit
17a3ca3ac7
3 changed files with 16 additions and 2 deletions
10
spec/issues/gitlab_issue_77_spec.cr
Normal file
10
spec/issues/gitlab_issue_77_spec.cr
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue