-
## Background
Often each spec file has a `require 'spec_helper'` as its first line.
This is redundant if you have a `.rspec` file that looks like this:
```
--require rails_helper
```
## …
-
Hello, thank you for creating this gem!
I'm trying it with rails [8.0.0.beta1](https://github.com/rails/rails/releases/tag/v8.0.0.beta1) and it seems that routes defined in the packs aren't availab…
-
### Steps to reproduce
I first noticed this issue when upgrading from Rails 7.2.1.2 to 7.2.2.
When using jbuilder cache the following error is thrown:
```
undefined local variable or method…
-
The rails test helper template in railties-7.0.x.x/lib/rails/test_help.rb is the default test helper used by many rails projects using rspec. There should be a recommendation in the readme of this pr…
-
### Description
Running "bundle exec rspec spec" on a brand new Rails 8 app gives NameError: uninitialized constant FactoryBotRails::Railtie::FactoryBot
### Reproduction Steps
```
gem instal…
-
Hi, there.
After upgrade to Rails 7.1, running Rspec with rambulance will failed because of this line.
https://github.com/yuki24/rambulance/blob/main/lib/rambulance/test_helper.rb#L28
This is b…
-
## Summary
What are your thoughts on adding support for hreflang tags so sites are generated with proper linking between pages. https://developers.google.com/search/docs/specialty/international/loc…
-
We are seeing the `Sprockets::Rails::Helper::AssetNotPrecompiledError` error, but it doesn't happen all the time, and haven't been able to reproduce it. Sorry this issue is going to sound weird :(, bu…
-
-
I can't figure out how to stub sunspot results in RSpec.
I added `require 'sunspot/rails/spec_helper'` to my `spec/rails_helper.rb` file, and call `disconnect_sunspot` at the top of my test.
My …
cedvw updated
2 weeks ago