Sha256: 78131ae374ee8091696e7a141febf136528373f8e8cf348fdafdc40d42076c03
Contents?: true
Size: 296 Bytes
Versions: 1
Compression:
Stored size: 296 Bytes
Contents
require 'spec_helper' module Swagger module V2 describe Path do subject(:path) { Path.new({}) } describe 'initial fields' do describe '#parameters' do subject { path.parameters } it { is_expected.to eq(nil) } end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
swagger-core-0.3.0 | spec/swagger/v2/path_spec.rb |