From 569b650532e0ef3eab0b29f43cb2c47f47577b9d Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Sun, 15 Jun 2014 10:58:10 -0700 Subject: handle StringIOs by being slurpy for now --- spec/ffi_yajl/parser_spec.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec') diff --git a/spec/ffi_yajl/parser_spec.rb b/spec/ffi_yajl/parser_spec.rb index c3424ef..f896bf7 100644 --- a/spec/ffi_yajl/parser_spec.rb +++ b/spec/ffi_yajl/parser_spec.rb @@ -150,7 +150,6 @@ describe "FFI_Yajl::Parser" do let(:json) { StringIO.new('{"key": 1234}') } it "should parse" do - skip "handle StringIOs" expect(parser).to eq({"key" => 1234}) end end -- cgit v1.2.1