spec/airborne/post_spec.rb in airborne-0.0.21 vs spec/airborne/post_spec.rb in airborne-0.0.22
- old
+ new
@@ -1,9 +1,9 @@
require 'spec_helper'
describe 'post' do
- it 'should allow testing on post requests' do
- mock_post('simple_post')
- post '/simple_post', {}
- expect_json_types({status: :string, someNumber: :int})
- end
+ it 'should allow testing on post requests' do
+ mock_post('simple_post')
+ post '/simple_post', {}
+ expect_json_types({status: :string, someNumber: :int})
+ end
end
\ No newline at end of file