Wolf
Wolf
rbenv puts it's shims at the start of PATH, so it blocks access to /usr/bin/slack that comes later in PATH. Personally, I would suggest splitting the client to a seperate...
Hi rswag team, I ran into an error caused by the circular dependency while trying to extend swagger_formatter to add a leading comment to the swagger.yaml file. https://github.com/rswag/rswag/blob/8a6ebbef9777ae2d81dfc13f950d41270ebe621f/rswag-specs/lib/rswag/specs/swagger_formatter.rb#L5 The app...
`#send` is dangerous to call on objects passed into your library. Instead, this will take a page from normal RSpec request specs and allow developers to specify a "request_params" hash...
Putting this here for future people. Gosu does not work if you run from within tmux. You have to run it from a non-tmux shell session. Replecated the issue in...
I think this is maybe a feature request. WebMock matchers do not work with forking. This makes sense logically given that a web request will change the stub object and...