Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update types.test.rb

+1 -1
+1 -1
lib/literal/types.test.rb
··· 285 285 end 286 286 287 287 describe "_Union" do 288 - test "_Union" do 288 + test "matching" do 289 289 type = _Union(String, Integer) 290 290 291 291 assert type === "string"