mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
7 lines
142 B
Crystal
7 lines
142 B
Crystal
|
require "../spec_helper"
|
||
|
|
||
|
Spectator.describe "GitLab Issue #76" do
|
||
|
let(:value) { nil.as(Int32?) }
|
||
|
specify { expect(value).to be_nil }
|
||
|
end
|