spec/inference/test_inference.rb in finitio-0.11.3 vs spec/inference/test_inference.rb in finitio-0.11.4
- old
+ new
@@ -33,10 +33,10 @@
expect(result.elm_type[:id].type.name).to eql("Integer")
expect(result.elm_type[:createdAt].type.name).to eql("Date|Nil")
expect(result.elm_type[:size].type.name).to eql("String")
expect(result.elm_type[:priority].type.name).to eql("String")
- puts result
+ #puts result
end
end
end