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

Test fails with Rails 5.2.2. #77

Open
pvalena opened this issue Feb 27, 2019 · 1 comment
Open

Test fails with Rails 5.2.2. #77

pvalena opened this issue Feb 27, 2019 · 1 comment

Comments

@pvalena
Copy link

pvalena commented Feb 27, 2019

Specifically, this line.

On Fedora, we run the test suite:

+ ruby -Ilib:test -e 'Dir.glob '\''./test/*_test.rb'\'', &method(:require)'
Run options: --seed 45546
# Running:
......................F
Failure:
TransactionCallbacksTest#test_after_transaction_callbacks_should_prevent_callbacks_from_being_called [/builddir/build/BUILD/rails-observers-0.1.5/usr/share/gems/gems/rails-observers-0.1.5/test/transaction_callbacks_test.rb:244]:
Expected: [:after_commit]
  Actual: []
bin/rails test builddir/build/BUILD/rails-observers-0.1.5/usr/share/gems/gems/rails-observers-0.1.5/test/transaction_callbacks_test.rb:223
.....................................................
Finished in 5.114705s, 14.8591 runs/s, 31.4779 assertions/s.
76 runs, 161 assertions, 1 failures, 0 errors, 0 skips

Lastly the test suite was executed successfully with 5.2.0.
Currently fails with Rails 5.2.2.

@hscorrea
Copy link

hscorrea commented Jul 16, 2019

Is anyone planning to release a new version fixing this issue? My project is having troubles because of this (we use Rails 5.2.3).

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