-
PR: https://github.com/rspec/rspec-expectations/pull/505
see end of comment:
``` ruby
module RSpec
module Matchers
module Composable
# Creates a compound `and` expectation. The matcher w…
-
Hey,
After upgrading from `3.5.0.beta3` to `3.5.0.beta4` I receive a warning when using the `rails console` command like:
```
bundle exec rails console
Loading development environment (Rails 5.0.0.…
-
Updating an app from RSpec 1.3 to RSpec 2.0 I've noticed that the standard URL helpers aren't available in my mailer specs any more.
I can't remember doing anything special in RSpec 1.3 to make them …
-
We should refactor all the fixture files or come up with some better strategy to test all the cases as having a new fixture file for every single option just isn't tenable.
This applied specifically …
-
Because of https://github.com/rails/rails/commit/f5050d998def98563f8fa4b381c09f563681f159
have_enqueued_mail with options is broken
for example, we have a Mailer service:
```
class MailerTestServi…
-
Puma can't start in production after I upgraded rails from 5.2 to 6.0.2.1, getting error undefined method `get_schema_cache' for nil:NilClass
### System configuration
**Rails version**: 6.0.2.1
…
-
**Is your feature request related to a problem? Please describe.**
There are several problems with the `cucumber/common` monorepo:
* Building all the 50+ packages in the repo takes ~1h (both loc…
-
I have upgraded my app from 5.1.0 to 5.2.2 and we were already using the bootsnap version 1.2.0 in rails 5.1.0
After upgrade i am getting following error at different pages.
`Bootsnap::LoadPathC…
-
### Allow multiple receive counts matchers for an expected message
Only the last counter matcher in a expectation is considerer, the rest are ignored.
### Your environment
* Ruby version: 3.6.6…
-
Im using Gauge-UI with Capybara
I Use **expect(actual).to eq(expected)** and if they are not equal the test throws an error: **Error Message: TypeError: no implicit conversion of nil into String**…