Skip to content

Test fails with Rails 5.2.2. #77

@pvalena

Description

@pvalena

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions