-
With curl 8.9.0, `Typhoeus::Response::Informations#return_message` test fails like:
```
Failures:
1) Typhoeus::Response::Informations#return_message returns a message
Failure/Error: exp…
-
## Description
I have `binding.irb` in a ruby file of my Rails 7.2 app.
I run a RSpec test, enter the binding session, hit `n` (alias of `next` as per my `.irbrc` file) and get the following err…
-
### Tell us about your environment
**Ruby Version:** 3.2.2
**Framework Version (RSpec, Minitest, FactoryGirl, Rails, whatever):** rspec-rails: 7.x, Rails 7.2.1
**TestProf Version:** 1.4.2
…
-
Hi,
My PACT verify is failing while replaying the interaction with the following error:
````
pact-cli_1 | Failure/Error: replay_interaction interaction, options[:…
-
Hello,
I'm having a bit of a problem when trying to use rspec runner.
I've noticed that your [default setup](https://github.com/klen/nvim-test/blob/main/lua/nvim-test/runners/rspec.lua#L4) is to…
-
I noticed this failure in CI, it ran on 2302dbc658d013762be7d8c3a3759d224956d4a7 but it passed on the next commit (and I haven't seen it before).
https://github.com/sinatra/mustermann/actions/runs/…
-
Four of the tests fail in ruby 3.3.0 (although they work in 3.2.2) with an `incompatible marshal file format` error, even after updating gem dependencies:
```
Finished in 5.32 seconds (files took 0.…
-
Hi there, thanks for this great gem—it's been really helpful!
### Usecase / What to achieve
I am running system tests for a Rails application using Playwright in server mode. I want to enable o…
mizoR updated
1 month ago
-
Is it possible to re-run the tests limited to those that failed on the last execution?
-
### Steps to reproduce
We have a project with a multi-database (2 databases) configuration.
When executing the test suite like follows the tests hang after some time.
```ruby
PARALLEL_WORKERS…