Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rails_52.gemfile all tests fail #45

Open
bfl3tch opened this issue Jan 28, 2022 · 1 comment
Open

rails_52.gemfile all tests fail #45

bfl3tch opened this issue Jan 28, 2022 · 1 comment

Comments

@bfl3tch
Copy link

bfl3tch commented Jan 28, 2022

rails_50.gemfile and rails_51.gemfile both require update to .translate method's second argument, switching it from options.with_indifferent_access to **options.to_sym

rails_52.gemifle fails every test with this stacktrace:

Failure/Error: super
       
NoMethodError:
undefined method `run_callbacks' for #<RSpec::ExampleGroups::Request::CustomActionviewResolver:0x00007f8ec3db3dd8>
@ellery
Copy link

ellery commented Mar 27, 2022

@bfl3tch here is a fix for the tests.

ellery@1d1f1c4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants