-
Trying with recent ruby3.4.0 dev: https://github.com/ruby/ruby/commit/002438767d04c2ba728593c3d71f224548295f34 , rspec-core 3.13.2 shows additional rspec testsuite falure.
Even with using ruby 3.3.…
-
**Current behaviour**
We're running a large RSpec suite with tens of thousands of examples, and to improve performance and developer experience, we use several patterns like the ones described in [t…
-
With using ruby3.4.0dev ( `ruby 3.4.0dev (2024-11-15 master 51666c827b) +PRISM [x86_64-linux]` ),
executing rspec-core 3.13.2 rspec testsuite causes errors like:
```
Failures:
1) RSpec::Core…
-
After upgrading to ruby 3.3.6 I get the following error when including webmock in the spec_helper for rspec:
```
An error occurred while loading spec_helper.
Failure/Error: require 'webmock/rspec…
-
When running RSpec with the default output for the following code snippet:
```ruby
# require "super_diff/rspec"
Product = Data.define(:name, :price)
RSpec.describe "subject" do
it "does s…
-
Hi,
when one runs the tests in `spec/gitlab/cli_spec.rb`, the respec command returns exit code 1:
```
rspec spec/gitlab/cli_spec.rb; echo $?
Randomized with seed 32489
Gitlab::CLI
.run…
-
## The problem
The number of specs being run locally varies per run:
```shell
$ bundle exec rspec
Randomized with seed 33336
[...]
Finished in 0.76282 seconds (file…
-
1. Create sample RSpec file like this:
```ruby
RSpec.describe "Something", "in this context", :a, :b do
subject { true }
it "works well" do
expect(subject).not_to be false
end
end…
-
### Steps to reproduce
1. Install Ruby 3.4.0dev
2. Run these commands
```ruby
git clone https://github.com/rails/thor
cd thor
bundle install
bundle exec rspec ./spec/no_warnings_spec.rb:4
```
…
-
The issue is described in my debugging notes here https://github.com/heroku/heroku-buildpack-ruby/issues/1505#issuecomment-2469218290
## Context
Heroku rolled out a SSL connections by default https:…