Sha256: 07ead1baede5b0826f189e0857f6a82652b27bde9dfc979f23f2e90091606e01
Contents?: true
Size: 221 Bytes
Versions: 16
Compression:
Stored size: 221 Bytes
Contents
describe StrongJSON::Type::Error do include StrongJSON::Types it "hgoehoge" do exn = StrongJSON::Type::Error.new(value: [], type: array(numeric), path: ["a",1,"b"]) expect(exn.to_s).to be_a(String) end end
Version data entries
16 entries across 16 versions & 1 rubygems