spec/airborne/patch_spec.rb in airborne-0.1.15 vs spec/airborne/patch_spec.rb in airborne-0.1.16

- old
+ new

@@ -2,8 +2,8 @@ describe 'patch' do it 'should allow testing on patch requests' do mock_patch('simple_patch') patch '/simple_patch', {} - expect_json_types({status: :string, someNumber: :int}) + expect_json_types(status: :string, someNumber: :int) end -end \ No newline at end of file +end