Phil Phillips
Phil Phillips
Hi @ginjo!! :wave: Would it be possible to get this reviewed/merged? Let me know if I can help out!
> If there a way to apply this fix while we are waiting for the next release? > > We tried specify `client_options:` when in our initializer when setting up...
Thanks for looking into it! I'm using something similar with a file for the options with: `knapsack_pro:rspec[--options ./.rspec]` I also have some custom reporters that might be part of the...
Looking further into the test output, it looks like `--format documentation` isn't working as expected either! So, it seems like maybe something is off with using `--options`.
Here are my versions: ``` RSpec 3.12 - rspec-core 3.12.2 - rspec-expectations 3.12.3 - rspec-mocks 3.12.6 - rspec-rails 6.1.0 - rspec-support 3.12.1 ``` Seems like maybe just something up with...
I will try queue mode! I was going to follow up with some additional info, but you got to the same conclusion :).
So, I do see the same issue in queue mode, but looks like it was already like that in 5.x. Going back to standard mode, I went ahead and got...
I ran into the same thing. Similar gems to what @tmtrademarked mentioned above. Though, we do have this bit of code in our spec_helper: ``` config.around do |example| # Some...
@Pacyfik The workaround (and subsequently, 7.0.1) solved the issue for me. Thank you!