Dmitry Efimov
Dmitry Efimov
It works for me if I use yarn yarn add nan
Hello, `fitting` need Open API or API Bluerprint documentations to work Your case will be solved if you can get this documentation from `rspec_api_documentation`
You're right. Currently, only two types are used: request and controller. For your case, you also need to allow the `rspec_api_documentation` type. https://github.com/tuwilof/fitting/blob/master/lib/fitting.rb#L31 ```ruby config.after(:each, type: :request) do |example| begin...