spec/airborne/patch_spec.rb in airborne-0.0.21 vs spec/airborne/patch_spec.rb in airborne-0.0.22
- old
+ new
@@ -1,9 +1,9 @@
require 'spec_helper'
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})
- end
+ it 'should allow testing on patch requests' do
+ mock_patch('simple_patch')
+ patch '/simple_patch', {}
+ expect_json_types({status: :string, someNumber: :int})
+ end
end
\ No newline at end of file