Leif Gensert

Results 19 comments of Leif Gensert

I would really love this feature as well

I experienced the same problem. In addition to that there seems to be an issue with parsing the enum correctly. If you change client in the request to `B` the...

I think the suggestion is great. Espec already works with mox but you need to write some boilerplate code and there is possible namespace collision. ```elixir import Mox # ......

I love it! Is there any chance this will get merged or implemented as a feature of RES?

I fixed this error in my rewrite of the gem: https://github.com/propertybase/executrix

Have a look at the rewrite here: https://github.com/propertybase/executrix This issue is already fixed there

As there is no reaction to this pull requet. I released it under a different name (Copyright and Commit logs have been retained) https://github.com/propertybase/executrix

@tilgovi Any news to share? In general: is there another parser library anyone can recommend?

There are a couple of other examples where having the rails paths as a `Pathname` causes issues like when RSpec is iterating through rails initializers, this can happen: ``` /Users/leif/projects/triumph_pay/payments-network/vendor/bundle/ruby/3.0.0/gems/activesupport-6.1.4.1/lib/active_support/file_update_checker.rb:153:in...