Tim Heuett

Results 2 issues of Tim Heuett

### Summary When using [chruby](https://github.com/postmodern/chruby) for ruby version management, tasks and LSP commands always use the system ruby (e.g. `/usr/bin/ruby`) Steps to trigger the problem: 1. Install chruby (with homebrew...

ruby
tasks
upstream

It's currently a little bit difficult/haphazard to create specific errors when stubbing the Recurly gem for tests. I've been doing something similar to this: ```ruby def build_recurly_api_error(type, message, params) error...

question