Sha256: 54c042d780609bbeb27bdc80176f44ef6a1df4ad364e1550ff7c0a99033890d9

Contents?: true

Size: 231 Bytes

Versions: 30

Compression:

Stored size: 231 Bytes

Contents

require 'spec_helper'

describe 'expect_json_types lambda' do
  it 'should invoke proc passed in' do
    mock_get('simple_get')
    get '/simple_get'
    expect_json_types(name: ->(name) { expect(name.length).to eq(4) })
  end
end

Version data entries

30 entries across 30 versions & 2 rubygems

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