getappmap / appmap-ruby

AppMap client agent for Ruby
https://appland.org
Other
100 stars 13 forks source link

feat: Record RSwag #336

Closed kgilpin closed 1 year ago

kgilpin commented 1 year ago

RSwag does all its work in a before hook, which doesn't work well with AppMap.

Implement an RSwag-specific recorder, and disable RSpec recording for RSwag tests.

Fixes #335