We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When upgrading to MRI p286/327 the following error crops up in specs:
Failure/Error: b.should eq "日本語 [email protected], 日本語 [email protected]"
expected: "日本語 <[email protected]>, 日本語 <[email protected]>" got: "日本語= <[email protected]>, 日本語= <[email protected]>" (compared using ==) # ./spec/mail/encodings_spec.rb:615:in `block (4 levels) in <top (required)>'
The text was updated successfully, but these errors were encountered:
Thanks, fixed in commit bb25038
Sorry, something went wrong.
Backport fixes for specs on Ruby 1.9.3+
2a9061c
Avoid gems which dropped support for Ruby 1.8: - i18n (0.7.0) requires ruby (>= 1.9.3) - activesupport (4.0.0) requires ruby (>= 1.9.3) - rake (11.0.1) requires ruby (>= 1.9.3) Backport 6e12d7f to fix #453. Backport db7c955 to fix a brittle spec. Closes #958
b5a2884
Avoid gems which dropped support for Ruby 1.8: - activesupport (4.0.0) requires ruby (>= 1.9.3) - rake (11.0.1) requires ruby (>= 1.9.3) Backport 6e12d7f to fix #453. Backport db7c955 to fix a brittle spec. References #958
No branches or pull requests
When upgrading to MRI p286/327 the following error crops up in specs:
Failure/Error: b.should eq "日本語 [email protected], 日本語 [email protected]"
The text was updated successfully, but these errors were encountered: