ePages-de / restdocs-raml

Adds RAML support for Spring REST Docs
MIT License
27 stars 7 forks source link

check for content type #19

Closed asandau closed 6 years ago

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.6%) to 92.208% when pulling 9835144b7b66eb24b0c6f836075f51324d93ffed on asandau:Check_for_Content_Type into a367a858335e67a2e922e19eee34eea480b39822 on ePages-de:master.

mduesterhoeft commented 6 years ago

Thanks a lot - thinking about it I would rather like to default the content type to application/json if it is missing. I think this is also the default with spring-mvc.

See https://github.com/ePages-de/restdocs-raml/pull/20