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

Changes to RaiseError to ensure it passes whether or not error_highlight is active #1339

Merged
merged 1 commit into from
Jan 14, 2022
Merged

Changes to RaiseError to ensure it passes whether or not error_highlight is active #1339

merged 1 commit into from
Jan 14, 2022

Conversation

petergoldstein
Copy link
Contributor

No description provided.

@petergoldstein petergoldstein marked this pull request as draft January 9, 2022 01:05
@pirj
Copy link
Member

pirj commented Jan 9, 2022

I've tracked the 3.1 failure down to mikel/mail#1439

LoadError:
  cannot load such file -- net/smtp
# /opt/hostedtoolcache/Ruby/3.1.0/x64/lib/ruby/gems/3.1.0/gems/activesupport-6.0.4.4/lib/active_support/dependencies.rb:324:in `require'
# /opt/hostedtoolcache/Ruby/3.1.0/x64/lib/ruby/gems/3.1.0/gems/activesupport-6.0.4.4/lib/active_support/dependencies.rb:324:in `block in require'
# /opt/hostedtoolcache/Ruby/3.1.0/x64/lib/ruby/gems/3.1.0/gems/activesupport-6.0.4.4/lib/active_support/dependencies.rb:291:in `load_dependency'
# /opt/hostedtoolcache/Ruby/3.1.0/x64/lib/ruby/gems/3.1.0/gems/activesupport-6.0.4.4/lib/active_support/dependencies.rb:324:in `require'
# /opt/hostedtoolcache/Ruby/3.1.0/x64/lib/ruby/gems/3.1.0/gems/mail-2.7.1/lib/mail.rb:9:in `<module:Mail>'

We could definitely "fix" that on our side, but I'd rather prefer mail to fix it.

@petergoldstein petergoldstein marked this pull request as ready for review January 9, 2022 18:18
@JonRowe
Copy link
Member

JonRowe commented Jan 11, 2022

Thanks can you rebase this, we have 3.1 in our CI now and should make this go green

…n use

This also loosens the text match on two existing rspec-expectations specs
@petergoldstein
Copy link
Contributor Author

@JonRowe Sorry for the delay. Rebased.

@JonRowe JonRowe merged commit 44f9a24 into rspec:main Jan 14, 2022
@JonRowe
Copy link
Member

JonRowe commented Jan 14, 2022

Thanks!

JonRowe added a commit that referenced this pull request Jan 14, 2022
JonRowe added a commit that referenced this pull request Jan 14, 2022
…for_ruby_3_1

Changes to RaiseError to ensure it passes whether or not error_highlight is active
JonRowe added a commit that referenced this pull request Jan 14, 2022
@JonRowe
Copy link
Member

JonRowe commented Jan 14, 2022

Released as 3.10.2

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

Successfully merging this pull request may close these issues.

3 participants