Sha256: cd2e3431992441e5e547b6db03c32222da85bfbb2809b44b61c7f9f4c82ac737

Contents?: true

Size: 220 Bytes

Versions: 30

Compression:

Stored size: 220 Bytes

Contents

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
end

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
airborne-0.3.7 spec/airborne/patch_spec.rb
airborne-0.3.6 spec/airborne/patch_spec.rb
airborne-0.3.5 spec/airborne/patch_spec.rb
hops-airborne-0.2.17 spec/airborne/patch_spec.rb
airborne-0.3.4 spec/airborne/patch_spec.rb
airborne-0.3.3 spec/airborne/patch_spec.rb
airborne-0.3.2 spec/airborne/patch_spec.rb
airborne-0.3.1 spec/airborne/patch_spec.rb
airborne-0.3.0 spec/airborne/patch_spec.rb
hops-airborne-0.2.16 spec/airborne/patch_spec.rb
hops-airborne-0.2.15 spec/airborne/patch_spec.rb
airborne-0.2.13 spec/airborne/patch_spec.rb
airborne-0.2.12 spec/airborne/patch_spec.rb
airborne-0.2.11 spec/airborne/patch_spec.rb
airborne-0.2.10 spec/airborne/patch_spec.rb
airborne-0.2.9 spec/airborne/patch_spec.rb
airborne-0.2.8 spec/airborne/patch_spec.rb
airborne-0.2.7 spec/airborne/patch_spec.rb
airborne-0.2.6 spec/airborne/patch_spec.rb
airborne-0.2.5 spec/airborne/patch_spec.rb