diff --git a/spec/multi_json_spec.rb b/spec/multi_json_spec.rb index 6efc34eb..b4e31fd4 100644 --- a/spec/multi_json_spec.rb +++ b/spec/multi_json_spec.rb @@ -63,7 +63,7 @@ MultiJson.use :json_gem end - it 'should warb about json/pure' do + it 'should warn about json/pure' do Kernel.should_receive(:warn).with(/'json_pure', '~> 1.7.7'/) MultiJson.use :json_pure end