From 1a7a0264c7734dfca9c29e11a039198cb6bd9840 Mon Sep 17 00:00:00 2001 From: Lamont Granquist Date: Fri, 10 Jul 2015 13:27:50 -0700 Subject: rubocop on 2.2 needs to ignore this line it breaks 1.9 through 2.1 when rubocop fixes it. --- spec/ffi_yajl/parser_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/ffi_yajl/parser_spec.rb b/spec/ffi_yajl/parser_spec.rb index 87f5309..750567f 100644 --- a/spec/ffi_yajl/parser_spec.rb +++ b/spec/ffi_yajl/parser_spec.rb @@ -311,7 +311,7 @@ describe "FFI_Yajl::Parser" do let(:options) { { symbolize_keys: true } } it "should symbolize keys correctly" do - expect(parser).to eq(:"日本語" => 1234) + expect(parser).to eq(:"日本語" => 1234) # rubocop:disable Style/HashSyntax end if RUBY_VERSION.to_f >= 1.9 -- cgit v1.2.1