-
In favor of a better development experience, make Suspender's test suite run faster. It takes around 35 minutes in CI to run the full test suite and it takes even more on a local machine, so developer…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the…
-
OS - Windows 10
Firefox version - 78.0.2
gem installed
source 'http://rubygems.org'
gem 'capybara', '~> 3.13', '>= 3.13.2' # Released: January 24, 2019
gem 'rspec', '~> 3.8' # Released: A…
-
So I had `ensure_inclusion_of` working just fine, then I migrated some things to use FactoryGirl instead of explicit create statements and suddenly it's failing. If I `dup` the object created by Fact…
-
My bot just sends messages (like notifications) from many controllers inside my application. When a notification is needed inside a controller action, I just call send_message(...) async and that's it…
-
### Describe the problem as clearly as you can
`bundle outdated --major` doesn't display appropriate list of outdated gems.
### Which command did you run?
`bundle outdated --major`
### Wha…
-
We need to upgrade the rails autoloader from version 5.1 to version 6.0
Rails 6 has introduced a new autoloader: **zeitwerk** which is the default autoloader in autoloader version 6
We need to contro…
-
I don't know the internal specifics but upgrading to psych 4 breaks all the sidekiq rspec matchers such as be_delayed. The message is `Psych::DisallowedClass: Tried to load unspecified class: Date`.
…
-
Hello 👋🏼 Thanks for your gem!
Unfortunately, when upgrading to rubocop 1.20.0, running `rubocop` breaks when including `rubocop-thread_safety` with this error message:
```
An error occurred whi…
-
## Meta
Capybara Version:
3.34.0
Driver Information (and browser if relevant):
selenium-webdriver 4.0.0beta3 with Firefox 68.10
## Expected Behavior
this spec should either pass or not:
`…