jhthorsen / mojolicious-plugin-openapi

OpenAPI / Swagger plugin for Mojolicious
54 stars 42 forks source link

Created .proverc for easier testing #169

Closed linnhk closed 4 years ago

linnhk commented 4 years ago

Created .proverc to make sure ./lib is included in @INC as a default

After installing the dependencies for the project, the tests failed when I ran them because they couldn't find JSON::Validator::OpenAPI::Mojolicious. Instead of dealing with this in my own environment, I think it makes life easier to keep a .proverc file. When I added this, I could run the tests immediately.

jhthorsen commented 4 years ago

I'm not entirely sure if this is necessarily, but I'll accept it anyways.