summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-06-15 10:52:33 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-06-15 10:52:33 -0700
commitaa71fe4777d2667696e420f7ea15326cfbb45aa8 (patch)
tree0f6ee5a4f7665ed2bfedf07640552f5b2810528b /spec
parent8f640b6d665926c6687d6138c8f6485b43c3a857 (diff)
downloadffi-yajl-aa71fe4777d2667696e420f7ea15326cfbb45aa8.tar.gz
fix very large floats in ffi
Diffstat (limited to 'spec')
-rw-r--r--spec/ffi_yajl/parser_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/ffi_yajl/parser_spec.rb b/spec/ffi_yajl/parser_spec.rb
index 4f6186e..c3424ef 100644
--- a/spec/ffi_yajl/parser_spec.rb
+++ b/spec/ffi_yajl/parser_spec.rb
@@ -9,7 +9,6 @@ describe "FFI_Yajl::Parser" do
let(:json) { '{"key": 23456789012E666}' }
it "should return infinity" do
- skip "handle infinity properly"
infinity = (1.0/0)
expect(parser).to eq({"key" => infinity})
end