Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

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

Fix the JSONData test

+1 -1
+1 -1
test/types/_json_data.test.rb
··· 27 27 28 28 test "with params" do 29 29 assert _JSONData(Array) === [1, 2, 3] 30 - refute _JSONData(Array) === ["a", 1, 2] 30 + refute _JSONData(Array) === ["a", 1, 2, Object.new] 31 31 end 32 32 33 33 test "hierarchy" do